← Tools Reference

Anthropic Admin

Anthropic Admin integration (AI). Imported from open-connector.

API key6 toolshttps://api.anthropic.com
GET
anthropic_admin_get_organization
Retrieve the Anthropic organization associated with the Admin API key.

/v1/organizations/me

GET
anthropic_admin_list_users
List users in the Anthropic organization with cursor pagination.

/v1/organizations/users

3 parameters
ParamTypeRequiredDescription
before_idstringoptionalReturn objects before this object identifier.
after_idstringoptionalReturn objects after this object identifier.
limitintegeroptionalThe maximum number of objects to return.
GET
anthropic_admin_list_workspaces
List Anthropic workspaces in the organization with cursor pagination.

/v1/organizations/workspaces

3 parameters
ParamTypeRequiredDescription
before_idstringoptionalReturn objects before this object identifier.
after_idstringoptionalReturn objects after this object identifier.
limitintegeroptionalThe maximum number of objects to return.
GET
anthropic_admin_list_api_keys
List Anthropic API keys in the organization, optionally filtered by workspace.

/v1/organizations/api_keys

4 parameters
ParamTypeRequiredDescription
workspace_idstringoptionalOnly return API keys belonging to this workspace.
before_idstringoptionalReturn API keys before this API key identifier.
after_idstringoptionalReturn API keys after this API key identifier.
limitintegeroptionalThe maximum number of API keys to return.
GET
anthropic_admin_list_workspace_members
List members of one Anthropic workspace with cursor pagination.

/v1/organizations/workspaces/{workspace_id}/members

4 parameters
ParamTypeRequiredDescription
workspace_idstringrequiredThe Anthropic workspace identifier.
before_idstringoptionalReturn members before this member identifier.
after_idstringoptionalReturn members after this member identifier.
limitintegeroptionalThe maximum number of members to return.
GET
anthropic_admin_list_invites
List pending or historical Anthropic organization invites.

/v1/organizations/invites

3 parameters
ParamTypeRequiredDescription
before_idstringoptionalReturn objects before this object identifier.
after_idstringoptionalReturn objects after this object identifier.
limitintegeroptionalThe maximum number of objects to return.