Quick Start: Business Operators¶
You want to automate operations using your existing data without needing AI expertise. G6 handles the technical complexity so you can focus on results.
How you reach G6¶
G6 is a hosted service. You use it from an MCP client on your own machine — there is nothing to install and nothing to launch.
claude mcp add g6 --transport sse \
--url https://g6solver.com/mcp/sse \
--header "Authorization: Bearer YOUR_API_KEY"
Any MCP client that supports SSE can connect the same way. See the Setup guide.
The GUI and REPL are not available
Earlier versions of this page recommended a browser dashboard (g6 --gui) as your best starting point, with a terminal REPL (g6) as an alternative. Neither is part of the hosted product. They exist in the codebase and are documented under Bases for reference, but there is no desktop application to install, so there is no way to launch them. Everything below is done by asking your MCP client in plain English.
Your first 10 minutes¶
1. Connect your client¶
Run the command above using the API key from your account dashboard.
2. Describe what you want¶
Say it in plain English, including any background and limits:
"Analyse our quarterly sales data and identify underperforming regions. We have CSV exports from Salesforce for Q1 2026. Keep the budget under $50."
G6 translates that into structured tasks, selects components, sets resource limits, and adds guardrails automatically.
3. Respond to approvals¶
When G6 reaches a decision point that needs your judgement, it pauses and explains what it is about to do and why it is asking. Approve it, or redirect it and say why — your reasoning feeds back into G6's learning.
4. Check results¶
Ask for the assessment, execution, and evaluation results. Each carries a completion state (verified, qualified-draft, blocked-escalated) so you can tell what was actually checked.
What you get¶
- Natural language goals — describe what you want in plain English, G6 figures out the components
- GoalWizard — translates your description into structured tasks with appropriate safeguards
- Domain-specific job agents — 39 specialised agents for professions like accounting, finance, legal, and more
- Human-in-the-loop safety — G6 pauses and asks for your approval before taking risky actions
Recommended tools¶
These tools require no technical background:
| Tool | What it does | Plan |
|---|---|---|
decompose_goal | Breaks your objective into steps | Free |
guide_ask | Answers questions about the system | Free |
guide_plan_workflow | Plans a multi-step workflow from a description | Free |
run_data_pipeline | Analyses data end-to-end | Premium |
Next steps¶
- Setup guide — connecting your MCP client
- Use Cases — worked examples for common business tasks
- Job Agents — find the agent for your industry