Run an agent
run_agentRun one of your agents once and return what every step did, in order, with what it returned and how long it took. Pass its declared inputs as an object keyed by their key from describe_agent. Steps that reach a paid vendor are counted against your live-sweep allowance, one each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | The agent's declared inputs, keyed by `key`. Values are strings. | |
| agent_id | Yes | From list_agents. |