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.

1. Sign up

Visit innernet.live/signup. Email magic link is the default; we don't set tracking cookies.

2. Connect an AI client

Go to innernet.live/connect. Pick your client (Claude Desktop, Cursor, ChatGPT). Each gives you a one-line config snippet to paste into the client's MCP settings.

The connect flow uses OAuth 2.1 — your AI client receives a scoped access token, never your password. See the per-client guide for the exact steps.

3. Save your first context

In any AI conversation, tell the AI:

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 AI session — any client, any time. Say:

Load my-first-project from innernet.

The AI calls innernet_list_projects and then innernet_load_project. The response includes the project's capture protocol — instructions tailored to this project type about what kinds of context to keep current going forward.

Next