Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt

Use this file to discover all available pages before exploring further.

A Space groups Agents, members, schedules, and credits. Most organizations start with a single Space and split into more as teams or projects diverge (e.g., Marketing intel, Pricing intel, Compliance).

What a Space contains

  • Agents — every Agent belongs to exactly one Space.
  • Members — users with roles (Owner, Admin, Editor, Viewer).
  • Schedules — recurring triggers that fire Runs.
  • Credits & billing — usage is metered per Space.

Common patterns

Marketing, Pricing, Compliance, Risk — each gets its own Space with its own credits and members. Cross-team visibility stays opt-in.
production and staging Spaces let you stage agent changes without disturbing production runs.
If you build agents on behalf of clients, give each client their own Space. Run-all is scoped per Space, so you can fan out work cleanly.

API

GET  /api/v1/spaces
GET  /api/v1/spaces/{spaceId}
GET  /api/v1/spaces/{spaceId}/agents
POST /api/v1/spaces/{spaceId}/run-all
GET  /api/v1/spaces/search?name=...