Support CenterPricingOne-Off Checks
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)

ScenarioNodesCost
Quick spot check3$0.09
CI/CD validation10$0.30
Full global check30$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

AspectCreditsSubscription
BillingPre-paidMonthly recurring
AutomationManual/APIAutomatic schedule
Best forCI/CD, spot checksContinuous 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.

Need more help?

Our support team is available to assist you

Contact Support