Quickstart

Three ways to start, depending on what you're doing. Pick your path.

For product users

  1. Open the app and sign in.
  2. Create a space in a module.
  3. Add records manually, or import them from a file.
  4. Add fields so the data matches your process — or generate them with AI.
  5. 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:

  1. Create an MCP token and copy your connection URL.
  2. Add Boost.space as a connector in Claude, ChatGPT, Cursor, or any MCP client.
  3. Ask the agent to read or change your data — it acts within your token's permissions. See Connect via MCP.

For developers

  1. Create an API token in your profile (see the API).

  2. Call the API — base URL https://{system}.boost.space/api, Bearer auth:

    curl https://{system}.boost.space/api/space \
      -H "Authorization: Bearer $BS_TOKEN"
    
  3. Prefer a typed client? Install an SDK (TypeScript, Python, PHP, or Go).

Next steps