Skip to main content
POST
/
vaults
/
{vault_id}
/
agent
Vault Agent
curl --request POST \
  --url https://apigcp.trynia.ai/v2/vaults/{vault_id}/agent \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

vault_id
string
required

Response

Successful Response