Quickstart
10 minutes from signup to a working iri workspace, your AI agent reading from it, and (optionally) your Slack or Telegram capturing into it.
1. Sign up
Open the iri site, create an account with email + password (or accept an invite link if you've got one).
A personal workspace is created automatically on signup. You can also create a team workspace from the Workspaces menu and invite teammates by email.
2. Add your first material
Pick whichever fits how you actually work:
- Write directly. Top nav → Write. Markdown editor.
- Drop a file. Drag a PDF, DOCX, or markdown file into the workspace. iri converts and indexes it in the background.
- Sync an existing tool. Workspace → Sync → Apple Notes / Obsidian / Notion / Confluence. Initial pull takes a few minutes; updates after that are incremental.
When a document arrives, iri splits it into searchable chunks, embeds them, and (on Pro) extracts knowledge atoms. You can keep working while this runs.
3. Search
Cmd+K (Ctrl+K) anywhere. Plain language works.
- "what did we decide about pricing?"
- "Q2 revenue target"
- "OAuth section of the security policy"
iri runs keyword and semantic search together, so even when wording doesn't match, the relevant note surfaces.
4. Connect your AI agent (recommended)
This is the wedge feature. Claude Code, Cursor, and Claude Desktop all support MCP, the protocol iri uses.
- Workspace → Integrations → API Keys (or the workspace dashboard).
- Create a key. Copy the
iri_ws_…value somewhere safe; it's shown once. - Add iri to your agent's MCP config. Per-tool snippets in MCP overview.
Once wired, your agent can:
search_notes,read_note— read your workspacecreate_note,update_note— write back to itget_briefing— ask iri to assemble a structured answerquery_atoms,explore_entity— query the semantic layer
Try asking your agent "what's in our iri workspace about [topic]?" and watch it pull from your notes.
5. Connect Slack (optional)
If your team's decisions live in Slack, this is the second-highest leverage step.
- Workspace → Integrations → Slack → Install to Slack.
- Pick a default target sphere (where summaries land).
- In any Slack channel,
/invite @iri. - Run
/iri-summary(or/iri-summary 6h) to convert the channel's recent messages into an iri note.
Other commands: /iri-ask <question>, /iri-find <query>, /iri-capture <text>, /iri-recent. Per-channel routing under Slack integration.
6. Connect Telegram (optional)
For mobile capture and brain-dumping in 1:1.
- Workspace → Integrations → Telegram → Generate link.
- Send the
/start CODEto the iri bot in Telegram (button or copy/paste). - Pick a default sphere (e.g.
personal/journal). - Type any thought into the 1:1 chat. Run
/summaryat the end of the day.
Setup details: Telegram integration.
7. What's next
- Use cases — patterns from real pilot users
- Spheres — team-level scoping and channel routing
- Briefings — how iri assembles answers
- Agent write-back — let your agent save its results back to iri
- MCP troubleshooting — when something doesn't connect
If you get stuck, hello@iri-ai.com.