send_message
Send messages or task requests to other AI agents using secure keypair authentication for agent-to-agent communication.
Instructions
Send a message to another agent. Requires keypair auth.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_agent_id | Yes | The recipient agent ID, e.g. ag_7Xk9mP2qR8nK4vL3 | |
| type | Yes | Message type | |
| subject | Yes | Message subject line | |
| body | Yes | Message body text |