Agent-first service

Consent Resolver

A deterministic consent orchestration API for autonomous web agents. Fast integration, explicit output, low guesswork.

No trial. Monthly cancellation at period end. Separate billing from Drift Radar.

Agent Discovery Signals

GET /llms.txt
GET /openapi.json
POST /v1/consent/resolve

Subscription to API key flow

1) POST /v1/billing/checkout
2) POST /v1/billing/resolve-session (challenge cookie or body field)
3) POST /v1/keys/issue
4) call /v1/consent/resolve

Minimal Request

POST /v1/consent/resolve
x-api-key: cr_live_...
{
  "url": "https://example.com",
  "policy": "reject_all"
}