AUVY OS Docs
Official documentation for AUVY Cortex — MCP, CLI, IDE plugins, and TypeScript SDK.
Integrator documentation
Build on AUVY Cortex
AUVY Cortex is the verified AI workspace. Connect coding agents, terminals, and applications through MCP, the CLI, IDE plugins, and the TypeScript SDK.
Agents: start with agent-onboarding/SKILL.md and llms.txt.
Connect your stack
Cortex Mark 1
Product overview — verified answers, vault, traces, and API surfaces.
MCP server
Connect Cursor, Claude, ChatGPT, and other MCP clients to mcp.auvy.ai.
CLI
Terminal automation with @auvy/cli — vault discovery, ingest, JSON output.
IDE plugins
One-click setup for Cursor, Codex, and Claude Desktop.
TypeScript SDK
@auvy-os/client for application code — neurons, jobs, streaming.
Quick start
Create an API key
Open auvy.ai/os → Admin → API keys.
Pick a surface
MCP for assistants · CLI for terminals · Plugins for Cursor/Codex/Claude · SDK for apps.
Connect
# MCP — add https://mcp.auvy.ai/mcp to your client config
# CLI — from auvy-sdk
git clone https://github.com/AUVY-AI/auvy-sdk.git && cd auvy-sdk
bun run setup:local
export AUVY_API_KEY=ak_live_...
bun run auvy vault session --jsonRepos
| Repo | What it ships |
|---|---|
| auvy-sdk | MCP server, @auvy/cli, IDE plugins, examples |
| auvy-os | Cortex API and @auvy-os/client |
Machine-readable docs
| Asset | URL |
|---|---|
| Curated index | llms.txt |
| Full nav index | llms-full.txt |
| Agent skills | agent-onboarding/SKILL.md |
| OpenAPI | openapi.json |