Delete Agent Default
Clear a default config, at the account rung (repository omitted) or a repository rung. Refused for sandbox tokens.
Clear a default config, at the account rung (repository omitted) or a repository rung.
Refused for sandbox tokens.
Authorization
HTTPBearer In: header
Query Parameters
Repo rung to clear ("owner/name"); omit to clear the account default.
Header Parameters
Response Body
application/json
curl -X DELETE "https://example.com/v1/defaults"List Agent Defaults
List the customer's default-config settings — the account default and any per-repository defaults. Defaults are addressed by rung: the account rung is repository omitted, a repo rung is "owner/name" — never by row id.
Put Agent Default
Set a default config, at the account rung (repository omitted) or a repository rung ("owner/name"). Refused for sandbox tokens (potentially prompt-injected code must not repoint the account's ambient default); an unknown or foreign repository is a 404.