Submit tool credentials
Stores encrypted credentials for a user_credentials-enabled tool. Requires an authenticated session. The request body must include the one-time nonce emitted by the tool’s credential request (encrypted, short-lived), plus a map of field names to values. The backend cross-checks the nonce’s userId against the session user to prevent nonce-replay attacks. An optional validate hook on the tool config is called before persisting. On success the credentials are upserted and the tool can proceed on its next invocation.
Authorizations
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
Response
Credentials stored.
true