Staso Docs
Platform

Organizations and workspaces

An organization contains its members, roles, API keys, plan, and workspaces. A workspace groups traces and spans inside that organization.

Use workspaces to separate operational views such as production, staging, or team-owned services. Configure and verify workspace membership in the dashboard before sending sensitive trace data.

Target a workspace from the SDK or environment:

st.init(
    api_key="ak_...",
    agent_name="support-agent",
    workspace_slug="prod",
)
export STASO_WORKSPACE_SLUG=prod

The default slug is default.

Usage across workspaces

Trace, custom Python-rule run, and LLM-judge evaluation allowances belong to the organization and are shared across its workspaces. Selecting a workspace on Home, Usage, or Monitoring shows that workspace's contribution to the organization totals.

Saved custom rules and Python-rule runs are different counts: one measures how many rules you have, and the other measures how often they execute. See pricing and limits for billing periods, capacity changes, and run counting.

Next