# SmartFlow Observatory — API Key Order (/verify)

> SmartFlow Observatory — API Key Order (/verify) is a paid API for AI agents from verify.smartflowproai.com, paid per call via x402, $49/call, status unknown (last checked 2026-09-13).

Issues a time-limited API access key (pro or business plan) for the SmartFlow Observatory x402 verification and conformance-grading service.

## Facts

- Endpoint: POST https://verify.smartflowproai.com/keys/order
- Price: $49/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/smartflow-observatory-api-key-order-verify-366e4e9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_15ooNgydKBXwbaxyNOZyd

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability smartflow-observatory-api-key-order-verify-366e4e9d -d '<json body>'
```

Example prompt: Sign me up for a SmartFlow Observatory pro plan ($49/month, 100 req/min) using my email dev@example.com so I can start verifying x402 endpoints.

## When to prefer this

Use this endpoint when you need programmatic credentials to call SmartFlow Observatory's x402 conformance and activity-grading API. Choose pro ($49) for moderate usage (100 req/min) and business ($149) for high-volume auditing (1000 req/min). Prefer this over manual onboarding flows when automating access provisioning for x402 verification pipelines.

## Known failure modes

- Invalid or malformed email address — key not issued, 400 error
- Invalid plan value (not 'pro' or 'business') — rejected with validation error
- Payment failure or insufficient USDC balance — 402 or payment error returned
- Duplicate registration for same email — may return conflict or reuse existing key
- Service unavailable — 503 or timeout with no key issued

## How this service works

Self-serve verification of an x402 endpoint or payTo wallet: live 402 conformance + an independent, reproducible activity grade. Wallet-level scope stated on every result.

## Output

An API key granting access to SmartFlow Observatory's /verify endpoint at the selected rate limit tier (100 or 1000 req/min) valid for 30 days, plus enrollment for renewal notices at the provided email address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "plan",
  "email"
 ],
 "properties": {
  "plan": {
   "type": "string",
   "description": "Plan: pro ($49 / 30 days, 100 req/min) or business ($149 / 30 days, 1000 req/min)"
  },
  "email": {
   "type": "string",
   "description": "Contact address for the key and renewal notices"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/smartflow-observatory-api-key-order-verify-366e4e9d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from verify.smartflowproai.com](https://www.zero.xyz/host/verify.smartflowproai.com/llms.txt)
