Beta
Models
BetaModels
List Models
ModelListPage Beta.Models.List(parameters, cancellationToken = default)List available models.
Get a Model
BetaModelInfo Beta.Models.Retrieve(parameters, cancellationToken = default)Get a specific model.
BetaMessages
Create a Message
BetaMessage Beta.Messages.Create(parameters, cancellationToken = default)Send a structured list of input messages with text and/or image content, and the model will generate the next message in the conversation.
Count tokens in a Message
BetaMessageTokensCount Beta.Messages.CountTokens(parameters, cancellationToken = default)Count the number of tokens in a Message.
BetaMessagesBatches
Create a Message Batch
BetaMessageBatch Beta.Messages.Batches.Create(parameters, cancellationToken = default)Send a batch of Message creation requests.
Retrieve a Message Batch
BetaMessageBatch Beta.Messages.Batches.Retrieve(parameters, cancellationToken = default)This endpoint is idempotent and can be used to poll for Message Batch completion. To access the results of a Message Batch, make a request to the results_url field in the response.
List Message Batches
BatchListPage Beta.Messages.Batches.List(parameters, cancellationToken = default)List all Message Batches within a Workspace. Most recently created batches are returned first.
Cancel a Message Batch
BetaMessageBatch Beta.Messages.Batches.Cancel(parameters, cancellationToken = default)Batches may be canceled any time before processing ends. Once cancellation is initiated, the batch enters a canceling state, at which time the system may complete any in-progress, non-interruptible requests before finalizing cancellation.
Delete a Message Batch
BetaDeletedMessageBatch Beta.Messages.Batches.Delete(parameters, cancellationToken = default)Retrieve Message Batch results
BetaMessageBatchIndividualResponse Beta.Messages.Batches.ResultsStreaming(parameters, cancellationToken = default)Streams the results of a Message Batch as a .jsonl file.
BetaAgents
Create Agent
BetaManagedAgentsAgent Beta.Agents.Create(parameters, cancellationToken = default)Get Agent
BetaManagedAgentsAgent Beta.Agents.Retrieve(parameters, cancellationToken = default)Update Agent
BetaManagedAgentsAgent Beta.Agents.Update(parameters, cancellationToken = default)Archive Agent
BetaManagedAgentsAgent Beta.Agents.Archive(parameters, cancellationToken = default)BetaAgentsVersions
List Agent Versions
VersionListPage Beta.Agents.Versions.List(parameters, cancellationToken = default)BetaEnvironments
Create Environment
BetaEnvironment Beta.Environments.Create(parameters, cancellationToken = default)Create a new environment with the specified configuration.
List Environments
EnvironmentListPage Beta.Environments.List(parameters, cancellationToken = default)List environments with pagination support.
Get Environment
BetaEnvironment Beta.Environments.Retrieve(parameters, cancellationToken = default)Retrieve a specific environment by ID.
Update Environment
BetaEnvironment Beta.Environments.Update(parameters, cancellationToken = default)Update an existing environment's configuration.
Delete Environment
BetaEnvironmentDeleteResponse Beta.Environments.Delete(parameters, cancellationToken = default)Delete an environment by ID. Returns a confirmation of the deletion.
Archive Environment
BetaEnvironment Beta.Environments.Archive(parameters, cancellationToken = default)Archive an environment by ID. Archived environments cannot be used to create new sessions.
BetaEnvironmentsWork
Get Work Item
BetaSelfHostedWork Beta.Environments.Work.Retrieve(parameters, cancellationToken = default)Note: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Poll for Work
BetaSelfHostedWork? Beta.Environments.Work.Poll(parameters, cancellationToken = default)Note: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Acknowledge Work
BetaSelfHostedWork Beta.Environments.Work.Ack(parameters, cancellationToken = default)Note: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Record Heartbeat
BetaSelfHostedWorkHeartbeatResponse Beta.Environments.Work.Heartbeat(parameters, cancellationToken = default)Note: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Stop Work
BetaSelfHostedWork Beta.Environments.Work.Stop(parameters, cancellationToken = default)Note: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
List Work Items
WorkListPage Beta.Environments.Work.List(parameters, cancellationToken = default)Note: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Update Work Item
BetaSelfHostedWork Beta.Environments.Work.Update(parameters, cancellationToken = default)Note: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Get Queue Statistics
BetaSelfHostedWorkQueueStats Beta.Environments.Work.Stats(parameters, cancellationToken = default)Get statistics about the work queue for an environment.
BetaSessions
Create Session
BetaManagedAgentsSession Beta.Sessions.Create(parameters, cancellationToken = default)List Sessions
SessionListPage Beta.Sessions.List(parameters, cancellationToken = default)Get Session
BetaManagedAgentsSession Beta.Sessions.Retrieve(parameters, cancellationToken = default)Update Session
BetaManagedAgentsSession Beta.Sessions.Update(parameters, cancellationToken = default)Delete Session
BetaManagedAgentsDeletedSession Beta.Sessions.Delete(parameters, cancellationToken = default)Archive Session
BetaManagedAgentsSession Beta.Sessions.Archive(parameters, cancellationToken = default)BetaSessionsEvents
List Events
EventListPage Beta.Sessions.Events.List(parameters, cancellationToken = default)Send Events
BetaManagedAgentsSendSessionEvents Beta.Sessions.Events.Send(parameters, cancellationToken = default)Stream Events
BetaManagedAgentsStreamSessionEvents Beta.Sessions.Events.StreamStreaming(parameters, cancellationToken = default)BetaSessionsResources
Add Session Resource
BetaManagedAgentsFileResource Beta.Sessions.Resources.Add(parameters, cancellationToken = default)List Session Resources
ResourceListPage Beta.Sessions.Resources.List(parameters, cancellationToken = default)Get Session Resource
ResourceRetrieveResponse Beta.Sessions.Resources.Retrieve(parameters, cancellationToken = default)Update Session Resource
ResourceUpdateResponse Beta.Sessions.Resources.Update(parameters, cancellationToken = default)Delete Session Resource
BetaManagedAgentsDeleteSessionResource Beta.Sessions.Resources.Delete(parameters, cancellationToken = default)BetaSessionsThreads
List Session Threads
ThreadListPage Beta.Sessions.Threads.List(parameters, cancellationToken = default)Get Session Thread
BetaManagedAgentsSessionThread Beta.Sessions.Threads.Retrieve(parameters, cancellationToken = default)Archive Session Thread
BetaManagedAgentsSessionThread Beta.Sessions.Threads.Archive(parameters, cancellationToken = default)BetaSessionsThreadsEvents
List Session Thread Events
EventListPage Beta.Sessions.Threads.Events.List(parameters, cancellationToken = default)Stream Session Thread Events
BetaManagedAgentsStreamSessionThreadEvents Beta.Sessions.Threads.Events.StreamStreaming(parameters, cancellationToken = default)BetaDeployments
Create Deployment
BetaManagedAgentsDeployment Beta.Deployments.Create(parameters, cancellationToken = default)List Deployments
DeploymentListPage Beta.Deployments.List(parameters, cancellationToken = default)Get Deployment
BetaManagedAgentsDeployment Beta.Deployments.Retrieve(parameters, cancellationToken = default)Update Deployment
BetaManagedAgentsDeployment Beta.Deployments.Update(parameters, cancellationToken = default)Archive Deployment
BetaManagedAgentsDeployment Beta.Deployments.Archive(parameters, cancellationToken = default)Run Deployment Now
BetaManagedAgentsDeploymentRun Beta.Deployments.Run(parameters, cancellationToken = default)Pause Deployment
BetaManagedAgentsDeployment Beta.Deployments.Pause(parameters, cancellationToken = default)Unpause Deployment
BetaManagedAgentsDeployment Beta.Deployments.Unpause(parameters, cancellationToken = default)BetaDeployment Runs
List Deployment Runs
DeploymentRunListPage Beta.DeploymentRuns.List(parameters, cancellationToken = default)Get Deployment Run
BetaManagedAgentsDeploymentRun Beta.DeploymentRuns.Retrieve(parameters, cancellationToken = default)BetaVaults
Create Vault
BetaManagedAgentsVault Beta.Vaults.Create(parameters, cancellationToken = default)Get Vault
BetaManagedAgentsVault Beta.Vaults.Retrieve(parameters, cancellationToken = default)Update Vault
BetaManagedAgentsVault Beta.Vaults.Update(parameters, cancellationToken = default)Delete Vault
BetaManagedAgentsDeletedVault Beta.Vaults.Delete(parameters, cancellationToken = default)Archive Vault
BetaManagedAgentsVault Beta.Vaults.Archive(parameters, cancellationToken = default)BetaVaultsCredentials
Create Credential
BetaManagedAgentsCredential Beta.Vaults.Credentials.Create(parameters, cancellationToken = default)List Credentials
CredentialListPage Beta.Vaults.Credentials.List(parameters, cancellationToken = default)Get Credential
BetaManagedAgentsCredential Beta.Vaults.Credentials.Retrieve(parameters, cancellationToken = default)Update Credential
BetaManagedAgentsCredential Beta.Vaults.Credentials.Update(parameters, cancellationToken = default)Delete Credential
BetaManagedAgentsDeletedCredential Beta.Vaults.Credentials.Delete(parameters, cancellationToken = default)Archive Credential
BetaManagedAgentsCredential Beta.Vaults.Credentials.Archive(parameters, cancellationToken = default)Validate Credential
BetaManagedAgentsCredentialValidation Beta.Vaults.Credentials.McpOAuthValidate(parameters, cancellationToken = default)BetaMemory Stores
Create a memory store
BetaManagedAgentsMemoryStore Beta.MemoryStores.Create(parameters, cancellationToken = default)List memory stores
MemoryStoreListPage Beta.MemoryStores.List(parameters, cancellationToken = default)Retrieve a memory store
BetaManagedAgentsMemoryStore Beta.MemoryStores.Retrieve(parameters, cancellationToken = default)Update a memory store
BetaManagedAgentsMemoryStore Beta.MemoryStores.Update(parameters, cancellationToken = default)Delete a memory store
BetaManagedAgentsDeletedMemoryStore Beta.MemoryStores.Delete(parameters, cancellationToken = default)Archive a memory store
BetaManagedAgentsMemoryStore Beta.MemoryStores.Archive(parameters, cancellationToken = default)BetaMemory StoresMemories
Create a memory
BetaManagedAgentsMemory Beta.MemoryStores.Memories.Create(parameters, cancellationToken = default)List memories
MemoryListPage Beta.MemoryStores.Memories.List(parameters, cancellationToken = default)Retrieve a memory
BetaManagedAgentsMemory Beta.MemoryStores.Memories.Retrieve(parameters, cancellationToken = default)Update a memory
BetaManagedAgentsMemory Beta.MemoryStores.Memories.Update(parameters, cancellationToken = default)Delete a memory
BetaManagedAgentsDeletedMemory Beta.MemoryStores.Memories.Delete(parameters, cancellationToken = default)BetaMemory StoresMemory Versions
List memory versions
MemoryVersionListPage Beta.MemoryStores.MemoryVersions.List(parameters, cancellationToken = default)Retrieve a memory version
BetaManagedAgentsMemoryVersion Beta.MemoryStores.MemoryVersions.Retrieve(parameters, cancellationToken = default)Redact a memory version
BetaManagedAgentsMemoryVersion Beta.MemoryStores.MemoryVersions.Redact(parameters, cancellationToken = default)BetaFiles
Download File
HttpResponse Beta.Files.Download(parameters, cancellationToken = default)Get File Metadata
BetaFileMetadata Beta.Files.RetrieveMetadata(parameters, cancellationToken = default)Delete File
BetaDeletedFile Beta.Files.Delete(parameters, cancellationToken = default)BetaSkills
Delete Skill
BetaDeletedSkill Beta.Skills.Delete(parameters, cancellationToken = default)BetaSkillsVersions
Create Skill Version
BetaSkillVersion Beta.Skills.Versions.Create(parameters, cancellationToken = default)List Skill Versions
VersionListPage Beta.Skills.Versions.List(parameters, cancellationToken = default)Download Skill Version Content
HttpResponse Beta.Skills.Versions.Download(parameters, cancellationToken = default)Download a skill version's content as a zip archive.
Get Skill Version
BetaSkillVersion Beta.Skills.Versions.Retrieve(parameters, cancellationToken = default)Delete Skill Version
BetaDeletedSkillVersion Beta.Skills.Versions.Delete(parameters, cancellationToken = default)BetaUser Profiles
Create User Profile
BetaUserProfile Beta.UserProfiles.Create(parameters, cancellationToken = default)List User Profiles
UserProfileListPage Beta.UserProfiles.List(parameters, cancellationToken = default)Get User Profile
BetaUserProfile Beta.UserProfiles.Retrieve(parameters, cancellationToken = default)Update User Profile
BetaUserProfile Beta.UserProfiles.Update(parameters, cancellationToken = default)Create Enrollment URL
BetaUserProfileEnrollmentUrl Beta.UserProfiles.CreateEnrollmentUrl(parameters, cancellationToken = default)BetaDreams
Get a Dream
BetaDream Beta.Dreams.Retrieve(parameters, cancellationToken = default)Cancel a Dream
BetaDream Beta.Dreams.Cancel(parameters, cancellationToken = default)Archive a Dream
BetaDream Beta.Dreams.Archive(parameters, cancellationToken = default)BetaTunnels
Create Tunnel
BetaTunnel Beta.Tunnels.Create(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
Get Tunnel
BetaTunnel Beta.Tunnels.Retrieve(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
List Tunnels
TunnelListPage Beta.Tunnels.List(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
Archive Tunnel
BetaTunnel Beta.Tunnels.Archive(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
Reveal Tunnel Token
BetaTunnelToken Beta.Tunnels.RevealToken(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
Rotate Tunnel Token
BetaTunnelToken Beta.Tunnels.RotateToken(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
BetaTunnelsCertificates
Create Tunnel Certificate
BetaTunnelCertificate Beta.Tunnels.Certificates.Create(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
Get Tunnel Certificate
BetaTunnelCertificate Beta.Tunnels.Certificates.Retrieve(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
List Tunnel Certificates
CertificateListPage Beta.Tunnels.Certificates.List(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
Archive Tunnel Certificate
BetaTunnelCertificate Beta.Tunnels.Certificates.Archive(parameters, cancellationToken = default)The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
BetaOrganization
Get Current Organization
BetaOrganization Beta.Organization.Retrieve(parameters, cancellationToken = default)Retrieve information about the organization associated with the authenticated API key.
BetaOrganizationAPI Keys
List API Keys
ApiKeyListPage Beta.Organization.ApiKeys.List(parameters, cancellationToken = default)Retrieve API Key (Admin API)
BetaApiKey Beta.Organization.ApiKeys.Retrieve(parameters, cancellationToken = default)Retrieve information about a single API key in your organization, looked up by its ID. This Admin API endpoint requires an Admin API key, is intended for programmatic key management, and never returns the key's secret value. To view or create your own API keys, go to API keys in the Claude Console.
Update API Key
BetaApiKey Beta.Organization.ApiKeys.Update(parameters, cancellationToken = default)BetaOrganizationExternal Keys
Create External Key
BetaExternalKey Beta.Organization.ExternalKeys.Create(parameters, cancellationToken = default)Create an external key config owned by the caller's organization.
List External Keys
ExternalKeyListPage Beta.Organization.ExternalKeys.List(parameters, cancellationToken = default)List external key configs in the caller's organization.
Get External Key
BetaExternalKey Beta.Organization.ExternalKeys.Retrieve(parameters, cancellationToken = default)Retrieve a single external key config in the caller's organization by ID.
Update External Key
BetaExternalKey Beta.Organization.ExternalKeys.Update(parameters, cancellationToken = default)Partially update an external key config. Omitted fields are left unchanged.
Delete External Key
ExternalKeyDeleteResponse Beta.Organization.ExternalKeys.Delete(parameters, cancellationToken = default)Delete an external key config.
Validate External Key
ExternalKeyValidateResponse Beta.Organization.ExternalKeys.Validate(parameters, cancellationToken = default)Validate an external key config against the customer's KMS.
BetaOrganizationFederationIssuers
Create Federation Issuer
BetaFederationIssuer Beta.Organization.Federation.Issuers.Create(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
List Federation Issuers
IssuerListPage Beta.Organization.Federation.Issuers.List(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Get Federation Issuer
BetaFederationIssuer Beta.Organization.Federation.Issuers.Retrieve(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Update Federation Issuer
BetaFederationIssuer Beta.Organization.Federation.Issuers.Update(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Archive Federation Issuer
BetaFederationIssuer Beta.Organization.Federation.Issuers.Archive(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
BetaOrganizationFederationRules
Create Federation Rule
BetaFederationRule Beta.Organization.Federation.Rules.Create(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
List Federation Rules
RuleListPage Beta.Organization.Federation.Rules.List(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Get Federation Rule
BetaFederationRule Beta.Organization.Federation.Rules.Retrieve(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Update Federation Rule
BetaFederationRule Beta.Organization.Federation.Rules.Update(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Archive Federation Rule
BetaFederationRule Beta.Organization.Federation.Rules.Archive(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
BetaOrganizationFederationRulesWorkspaces
Add Federation Rule Workspace
BetaFederationRuleWorkspace Beta.Organization.Federation.Rules.Workspaces.Add(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
List Federation Rule Workspaces
WorkspaceListPage Beta.Organization.Federation.Rules.Workspaces.List(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Remove Federation Rule Workspace
WorkspaceRemoveResponse Beta.Organization.Federation.Rules.Workspaces.Remove(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
BetaOrganizationInvites
Create Invite
BetaOrganizationInvite Beta.Organization.Invites.Create(parameters, cancellationToken = default)Invite a user to join the organization by email.
List Invites
InviteListPage Beta.Organization.Invites.List(parameters, cancellationToken = default)List the organization's invites.
Get Invite
BetaOrganizationInvite Beta.Organization.Invites.Retrieve(parameters, cancellationToken = default)Retrieve an invite by ID.
Delete Invite
InviteDeleteResponse Beta.Organization.Invites.Delete(parameters, cancellationToken = default)Delete a pending invite.
BetaOrganizationService Accounts
Create Service Account
BetaServiceAccount Beta.Organization.ServiceAccounts.Create(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
List Service Accounts
ServiceAccountListPage Beta.Organization.ServiceAccounts.List(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Get Service Account
BetaServiceAccount Beta.Organization.ServiceAccounts.Retrieve(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Update Service Account
BetaServiceAccount Beta.Organization.ServiceAccounts.Update(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Archive Service Account
BetaServiceAccount Beta.Organization.ServiceAccounts.Archive(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
BetaOrganizationService AccountsWorkspaces
Add Workspace To Service Account
BetaServiceAccountWorkspaceMember Beta.Organization.ServiceAccounts.Workspaces.Add(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
List Workspaces For Service Account
WorkspaceListPage Beta.Organization.ServiceAccounts.Workspaces.List(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Remove Workspace From Service Account
WorkspaceRemoveResponse Beta.Organization.ServiceAccounts.Workspaces.Remove(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
BetaOrganizationUsers
List Users
UserListPage Beta.Organization.Users.List(parameters, cancellationToken = default)List the organization's members.
Get User
BetaOrganizationUser Beta.Organization.Users.Retrieve(parameters, cancellationToken = default)Retrieve a member of the organization by user ID.
Update User
BetaOrganizationUser Beta.Organization.Users.Update(parameters, cancellationToken = default)Update a member's organization role.
Remove User
UserRemoveResponse Beta.Organization.Users.Remove(parameters, cancellationToken = default)Remove a member from the organization.
BetaOrganizationWorkspaces
List Workspaces
WorkspaceListPage Beta.Organization.Workspaces.List(parameters, cancellationToken = default)Create Workspace
BetaWorkspace Beta.Organization.Workspaces.Create(parameters, cancellationToken = default)Get Workspace
BetaWorkspace Beta.Organization.Workspaces.Retrieve(parameters, cancellationToken = default)Update Workspace
BetaWorkspace Beta.Organization.Workspaces.Update(parameters, cancellationToken = default)Archive Workspace
BetaWorkspace Beta.Organization.Workspaces.Archive(parameters, cancellationToken = default)BetaOrganizationWorkspacesRate Limits
List Workspace Rate Limits
RateLimitListPage Beta.Organization.Workspaces.RateLimits.List(parameters, cancellationToken = default)List rate-limit overrides configured for a workspace.
BetaOrganizationWorkspacesMembers
List Workspace Members
MemberListPage Beta.Organization.Workspaces.Members.List(parameters, cancellationToken = default)Create Workspace Member
BetaWorkspaceMember Beta.Organization.Workspaces.Members.Add(parameters, cancellationToken = default)Get Workspace Member
BetaWorkspaceMember Beta.Organization.Workspaces.Members.Retrieve(parameters, cancellationToken = default)Update Workspace Member
BetaWorkspaceMember Beta.Organization.Workspaces.Members.Update(parameters, cancellationToken = default)Delete Workspace Member
MemberRemoveResponse Beta.Organization.Workspaces.Members.Remove(parameters, cancellationToken = default)BetaOrganizationWorkspacesService Accounts
List Service Account Workspace Members
ServiceAccountListPage Beta.Organization.Workspaces.ServiceAccounts.List(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Create Service Account Workspace Member
BetaServiceAccountWorkspaceMember Beta.Organization.Workspaces.ServiceAccounts.Add(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Get Service Account Workspace Member
BetaServiceAccountWorkspaceMember Beta.Organization.Workspaces.ServiceAccounts.Retrieve(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Update Service Account Workspace Member
BetaServiceAccountWorkspaceMember Beta.Organization.Workspaces.ServiceAccounts.Update(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
Delete Service Account Workspace Member
ServiceAccountRemoveResponse Beta.Organization.Workspaces.ServiceAccounts.Remove(parameters, cancellationToken = default)Requires an OAuth access token with the org:admin scope, from ant auth login --scope org:admin or a workload identity federation rule; Admin API keys are not accepted. See Manage WIF with the Admin API.
BetaOrganizationRate Limits
List Organization Rate Limits
RateLimitListPage Beta.Organization.RateLimits.List(parameters, cancellationToken = default)List Messages API rate limits for your organization.
BetaOrganizationCompliance Settings
Get Compliance Settings
BetaComplianceSettings Beta.Organization.ComplianceSettings.Retrieve(parameters, cancellationToken = default)Retrieve your organization's Compliance Settings.
Update Compliance Settings
BetaComplianceSettings Beta.Organization.ComplianceSettings.Update(parameters, cancellationToken = default)Update your organization's Compliance Settings.