client = OpenAI(
base_url="https://www.iconia.tech/v1",
api_key="—"
)
Manual search here is free. Once activated, your agent gets this automatically, in context, on every request.
Contradiction report, coherence score, and near-duplicate check across your whole vault.
Full Security control room and alerts available on Builder and above.
Adopt vetted domain expertise in one click. A specialist is a screened bundle of policies, playbooks, and knowledge — it becomes memory in your store instantly and your agents employ it by recalling it in context. Every pack clears the same contradiction and safety checks your own writes do.
Rotating revokes the old key immediately and shows the new one once. Treat it like a password.
Point the tool you already use at Iconia — memory, security, and caching switch on for every call. No SDK, no rewrite. Grab your ick_ key under API Keys.
Base URL: https://www.iconia.tech/v1
API Key: ick_your_key
Paste those two lines — every message your agent sends stores and recalls memory.
ANTHROPIC_BASE_URL=https://www.iconia.tech/v1
ANTHROPIC_API_KEY=ick_your_key
Run claude as usual — it remembers across every session.
model:
provider: custom
base_url: "https://www.iconia.tech/v1"
api_key: "ick_your_key"
Model-agnostic + self-hosted — your always-on agent gets governed, portable memory.
client = OpenAI(
base_url="https://www.iconia.tech/v1",
api_key="ick_your_key",
)
Drop-in for any OpenAI-compatible app or script.
A live check — Iconia stores a memory, then recalls it from a differently-worded question. No model call, no cost.
- 401 / invalid key — use your ick_ key from API Keys, not your provider key.
- Client ignores the base URL — some IDE agents pin their endpoint; if yours won't honor a custom base URL, reach out.
- 429 / quota — your plan's request limit was hit; upgrade under Plan & Upgrade.
- Nothing recalled — memory injects only when a request needs it; ask something related to what you stored.
Deactivate revokes your keys and disables the account (recoverable via support). Delete permanently removes your account and all memory — irreversible.