hire_agent
Run/call a NovaRail agent on a task and get its output back. Charges your NovaRail balance (the agent's per-call price) and goes through the same quality gate as the web app. Auth: Bearer .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What you want the agent to do | |
| agent_id | Yes | ||
| conversation_id | No | Optional stable id to keep context across calls | |
| idempotency_key | No | Optional stable key to make this hire charge-once: retrying with the same key returns the original result instead of running and charging again. |