This guide takes you from a fresh account to an AI agent calling workspace tools inside one of your drives.
Sign up at pagespace.ai ā there are no passwords. Pick one:
No credit card required. The free tier includes 500 MB storage, $5/month of AI credits, and a 20 MB max file size.
After signup, PageSpace sets you up with a starter drive (workspace) so you can jump straight in.
PageSpace organizes everything into drives and pages:
Pages form a tree hierarchy. A document can live inside a folder, which lives inside another folder. This structure gives AI meaningful context; access is controlled by drive membership and explicit per-page permissions (no inheritance from parent folders).
š Marketing/
āāā š Q1 Campaign/
ā āāā š Brand Guidelines
ā āāā š Task List
ā āāā š¬ Team Channel
ā āāā š¤ Campaign AI Agent
āāā š Assets/
ā āāā š logo.png
āāā š¤ Marketing Assistant
Click the + button in the sidebar or right-click to create a new page. Select Document and start typing.
Documents use a TipTap rich-text editor with:
# for a heading, - for a list)Every cloud model is served through OpenRouter and organised under its real vendor, so you reach one catalogue that spans many providers without supplying any API keys ā credentials are managed by the deployment operator (on pagespace.ai cloud that's PageSpace; on self-hosted, whoever runs the server). The default model is openai/gpt-5.3-chat.
| Vendor | What it is |
|---|---|
| OpenAI | GPT-5.4 / 5.3 / 5.2 families |
| Anthropic | Claude 4.6 / 4.5 / 4.1 families |
| Gemini 3 and 2.5 families | |
| xAI | Grok 4 family |
| DeepSeek, Qwen, Mistral, Moonshot, MiniMax, Meta, and more | Additional open and frontier models in the OpenRouter catalogue |
Self-hosted deployments can also point at a configured endpoint instead of OpenRouter:
| Endpoint | What it is |
|---|---|
| Azure OpenAI | Models from a configured Azure deployment |
| Ollama | Models discovered from a configured Ollama server |
| LM Studio | Models discovered from a configured LM Studio server |
Open Settings > AI to pick a model. The model you pick becomes your account-level default; any individual AI Chat page can override it. Each call draws from your plan's monthly AI-credit allowance based on the model's real cost. Free accounts use a curated allowlist ā openai/gpt-5.3-chat (default), the GPT-5.4 nano and mini models, Claude Haiku 4.5, and the Gemini Flash family ā while paid plans unlock the full catalogue.
AI Chat pages are specialized AI conversations with custom configuration:
web_search toolAgents can also consult each other via the ask_agent tool, enabling multi-agent collaboration.
If you use Claude Desktop, Claude Code, Cursor, or other MCP-compatible tools, you can connect them to your PageSpace workspace:
{
"mcpServers": {
"pagespace": {
"command": "npx",
"args": ["-y", "pagespace-mcp@latest"],
"env": {
"PAGESPACE_API_URL": "https://pagespace.ai",
"PAGESPACE_AUTH_TOKEN": "mcp_your_token_here"
}
}
}
}
See the MCP Integration guide for full details.
To collaborate:
MEMBER by defaultADMIN for drive management accessMembers can collaborate in real-time on documents, channels, and AI conversations.
Search docs, blog posts, and more.