Skip to main content

Step 1 — Get an API Key

1

Choose a plan

Visit our pricing page and select a plan. Payment takes under 60 seconds.
2

Check your email

After payment, you’ll receive an email from keys@aethercitadel.cloud with your API key:
3

Keep it secret

This key controls your allocation. Don’t commit it to git or expose it in client-side code. Store it as an environment variable.

Step 2 — Generate an Intent

Before your app serves AI output to a user, generate an intent signature:
Response:
Store the intent_hash — you’ll need it in step 3.

Step 3 — Call Your AI

Pass the intent_hash to your AI service using the X-Intent-Hash header:

Step 4 — Verify the Response

After the AI responds, verify it hasn’t been tampered with:
Response:

Check Your Usage

At any time, check your usage against your plan limit:

Next Steps

Authentication

How API keys work and how to rotate them

Zero-Knowledge

How we protect user privacy

Bharat-Shield

What threats we block automatically

Full API Reference

All endpoints, parameters and response shapes