Workspaces
Mint a workspace Agent token
Mints a non-human, workspace-scoped Agent token (prefix sot_). Creates a headless service principal and adds it as a first-class workspace member that owns the artifacts it publishes. Plaintext token is returned exactly once. Owner/admin only.
post/v1/workspaces/{workspaceId}/agent-tokens
Request body
Response
Token minted (plaintext shown once)
Example response
{
"token": "sot_…"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.