Claude Platform Docs

Service account

Crea service account
POST/v1/organizations/service_accounts
Ottieni service account
GET/v1/organizations/service_accounts/{service_account_id}
Elenca service account
GET/v1/organizations/service_accounts
Aggiorna service account
POST/v1/organizations/service_accounts/{service_account_id}
Archivia service account
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 accountWorkspace

Aggiungi workspace al service account
POST/v1/organizations/service_accounts/{service_account_id}/workspaces
Elenca workspace per il service account
GET/v1/organizations/service_accounts/{service_account_id}/workspaces
Rimuovi workspace dal service account
DELETE/v1/organizations/service_accounts/{service_account_id}/workspaces/{workspace_id}