OS portal
The OS portal is the boundary between agents and the workspace. Agents use the portal to understand what is available and to run approved skills. The portal keeps the product surface small: one path for context, one path for action.Why the portal exists
The portal gives agents a structured path to context and approved action, so workspace work stays organized around artifacts, implementation scripts, and connected capabilities. The portal should answer:- What workspace am I operating in?
- What should I know before doing work?
- Which skills can I run?
- Which capabilities are connected?
- What guardrails apply?
- How do I return a traceable result?
Portal responsibilities
| Responsibility | What OS should do |
|---|---|
| Context | Return workspace identity, product language, available skills, capability health, and relevant rules. |
| Action | Run a named skill with validated input. |
| Guardrails | Pause high-impact actions for human approval. |
| Observability | Attach trace IDs, execution records, logs, and artifacts. |
| Capability checks | Tell the agent when a skill cannot run because something is not connected. |
| Output contracts | Return structured results instead of untracked free-form output. |