AqtaCore
Aqta

Quick Start

One line. Full protection.

Swap your base URL, keep everything else. Your AI agents are protected in under 5 minutes.

1

Generate your Aqta API key

Create an API key to connect your app.

500 requests/month free
2

Add one line

OpenAI-compatible · No SDK

import openai
client = 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.

Test it

First request shows in the dashboard

View dashboard
3

Provider keys (optional)

Store keys in Aqta's vault or pass at runtime

Two options

1Pass at runtime

Provider key in Authorisation header

Authorization: Bearer sk-proj-...

2Vault (recommended)

Add keys once, use aqta_placeholder

Encrypted · Rotatable

Add Your API Keys

Connect your LLM provider accounts to start using Aqta

Why store keys in Aqta's vault?

  • No secrets in code: Use aqta_placeholder instead of real API keys
  • AES-256 encryption: Keys encrypted at rest, never logged
  • Zero-knowledge proxy: We never see your LLM responses or prompts
  • Rotate anytime: Update keys without changing code

You're ready to go

Send your first request through the gateway. It will appear as a signed receipt in your dashboard.

View receipts

What you get

Loop protection

Infinite loops caught in <1s

Compliance

GDPR & global AI governance trails

Analytics

Cost & performance in real time