getting started
Two minutes from zero to your first context map. You'll create an account, connect an AI client, and save your first project. (Building software against the API instead? Skip to the API quickstart.)
1. sign up#
Visit innernet.live/signup. Email magic link is the default; we don't set tracking cookies.
2. connect an AI client#
Point any MCP-aware client at one URL:
https://innernet.live/api/mcpOn first use the client opens a browser sign-in (OAuth 2.1) — you approve once and it holds a scoped token from then on. You never copy a key by hand. Per-client walkthroughs (Claude Code, Claude Desktop, Cursor, ChatGPT, Cline, Zed) are in Connect an AI.
3. save your first context#
In any AI conversation, say:
Save this conversation to a new innernet project called "my-first-project".The AI calls innernet_save_context under the hood. The project appears immediately at innernet.live/dashboard.
4. load it next time#
Open a brand-new session — any client, any time:
Load my-first-project from innernet.The AI lists your projects, loads the map, and reads the project's capture protocol — instructions about what kinds of context to keep current going forward.
5. optional: your first API call#
Mint a key at innernet.live/developers, then:
curl https://innernet.live/api/v1/projects \
-H "Authorization: Bearer innernet_..."