Get GraphrAI running in minutes
Everything you need to start a reasoning session, understand the modes, and bring your own models.
Quickstart
GraphrAI is a multi-agent reasoning platform: instead of a single chat thread, your conversation runs as a graph of nodes, where each node can be an agent, a user turn, or a branch point. Getting started takes four steps.
- Register an account. Head to Get Started and create your workspace.
- Create a session. From your dashboard, start a new session and give it a name or an opening prompt.
- Pick a reasoning mode. Each mode orchestrates agents differently — see Reasoning modes below.
- Watch it run on the DAG. Agents execute as nodes on a directed graph in real time, streamed live as they think and respond.
The graph view isn't just a visualization — it's interactive. You can fork a conversation at any node to explore a different direction, branch into parallel lines of reasoning, and resume execution from any earlier point without losing the rest of the graph.
Reasoning modes
A mode defines how agents are orchestrated: how many run, in what order, and what role each plays. GraphrAI ships several built-in modes:
Free Form
Open-ended conversation with an agent, without a fixed structure.
Single Agent
One agent, one focused line of reasoning.
Devil's Advocate
An agent pressure-tests a position, surfacing counterarguments and weak points.
Lookahead
Forecasts how a scenario might unfold across multiple possible paths.
Colosseum Adaptive
Agents compete and adapt across rounds to sharpen the strongest answer.
Agentic Plan
Breaks a goal into a plan and works it step by step.
Beyond these, GraphrAI includes a set of additional experimental modes — debate, panel, socratic tutor, and others — with more being added over time. Each mode is documented in-app when you select it, including its specific behavior and configuration options.
Bringing your own API keys
GraphrAI routes LLM calls through LiteLLM, giving you access to 50+ models across providers including OpenAI, Anthropic, Gemini, Llama, and more — all selectable per session or per agent.
You can supply your own provider API keys in your account settings so calls are billed directly to your provider account, or use platform-routed defaults where GraphrAI handles the routing for you. See how platform routing works in our Terms of Service, and our Privacy Policy for how request and response data is handled either way.
Sharing a session
Any session can be shared via a read-only link, letting teammates follow the reasoning graph as it develops — including the full DAG, message history, and branches — without needing an account on your workspace. Share links are generated from within a session and can be revoked at any time.
Data & privacy
Session content, agent outputs, and any API keys you provide are handled according to our data practices. Read the full details in our Privacy Policy.
Getting help
A full API reference is on the way. In the meantime, if you run into an issue or have a question that isn't covered here, reach out via our Contact page.