run_agent
Run a single agent with a provided input. Use for quick one-off tasks without setting up a full pipeline.
Instructions
Run a single agent with a given input. Useful for quick one-off tasks without a full pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent ID to run. Use list_agents to see available options. | |
| input | Yes | The input to pass to the agent. | |
| api_key | No | Your Project Hub API key. Free plan: 10 runs/month. |