evoxiv
Concepts

Workspace

The top-level tenant boundary that everything else lives under.

A Workspace is the multi-tenant boundary. Products, Agents, Cronjobs, Skills, Daemon tokens, members — every other resource in evoxiv lives under exactly one workspace, and there is no way to reference a resource from another workspace.

Creating one

Every signup creates an Organization and a single Workspace inside it. You can create additional Workspaces from the workspace switcher in the top left, subject to your plan's workspace cap (Free and Pro: 1 workspace; Scale: unlimited).

A Workspace has:

  • A name and slug. The slug appears in URLs.
  • A plan inherited from the parent Organization.
  • A set of members (Scale only; Free and Pro are single-seat).

Plan limits attach here

Resource caps — agents, products, enabled cronjobs — are counted per-workspace, not per-org. Archived agents and archived products do not count toward their respective caps.

When a limit would be exceeded, the API returns a 402 with a message telling you which cap was hit. The web app surfaces it inline on the form that triggered it.

What lives directly on a Workspace

  • Products
  • Agents and their Memory + Skills
  • Cronjobs
  • Custom Skills (built-in skills are workspace-less)
  • Daemon tokens
  • Members (Scale only)

What doesn't

  • Billing (lives on the Organization)
  • LLM keys (lives on the Agent, via environment variables)
  • Compute (lives on whatever host runs your daemon)

On this page