Claude Platform Docs

서비스 계정

서비스 계정 생성
POST/v1/organizations/service_accounts
서비스 계정 조회
GET/v1/organizations/service_accounts/{service_account_id}
서비스 계정 목록 조회
GET/v1/organizations/service_accounts
서비스 계정 업데이트
POST/v1/organizations/service_accounts/{service_account_id}
서비스 계정 보관
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).

서비스 계정워크스페이스

서비스 계정에 워크스페이스 추가
POST/v1/organizations/service_accounts/{service_account_id}/workspaces
서비스 계정의 워크스페이스 목록 조회
GET/v1/organizations/service_accounts/{service_account_id}/workspaces
서비스 계정에서 워크스페이스 제거
DELETE/v1/organizations/service_accounts/{service_account_id}/workspaces/{workspace_id}