Agents
Delete a draft tool
Requires a writer role.
Authorization
bearerAuth AuthorizationBearer <token>
Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the
platform keyring. Carries workspace_id and scopes claims;
revoked via the platform deny-list.
In: header
Path Parameters
id*string
Format
uuidtoolID*string
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/tools/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string", "details": [ "string" ] }}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string", "details": [ "string" ] }}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string", "details": [ "string" ] }}Create or update a draft tool PUT
Upsert keyed by `toolID` (client-minted UUID). `headers` values are write-only — stored encrypted, echoed back only as `header_keys`. Requires a writer role.
List an agent's specialist-transfer links GET
Returns a BARE JSON ARRAY (not a `data` envelope), ordered by `position` — the try order a live transfer decision walks.