cURL
API Reference
Post vaulttoken
POST
cURL
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Body
application/json
Input for creating an ephemeral scoped vault token
Credential the token grants access to
Agent identifier. Optional when using an agent API key (resolved automatically); required when using a master key.
Pattern:
^[0-9a-z]+$What the token allows
Available options:
autofill, proxy, export Optional task/conversation binding for traceability
Token TTL in seconds (10-3600, default 60)
Required range:
10 <= x <= 3600Response
200 - application/json
OK
Created vault token (the raw token is only available at creation time)
