Quick Start
Swap your base URL, keep everything else. Your AI agents are protected in under 5 minutes.
OpenAI-compatible · No SDK
import openaiclient = openai.OpenAI(api_key="YOUR_AQTA_KEY",base_url="https://api.aqta.ai/v1",)response = client.chat.completions.create(model="gpt-4o",messages=[{"role": "user", "content": "Hello!"}])
Replace YOUR_AQTA_KEY with your key from Settings. That's the only change needed.
First request shows in the dashboard
Store keys in Aqta's vault or pass at runtime
Provider key in Authorisation header
Authorization: Bearer sk-proj-...Add keys once, use aqta_placeholder
Connect your LLM provider accounts to start using Aqta
Why store keys in Aqta's vault?
aqta_placeholder instead of real API keysSend your first request through the gateway. It will appear as a signed receipt in your dashboard.
View receiptsInfinite loops caught in <1s
GDPR & global AI governance trails
Cost & performance in real time