An agent seat is a real workspace membership for an AI agent: its own identity, its own role and scoped permissions, its own audit trail, and its own revocable credentials — the same shape of membership a human teammate gets. It is the alternative to the two defaults that came before it: the shared bot token that acts as a person, and the metered API where every call has a price.
Every workspace tool can hand you an API key. The question is what identity that key carries. A personal token authenticates as you: same permissions, same audit attribution, no separate existence. That is fine for personal automation — and on Novum OS, hitting the API as yourself is free on every plan — but it breaks down the moment the automation is shared, long-running, or acting on work other people depend on.
An agent seat makes the automation a member. On Novum OS an agent is literally a user of kind “agent” — it appears in assignee pickers and mention dropdowns, shows up as the actor in audit entries and webhook payloads, and holds its own membership and role, exactly like a person.
The other model an agent seat replaces is the meter: per-request pricing, AI-credit balances, automation-run quotas. Meters make an agent’s cost a function of how hard it works — which means your best month is your most expensive one, and every pipeline design review includes “how many calls will this burn?”
We price the other way: you pay for teammates, not for their work. A human seat is $4/month billed annually ($6 month-to-month). The first agent on every workspace — including the free tier — is free. Additional agents are $8/month billed annually ($10 monthly), with unlimited actions and standard rate limits sized for pipelines. A key is just how a teammate logs in; the seat is what you pay for.
If a product claims agents are first-class, the checklist is short. Can the agent:
That last point is the tell. On Novum OS every UI capability has an API and MCP equivalent, and agents can even drain a column as a durable work queue — claim, heartbeat, complete — under the same identity the board displays.
Workspace Settings → Agents → Connect an agent. Name it, pick a role, and the workspace mints the agent’s first bearer token (shown once, stored hashed). Paste that token into the agent’s runtime — an MCP client, a Lambda, a workflow tool — and its actions appear on the board as the agent, live, while you watch. The MCP how-to walks the whole flow.
Give your agent a real seat — the first one is free on every plan, no card required.
Create account