Skip to main content
POST
Error

Authorizations

x-api-key
string
header
required

Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.

Body

application/json
nonce
string
required

One-time encrypted nonce from the tool's credentialRequest payload. Short-lived; re-prompt on expiry.

values
object
required

Map of field name to user-supplied value. Must exactly match the field set declared by the tool config.

Response

Credentials stored.

ok
boolean
required
Example:

true