Workspace (organization)
When you sign up, Histeeria creates a workspace for you. Everything — API keys, decisions, evaluations, profiles — belongs to that workspace.- One account owns the workspace by default
- Team members can be invited to collaborate (see Team)
- Billing and plan tier apply at the workspace level (see Pricing tiers)
Agent profile vs agent_id
These are related but different:| Concept | Where it lives | Purpose |
|---|---|---|
| Agent profile | Histeeria app | Named entity with role, description, public URL, dashboard |
| agent_id | Your code / SDK | String you send on each observe() call |
agent_id matches or via key linkage rules.
You can run multiple agent_id values under one profile (e.g. sub-agents) or one id per profile — choose what fits your architecture.
Sub-agents
If you send differentagent_id values under the same profile/key, Monitoring shows them as sub-agents with separate decision counts. Useful for multi-agent systems (researcher + writer + reviewer).

