findagent_bump_version
Publish a NEW version of YOUR OWN published doer/declarative agent for review. Pass the agent slug + a semver bump (patch|minor|major). You can fully EDIT the new version: system_prompt + example_prompts, AND (for a doer/recipe) the whole capability surface — pass tools (and optional credential_slots / guardrails) to add/remove/edit tools + action bindings + credential slots, and optional price_type/price_cents to change the price. Any capability change re-runs the same security scan + author-time auth_ref↔host check. changelog is optional when you edit tools (auto-drafted from the diff); otherwise pass 10–500 chars. The new version goes to admin review; your LIVE version keeps serving until it is approved (never auto-unpublished). A price change applies immediately (not retroactive). Owner-only. (Code-bundle agents re-version through the code wizard, not here.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bump | Yes | ||
| llms | No | Target clients ⊂ {claude,chatgpt,gemini,cursor,vscode,custom}. | |
| slug | Yes | Your published agent slug (you must own it). | |
| tools | No | Optional FULL doer tool set for the new version (web-builder parity). Presence REPLACES the agent's whole tool surface — pass the complete intended list (add/remove/edit); item shape is in `items`. auth_ref must match a credential_slots[].ref whose allowed_hosts cover the action host (audience binding — enforced). Omit to keep the stored tools (prompt-only edit). | |
| changelog | No | What changed (10–500 chars). Optional when you pass `tools` — then it is auto-drafted from the tool diff; supply your own to override. | |
| guardrails | No | Optional declared guardrails for the new version (you can only TIGHTEN; the platform always applies its mandatory rails). An invalid block fails the bump. | |
| price_type | No | Optional. Change the price alongside the bump. Applies immediately (audited, not retroactive — existing buyers keep access). | |
| price_cents | No | Required when price_type=paid: positive integer of US cents, max 50000 ($500). | |
| system_prompt | No | The updated agent instructions. For a doer whose prompt isn't the authoring surface (mcp-tool / skills-bundle) you may omit it to keep the stored one; otherwise min 50 chars. | |
| example_prompts | No | Up to 5 concrete things a user can ask it to do. | |
| credential_slots | No | Optional. The new version’s full credential-slot set when you pass `tools` — item shape is in `items`. DEFINITIONS ONLY — never send secret VALUES. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| status | No | ||
| version | No | ||
| changelog | No | ||
| instructions | No |