Get up and running with PageSpace in under five minutes. This guide walks you through creating your workspace, adding content, and connecting AI.
Sign up at pagespace.ai with email/password or Google OAuth. No credit card required β the free tier includes 500 MB storage and 50 daily AI calls.
After signup, PageSpace automatically creates a personal drive (workspace) for you.
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 encodes meaning β AI and permissions both flow through the tree.
π 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-powered rich text editor with:
PageSpace supports 7 AI providers with 100+ models:
| Provider | Models | Key Required |
|---|---|---|
| PageSpace | Free models via OpenRouter | No β included |
| OpenRouter | 200+ models | Your API key |
| Google AI | Gemini 2.5 Pro, Flash | Your API key |
| OpenAI | GPT-5, GPT-4.1 | Your API key |
| Anthropic | Claude 4.1 Opus/Sonnet | Your API key |
| xAI | Grok 4 | Your API key |
| Ollama | Local models | Self-hosted |
To configure a provider, go to Settings > AI and enter your API key. You can set different providers per drive or per page.
AI Chat pages are specialized AI conversations with custom configuration:
Agents 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.