Get Started with Systemprompt Internal
Start here. Two paths: standing the platform up for your organization, or running it locally as a developer. Pick the one that describes you.
On this page
Systemprompt Internal puts your business inside Claude. You ask in plain English. It answers from live Odoo data, confirms with you before it changes anything, and records everything it does. Odoo stays the system of record; this is the AI and communication layer on top of it, and you host all of it.
There are two ways to arrive here. Pick yours.
I need to set this up for my organization
You own the Odoo instance and the deployment. You will point the deployment at your Odoo database, provision users, and hand the bridge to your team.
Prerequisites: Odoo admin access and shell access to the deployment. About an hour, once per organization.
I am a developer running this locally
Clone, build, start the gateway, register at /admin/login, then one command
with the one-shot code from your profile page. Includes the clean-state
verification procedure for the connect path.
Prerequisites: Docker, just, a Rust toolchain, and one provider API key.
The Short Version
For a user, getting connected is three steps:
- Install the desktop bridge. Downloads are on the homepage. It runs in your menu bar or system tray and keeps your skills in sync inside Claude Code, Cowork, and Codex.
- Enrol a passkey. There is no signup form and no password. An operator creates your account from the CLI and sends you a one-shot setup link; you open it and create a passkey. See Authentication.
- Link your Odoo account and ask. Generate an API key in Odoo under
Preferences → Account Security, link it on
/admin/profile, then try "Give me a full briefing on my biggest account" or "What is in my pipeline this quarter?" The skills are already installed. Every call runs as you in Odoo, under your own record rules.
What to Ask
Browse the full skills catalogue — every skill lists what it does and example questions covering pipeline, leads, partners, activities, notes, consultancy, brand, and governance.
Reference
Running the platform:
- Standing Up the Gateway — the operator journey end to end
- Connect Claude Code — the local developer path
- Authentication — passkeys, Odoo identity linking, sessions and route protection
- Connect Odoo — instance requirements, server config, per-user API keys
- Dashboard Usage — real-time metrics, activity feed, and health indicators
- Gateway API — the
/v1/messagesendpoint and its governance
Under the Hood
Step-by-step walkthroughs of the governance and tracing machinery, for technical readers:
- Setup & Authentication — bring the platform up and authenticate
- Governance Decisions — agents making governed tool calls
- Audit Trails & Costs — inspect audit logs and cost attribution
- Governance API — drive policy decisions from the CLI
- MCP Access Tracking — watch MCP tool access in real time
- Request Tracing & Benchmark — trace requests end-to-end
- Agent Tracing — follow a single agent's lifecycle
- Detailed Breakdown — what happens under the hood on a single call
- An Allowed Call — a skill that passes governance
- A Refused Call — secret detection denying a tool call