Report resource usage
budget_reportAtomically record token, cost, wall-time, and tool-call usage for a mission or task, enforcing hard limits.
Instructions
Atomically add token, cost, wall-time, and tool-call usage to a mission and optionally a task. Hard limits are enforced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usage | Yes | ||
| taskId | No | ||
| actorId | Yes | ||
| missionId | Yes | ||
| idempotencyKey | Yes | ||
| expectedTaskVersion | No | ||
| expectedMissionVersion | Yes |