Skip to content
  • Auto
  • Light
  • Dark

Anthropic

Anthropic

Anthropic

Create Anthropic API Key
models.providers.anthropic.create(AnthropicCreateParams**kwargs) -> api_key_infoAPIAnthropicAPIKeyInfoAnthropicCreateResponse
post/v2/gen-ai/anthropic/keys
Delete Anthropic API Key
models.providers.anthropic.delete(strapi_key_uuid) -> api_key_infoAPIAnthropicAPIKeyInfoAnthropicDeleteResponse
delete/v2/gen-ai/anthropic/keys/{api_key_uuid}
List Anthropic API Keys
models.providers.anthropic.list(AnthropicListParams**kwargs) -> api_key_infoslistlinksAPILinksmetaAPIMetaAnthropicListResponse
get/v2/gen-ai/anthropic/keys
List agents by Anthropic key
models.providers.anthropic.list_agents(struuid, AnthropicListAgentsParams**kwargs) -> agentslistlinksAPILinksmetaAPIMetaAnthropicListAgentsResponse
get/v2/gen-ai/anthropic/keys/{uuid}/agents
Get Anthropic API Key
models.providers.anthropic.retrieve(strapi_key_uuid) -> api_key_infoAPIAnthropicAPIKeyInfoAnthropicRetrieveResponse
get/v2/gen-ai/anthropic/keys/{api_key_uuid}
Update Anthropic API Key
models.providers.anthropic.update(strpath_api_key_uuid, AnthropicUpdateParams**kwargs) -> api_key_infoAPIAnthropicAPIKeyInfoAnthropicUpdateResponse
put/v2/gen-ai/anthropic/keys/{api_key_uuid}