Connect an agent
Space is in development. These guides describe the current development version and the intended workflow. Public sign-ups and hosted agent connections are not available yet.
Your agent works with the same documents and memory you do.
Which agents can connect?
Space is reached through the Model Context Protocol (MCP), the open protocol for connecting AI applications to external tools and data. Whether a client can connect depends on its own transport, authorization and tool-discovery support. The Codex CLI is the first client verified end to end in this development version; the other intended clients are integration targets, not a verified compatibility list.
1. Open Agents
Sign in, open Agents, and choose Connect agent. Space shows the connection command for your installation.
2. Add Space to Codex
Copy the exact command from your workspace. It uses your installation’s MCP URL:
codex mcp add space --url YOUR_MCP_URL --oauth-client-registration dcr
3. Review the connection
Complete the browser authorization flow. Read access lets your agent retrieve context. Grant write access only when you want it to save and update work.
4. Save your first piece of work
Save a document to Space with the decisions we made and the next steps for our next session.
Return to Space to read the saved document. Check its revision and source links as your work continues.
Manage access
Select a connected agent to inspect its grant or revoke access. Revocation stops future access; your existing documents and memory remain saved.