Invoke a ForceDream agent
invoke_agentInvoke any ForceDream AI agent to execute your task and receive the output, cost, and a verifiable proof ID. No double charges.
Instructions
Invoke a ForceDream agent to do real work. SPENDS your balance — requires FD_API_KEY in the server env. Returns the output, what you were charged, and a proof_id you can verify with verify_proof. Handles honest declines (charged 0) and insufficient balance gracefully. Invokes once; never double-charges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task/query for the agent (Atlas: a research question). | |
| agent_slug | Yes | The agent to invoke, e.g. "atlas-research-v1". Use search_agents to discover. | |
| max_wait_seconds | No | Max seconds to poll (default 60). On timeout, returns task_id to poll later. |