Skip to content
  • Auto
  • Light
  • Dark

Keys

Keys

Create Anthropic API Key
agents.evaluation_metrics.anthropic.keys.create(KeyCreateParams**kwargs) -> KeyCreateResponse
post/v2/gen-ai/anthropic/keys
Delete Anthropic API Key
agents.evaluation_metrics.anthropic.keys.delete(strapi_key_uuid) -> KeyDeleteResponse
delete/v2/gen-ai/anthropic/keys/{api_key_uuid}
List Anthropic API Keys
agents.evaluation_metrics.anthropic.keys.list(KeyListParams**kwargs) -> KeyListResponse
get/v2/gen-ai/anthropic/keys
List agents by Anthropic key
agents.evaluation_metrics.anthropic.keys.list_agents(struuid, KeyListAgentsParams**kwargs) -> KeyListAgentsResponse
get/v2/gen-ai/anthropic/keys/{uuid}/agents
Get Anthropic API Key
agents.evaluation_metrics.anthropic.keys.retrieve(strapi_key_uuid) -> KeyRetrieveResponse
get/v2/gen-ai/anthropic/keys/{api_key_uuid}
Update Anthropic API Key
agents.evaluation_metrics.anthropic.keys.update(strpath_api_key_uuid, KeyUpdateParams**kwargs) -> KeyUpdateResponse
put/v2/gen-ai/anthropic/keys/{api_key_uuid}