Edit an agent from instructions
Start an async natural-language edit for a personal agent.
Authorizations
Account API key from Developer Console. Keys start with cr_sk_.
Path Parameters
Personal CREAO agent to edit.
Body
Natural-language description of the changes to make to the agent.
1 - 65536Model id to run with (for example, anthropic/claude-haiku-4-5). Omit to use the default model, currently anthropic/claude-sonnet-5. Supported ids: GET /v1/models. Unknown ids return 400 MODEL_NOT_SUPPORTED; models not available on your plan return 403 MODEL_NOT_ALLOWED.
100Optional caller-provided release note for the persisted agent update.
2000Response
Agent edit accepted.
Backing Developer API run ID for polling/debugging.
queued, running, succeeded, failed, cancelled Terminal edit result when the edit succeeds.