OI Agents > Agentic Workflows -
Deployments¶
The Deployments tab shows all active services that have been deployed in the OI Agents, including both agentic workflows and MCP servers. This list helps you track which services are live, when they were deployed, and what type of deployment they are. Only deployed workflows can be executed via API, and MCP servers must be deployed for agents to access external systems during runtime.
Deployment Types¶
| Type | Description |
|---|---|
| Workflow | A deployed agentic workflow that can be triggered using /workflow/run. Includes agents, tasks, tools, and logic. |
| MCP Server | A live external integration (e.g., database, API, file system) used to provide structured context to agents during execution. |