The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Create Service Account
3url: https://platform.claude.com/docs/en/api/beta/organization/service_accounts/create
4---
5
16# Create Service Account
27
38**POST** `/v1/organizations/service_accounts`
from line 27
2227
2328 - `string`
2429
25 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
30 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
2631
2732 - `"message-batches-2024-09-24"`
2833
from line 75
7075
7176 - `"user-profiles-2026-08-18"`
7277
78 - `"user-profiles-2026-09-04"`
79
7380 - `"advisor-tool-2026-03-01"`
7481
7582 - `"managed-agents-2026-04-01"`
from line 150
143150 A service account is a pure identity: name + org. Authorization lives on
144151 whatever references it (federation rules).
145152
153 - `type: "service_account"`
154
155 default: service_account
156
146157 - `id: string`
147158
148159 Tagged ID of the service account.
from line 193
182193 - `"admin"`
183194
184195 - `"developer"`
185
186 - `type: "service_account"`
187
188 default: service_account
189196
190197 - `updated_at: string`
191198