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