Module 3: Cost & Quota Governance

Set quotas and budget alerts with verifiable policies.

Commands are templates. Replace IDs, secrets and endpoints with your environment values.

Hands-on Steps (Directly Runnable)

Execute each command, capture output, then note issues and fixes.

Step 1: Set quota policy

Run:
maxclaw policy quota set --agent support-bot --daily-requests 5000

Copyable commands
maxclaw policy quota set --agent support-bot --daily-requests 5000

Step 2: Set budget guardrail

Run:
maxclaw billing budget set --monthly 300 --alert-at 70,90

Copyable commands
maxclaw billing budget set --monthly 300 --alert-at 70,90

Step 3: Run cost report

Run:
maxclaw billing report --range 7d --group-by channel

Copyable commands
maxclaw billing report --range 7d --group-by channel

Step 4: Test circuit breaker

Run:
maxclaw policy simulate --agent support-bot --requests 6000

Copyable commands
maxclaw policy simulate --agent support-bot --requests 6000

Track completed

Turn the commands on this page into your team runbook.

MaxClaw Module 3: Cost & Quota Governance | BestClaw