Back to Pricing
One-Off Checks
Pay-per-check validation without a subscription.
Overview
Run agent validation on-demand: no subscription, pay only when you check.
Pricing
$0.03 per check (per node)
| Scenario | Nodes | Cost |
|---|---|---|
| Quick spot check | 3 | $0.09 |
| CI/CD validation | 10 | $0.30 |
| Full global check | 30 | $0.90 |
Adding Credits
Dashboard → Billing → Check Balance → Add funds ($10-$100). Credits never expire.
Using Credits
Via API
curl -X POST "https://api.agentstatus.dev/api/v1/run" \
-H "Authorization: Bearer $AGENTSTATUS_API_KEY" \
-d '{"endpoint_url": "https://your-agent.com/v1/chat/completions", "geos": ["us", "eu"], "max_nodes": 5}'
Credits vs Subscription
| Aspect | Credits | Subscription |
|---|---|---|
| Billing | Pre-paid | Monthly recurring |
| Automation | Manual/API | Automatic schedule |
| Best for | CI/CD, spot checks | Continuous monitoring |
CI/CD Integration
Use in GitHub Actions, GitLab CI, etc. to validate agents after deploy.
Combining with Subscription
Subscription covers scheduled checks. Credits cover manual runs, API-triggered runs, and CI/CD.