Claude Platform Docs

Service-Accounts

Service-Account erstellen
POST/v1/organizations/service_accounts
Service-Account abrufen
GET/v1/organizations/service_accounts/{service_account_id}
Service-Accounts auflisten
GET/v1/organizations/service_accounts
Service-Account aktualisieren
POST/v1/organizations/service_accounts/{service_account_id}
Service-Account archivieren
POST/v1/organizations/service_accounts/{service_account_id}/archive
Models
ServiceAccount object{ id, archived_at, archived_by_actor_id, 8 more }

Named non-human identity within the caller's organization.

A service account is a pure identity: name + org. Authorization lives on whatever references it (federation rules).

Service-AccountsWorkspaces

Workspace zu Service-Account hinzufügen
POST/v1/organizations/service_accounts/{service_account_id}/workspaces
Workspaces für Service-Account auflisten
GET/v1/organizations/service_accounts/{service_account_id}/workspaces
Workspace aus Service-Account entfernen
DELETE/v1/organizations/service_accounts/{service_account_id}/workspaces/{workspace_id}