cURL
curl --request PATCH \ --url https://agent.tinyfish.ai/v1/vault/items/{itemId}/enable \ --header 'X-API-Key: <api-key>'
{ "enabled": true, "itemId": "cred:conn-123:Personal:item-abc123" }
Enable a vault item for agent use.
API key for authentication. Get your key from the API Keys page.
"cred:conn-123:Personal:item-abc123"
Vault item enabled successfully.
true
Was this page helpful?