Sign in to manage your grounding API keys and usage. We e-mail you a one-time sign-in link — no password.
Quota is shared across all your keys and resets every 30 days. Demo: changing plan applies instantly. In production this opens Stripe Checkout; the plan is set by the payment webhook.
All keys share the account quota above. A key's full secret is shown only once, when you create it.
Send your key as a bearer token to /context — you get prompt-ready JSON: per
source, its summary, its entities, and the structure around it (how many independent
operators cite it, how many reuse its wording, how many of its apparent sources are one
publisher), plus a stable record link. No verdict is included, because Zetlyn does not
produce one.
curl "/context?q=why+is+garbage+collection+slow&limit=5" \
-H "Authorization: Bearer YOUR_KEY"
Metering is per 30-day period and shared across your keys; every response carries
x-quota-limit / -used / -remaining. When the quota is
spent, /context returns 402 until the period resets.