Overview
plan
Sign out
Efficiency — this window30 days
%
cache hit rate
ms
avg cache hit
ms
avg LLM call
avg items / request
calls avoided
Tokens saved — lifetimeledger
and counting · monotonic
est. $ saved
from injection
from cache
Memorymanage
Total memories
Total accesses
Items injected
Requests memory reached
Last injection
Conflicts flagged
Security posturedetail
Perimeter active
Contradiction active
Cross-tenant shared
Abstention fail-closed
Integrity verified
Backups hourly
Threats screened100%
Blocked / suspects
Cache & latency
Requests this window
Served from cache
p50 latency
p95 latency
Response caching
Recent memoriesreload
Loading…
Connect in two linesdocs
# point your client at Iconia
client = OpenAI(
  base_url="https://www.iconia.tech/v1",
  api_key="—"
)
memories
Export
Add a memory
Search your vault

Manual search here is free. Once activated, your agent gets this automatically, in context, on every request.

Bring your data
Drop a file, or click to browse
.json · .csv · .txt
Your memoriesreload
Loading…
Memory Audit

Contradiction report, coherence score, and near-duplicate check across your whole vault.

Live posture — this tenantlearn more
Perimeter active
Intrusion trap armed
Contradiction active
Burn monitor baselined
Cross-tenant shared
Abstention fail-closed
Integrity verified
Backups hourly
Screening 100%
Threat feed
Requests screened100%
Blocked / suspects
Honeypots served

Full Security control room and alerts available on Builder and above.

Tokens saved (lifetime)
monotonic ledger
Requests served
this window
Est. $ saved
at list prices
Monthly usage
Requests this month
Plan allowance
Savings split
From injection
From cache
Model calls avoided
Marketplace — specialistscoming soon

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.

Current plan
Requests this month
Allowance
API key
Key
Last used
BYOK setup

Rotating revokes the old key immediately and shows the new one once. Treat it like a password.

Connect your tooltake the tour

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.

# Cursor → Settings → Models → OpenAI API — custom base URL
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.

# Claude Code — two environment variables
ANTHROPIC_BASE_URL=https://www.iconia.tech/v1
ANTHROPIC_API_KEY=ick_your_key

Run claude as usual — it remembers across every session.

# Hermes — config.yaml (or OPENAI_BASE_URL / OPENAI_API_KEY)
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.

from openai import OpenAI

client = OpenAI(
  base_url="https://www.iconia.tech/v1",
  api_key="ick_your_key",
)

Drop-in for any OpenAI-compatible app or script.

Verify it works

A live check — Iconia stores a memory, then recalls it from a differently-worded question. No model call, no cost.

Troubleshooting
  • 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.
Account
Email
Plan
Change email
Change password
Sign out
Danger zone

Deactivate revokes your keys and disables the account (recoverable via support). Delete permanently removes your account and all memory — irreversible.