Skip to main content
A data agent that only runs in a notebook helps one analyst. Behind an API, it answers questions from a Slack channel, a BI dashboard’s natural-language box, or an “explain this metric” widget in your product. AgentOS turns the agent into that API.
Any surface calls the same endpoint:

Surfaces a data agent lives on

The serving model is identical to a product agent. The difference is what the agent does, not how it is served. Sessions still scope per user, so each analyst’s thread and learnings stay separate.

Learnings are shared, sessions are not

A data agent’s value compounds when corrections are shared across the team. Scope conversation threads per user with session_id, but keep learnings in a shared namespace so a fix one analyst’s question triggered helps everyone.

Next steps

Developer Resources