Anthropic
Anthropic
Anthropic
AnthropicKeys
Create Anthropic API Key
agents.evaluation_metrics.anthropic.keys.create(KeyCreateParams**kwargs) -> api_key_infoAPIAnthropicAPIKeyInfoKeyCreateResponse
post/v2/gen-ai/anthropic/keys
Delete Anthropic API Key
agents.evaluation_metrics.anthropic.keys.delete(strapi_key_uuid) -> api_key_infoAPIAnthropicAPIKeyInfoKeyDeleteResponse
delete/v2/gen-ai/anthropic/keys/{api_key_uuid}
List Anthropic API Keys
agents.evaluation_metrics.anthropic.keys.list(KeyListParams**kwargs) -> api_key_infoslistlinksAPILinksmetaAPIMetaKeyListResponse
get/v2/gen-ai/anthropic/keys
List agents by Anthropic key
agents.evaluation_metrics.anthropic.keys.list_agents(struuid, KeyListAgentsParams**kwargs) -> agentslistlinksAPILinksmetaAPIMetaKeyListAgentsResponse
get/v2/gen-ai/anthropic/keys/{uuid}/agents
Get Anthropic API Key
agents.evaluation_metrics.anthropic.keys.retrieve(strapi_key_uuid) -> api_key_infoAPIAnthropicAPIKeyInfoKeyRetrieveResponse
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) -> api_key_infoAPIAnthropicAPIKeyInfoKeyUpdateResponse
put/v2/gen-ai/anthropic/keys/{api_key_uuid}