Loading
Loading
Add frontier-level reasoning, persistent memory, and autonomous execution to any MCP-compatible editor. Open architecture — use our agents, bring your own, or mix both. Three steps, under two minutes.
Register with your email to get a free Starter key (2,500 tokens/month).
curl -X POST https://gateway.aitherium.com/v1/billing/register \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'Response:
{
"user_id": "user_a1b2c3d4...",
"api_key": "aither_sk_live_abc123...",
"balance": 2500,
"plan": "explorer"
}Add Aitherium as an MCP server in your IDE.
// ~/.claude.json or .mcp.json
{
"mcpServers": {
"aitherium": {
"type": "streamable-http",
"url": "https://mcp.aitherium.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}Your MCP client will auto-discover available tools. Try these first:
thinkDeep reasoning about any problemthink("Should I use PostgreSQL or MongoDB for my event-sourced system?", depth="deep")analyzeAnalyze any artifactanalyze(artifact="<paste your code>", focus="security")debugRoot cause analysisdebug(problem="API returns 500", error_output="<stack trace>")Cost = base_tokens × effort_multiplier × plan_discount. Check cost before execution: POST /v1/external/estimate
thinkDeep reasoning with persona selection (aither, demiurge, lyra, athena, apollo, hydra)15 tokanalyzeAnalyze any artifact type — auto-routes to best agent15 tokexplainDeep explanation for any audience level10 tokdebugRoot cause analysis with fix and prevention15 tokreviewMulti-perspective review via Hydra (Creator+)20 tokplanStructured planning with phases and risks via Lyra (Creator+)20 tokingestIngest artifacts into your tenant knowledge graph30 tokingest_repoClone + index an entire git repository (HTTPS)100 tokbuild_memory_graphBuild/rebuild semantic search index80 tokquery_contextHybrid keyword + semantic search over your knowledge5 toktenant_rememberStore facts, decisions, patterns for future recall3 toktenant_recallRecall stored memories by natural language query3 tokexpedition_createStart multi-phase project with human-in-the-loop gates200 tokexpedition_gateApprove or reject checkpoints10 tokexpedition_collectCollect structured deliverables20 tokfactory_submitFully autonomous goal-directed agent execution500 tokfactory_decideRespond to decision checkpoints10 tokfactory_collectCollect all produced artifacts20 tokUse the persona parameter in think to route to a specialized agent.
aitherAitherGeneral intelligence
Broad questions, multi-domain reasoning
demiurgeDemiurgeSoftware engineering
Code architecture, implementation, refactoring
hydraHydraMulti-perspective review
Code review, document review, quality assessment
lyraLyraResearch & strategy
Planning, research synthesis, strategic analysis
athenaAthenaSecurity
Security audits, threat modeling, vulnerability analysis
apolloApolloPerformance
Optimization, bottleneck analysis, scaling strategy
https://gateway.aitherium.com/v1/billing/registerCreate account and get API key
Body: {"email": "you@example.com"}
https://gateway.aitherium.com/v1/billing/balanceCheck token balance and plan
Header: Authorization: Bearer aither_sk_live_...
https://gateway.aitherium.com/v1/billing/keys/refreshRotate API key (invalidates old key)
Header: Authorization: Bearer aither_sk_live_...
Tier 1 tools are stateless — your input is processed and discarded. Nothing is stored on our servers.
Tier 2 memory is tenant-scoped — your knowledge graph is isolated in a per-tenant namespace. No cross-tenant queries possible.
All AitherOS context is disabled — internal neurons, flux events, affect state, and system memories are never included.
Rate locked for 12 months — your token rate is guaranteed after sign-up.
Free tier includes 2,500 tokens/month. No credit card required.