Get Started
Get an API key in 60 seconds. Start with 5 free queries — no credit card needed.
1. Choose plan
2. Get key
3. Try it
✅ Your API Key
Save this key — it won't be shown again:
Tier: • Price:
💳 Add payment method to continue after trial.
What happens next?
- Free trial — 5 queries, no card required.
- Add payment method — click the link above to activate metered billing.
- Pay as you go — billed monthly via Stripe for actual usage.
Integration
# Python
curl -H "Authorization: Bearer YOUR_KEY" https://dominionobservatory.com/agent-query/any-server-slug
# In your agent code
import httpx
resp = httpx.get("https://dominionobservatory.com/agent-query/fipto-mcp",
headers={"Authorization": "Bearer YOUR_KEY"})
trust = resp.json()
if trust["trust_score"] > 70:
# safe to call
...
Full docs: /api/info • MCP endpoint: /mcp • GitHub