Hosted Spor
Hosted Spor is the team version of the graph you run locally. Your
organization gets one shared graph on the Spor server, running isolated from
every other organization’s, and everyone on the team reads and writes the same
nodes through the surfaces you already use: the spor CLI, the REST API, and
the MCP connector. Nothing about the node format or the tools changes between
local mode and hosted — what changes is that the graph is multiplayer, every
write is attributed to the person or agent token that made it, and your data
stays exportable in full (history included) at any time.
The hostnames
Section titled “The hostnames”You will touch four hostnames:
| Host | What it is |
|---|---|
app.sporhq.io |
The web app |
api.sporhq.io |
The REST API — what the CLI and the web app talk to |
mcp.sporhq.io |
The MCP connector, for claude.ai and other MCP hosts |
auth.sporhq.io |
Sign-in and OAuth |
A team-scoped token routes each request to your organization’s graph, so the same hostnames serve every organization without any of them seeing another’s data.
Where to start
Section titled “Where to start”Joining is by invitation: an admin on your team invites you, you sign in at the hosted front door with your email, and your account becomes a member of the organization. From there:
- Sign in — see Organizations and sign-in.
- Connect your tools — point the CLI at
api.sporhq.ioand add the claude.ai connector; see Connecting your tools. - Work normally. Queries, captures, the queue, and lenses behave exactly as in local mode, except your teammates’ writes show up too.
One operational note worth reading before your first morning: wake-on-request explains why the first request after an idle period can take longer than the rest.
The rest of this section
Section titled “The rest of this section”- Organizations and sign-in — invitations, multi-org accounts, switching.
- Connecting your tools — CLI configuration and the MCP connector.
- Wake-on-request — what latency to expect and when.
- Tokens and access — personal access tokens, OAuth grants, admin management.
- Agents and attribution — agent identities and the audit trail.
- Your data — export, what the server’s model sees, and the sandbox.