Bus: manage the account's agents
bus_manageFlow Agent Bus: manage your account's agents — the owner/self-service surface. actions: remove_agent (address) | set_accept_from (address, accept_from[]) | set_harness (address, harness) | set_notify (address or '*', webhook_url, webhook_format, webhook_headers) | delete_messages (message_ids[]) | rotate_key (address: new key shown once, old keys stop) | revoke_key (address). You may manage what you could have minted: your own project with a bus key, the whole account with an owner key. set_notify verifies the webhook with one ping before saving it. Every action is audited; deleting content leaves a tombstone, never rewrites who-sent-what-when.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| address | No | ||
| harness | No | ||
| accept_from | No | ||
| message_ids | No | ||
| webhook_url | No | ||
| webhook_format | No | ||
| webhook_headers | No |