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 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)PageSpace gives you one catalogue of models from many vendors, organised by vendor, so you reach them all without supplying any API keys ā PageSpace manages the credentials. 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 catalogue |
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 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", "-p", "@pagespace/cli", "pagespace-mcp"],
"env": {
"PAGESPACE_TOKEN": "mcp_your_token_here"
}
}
}
}
Prefer the pagespace CLI end to end? npm install -g @pagespace/cli, then pagespace login and the pagespace keys wizard mint a drive-scoped key without ever copying a token. See the PageSpace CLI reference for every command, or the MCP Integration guide for full setup details. Building against PageSpace from your own code instead? Reach for the PageSpace SDK.
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.