Quickstart
Three ways to start, depending on what you're doing. Pick your path.
For product users
- Open the app and sign in.
- Create a space in a module.
- Add records manually, or import them from a file.
- Add fields so the data matches your process — or generate them with AI.
- Invite your team and set space roles.
For AI agents
The zero-setup way: open the Agent Chat (the Agent button in the sidebar) and just start asking. To bring your own agent instead:
- Create an MCP token and copy your connection URL.
- Add Boost.space as a connector in Claude, ChatGPT, Cursor, or any MCP client.
- Ask the agent to read or change your data — it acts within your token's permissions. See Connect via MCP.
For developers
-
Create an API token in your profile (see the API).
-
Call the API — base URL
https://{system}.boost.space/api, Bearer auth:curl https://{system}.boost.space/api/space \ -H "Authorization: Bearer $BS_TOKEN" -
Prefer a typed client? Install an SDK (TypeScript, Python, PHP, or Go).
Next steps
- Understand the model in Core concepts.
- Explore the product guides and the API.
- Get help in Support & resources.