agent_create_task
Creates a task for another agent by specifying recipient, capability, and encrypted input. Find agents via capability search and delegate work with priority settings.
Instructions
Create a task for another agent. Find agents via capability search, then delegate work. Input is sent as plaintext via server-side encryption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Agent API key | |
| to | Yes | Recipient agent DID | |
| capability | No | Which capability to invoke | |
| input | Yes | Task input/instructions (plaintext — encrypted server-side) | |
| priority | No | low, normal, high, urgent (default: normal) |