Start

Quickstart

Quickstart

This page assumes the repo is already cloned and dependencies are installed. The goal is one working local graph, not a full production setup.

This quickstart uses the default SQLite backend so you can get to a working graph with the fewest moving parts.

#1. Authenticate

Run the guided onboarding flow:

agentgraph onboard

If you only want one source, authenticate it directly with agentgraph auth <source>.

#2. Start AgentGraph

agentgraph serve

The default server URL is http://127.0.0.1:8765.

#3. Browse something supported

Open a Slack channel, a Google Doc, a Google Sheet, a Gmail thread, or a Drive folder. Leave the tab focused long enough for the dwell threshold to trigger a fetch.

For RSS, add a feed or page with a discoverable feed link, then ingest it:

agentgraph connector rss add https://example.com/feed.xml
agentgraph ingest rss

#4. Verify entities landed

agentgraph connectors --json
agentgraph search "slack" --limit 5
agentgraph query --type Document --limit 5

#5. Connect an assistant

agentgraph mcp-config

Use the printed config in Claude Desktop or Claude Code, or expose SSE / streaming HTTP for ChatGPT developer mode.