Centaur is an open‑source, self‑hosted AI agent runtime from Paradigm and Tempo that lets teams run shared agents inside their own infrastructure, collaborate through Slack, and execute long‑running workflows with sec... Unlike typical single‑user agents, Centaur is designed as a multiplayer system where multiple pe...

Create a landscape editorial hero image for this Studio Global article: What is Centaur, the AI agent platform open‑sourced by Paradigm and Tempo, and how does it work as a multiplayer, self‑hosted, Slack‑native. Article summary: Centaur is an open-source AI agent runtime from Paradigm and Tempo that is designed to be multiplayer, self-hosted, secure, and usable through Slack or an API.[2][4] Paradigm says it has used Centaur internally since Jan. Topic tags: general, general web. Reference image context from search candidates: Reference image 1: visual subject "Built on TechFlow, Centaur is a self-hosted, multi-user secure AI agent ... self-hosted, multi-user collaborative secure AI agent runtime." source context "Paradigm Open-Sources Centaur, a Multi-User AI Agent Runtime | KuCoin" Reference image 2: visual subject "The diagram illustrates how the Centaur AI agent platform integrates
Artificial‑intelligence agents are moving from single‑user assistants to systems that collaborate across entire teams. Centaur, an open‑source platform developed by Paradigm and Tempo, aims to provide the infrastructure for that shift: a secure runtime where shared AI agents can operate inside an organization’s own environment.
Released as open source in May 2026, Centaur is designed to run agents that collaborate with humans through Slack, access internal tools, and execute workflows that can last hours or days. Paradigm reports that it had already been using the system internally since January across multiple departments before releasing it publicly.
Centaur is a self‑hosted AI agent runtime designed for team environments rather than individual users.
Key characteristics include:
The platform acts as a control plane for agents, coordinating runtime execution, tool access, workflow orchestration, and persistent memory so that agents can perform meaningful work rather than just respond to isolated prompts.
Most AI assistants today are designed around a single user interacting with a model. Centaur instead treats agents as shared collaborators for a team.
Within a Slack thread or API interaction, the agent can:
Because the agent is shared, team members can observe, steer, or extend its work in the same conversation. This collaborative design allows agents to function more like “virtual teammates” embedded in everyday communication tools.
The runtime can also expose internal services as typed tools, letting agents interact with company systems such as databases, APIs, or internal dashboards.
Centaur is designed to support long‑running tasks rather than only short conversational requests.
Agents can:
These capabilities make the platform suitable for automation scenarios that require persistence, monitoring, or iterative progress over time.
Durable execution is a key part of the design: the system records each stage of a request—from user input through runtime execution and final output—so work can resume or be inspected if something fails.
Centaur stores operational state in PostgreSQL, enabling durable tracking of agent activity.
According to the project documentation, the database records elements such as:
Because these events are persisted, the system can recover from restarts and maintain a history of agent interactions and workflow progress.
A major design goal of Centaur is allowing agents to use real credentials safely.
The system prevents agents from directly accessing long‑lived secrets. Instead, credentials are injected at the network layer during requests, ensuring that the agent never sees raw API keys or tokens.
This architecture helps protect against risks common in agent systems, including:
Centaur’s security model assumes that agents may execute untrusted code or interact with adversarial inputs, so it isolates runtime environments and tightly controls tool access.
Before open‑sourcing the system, Paradigm deployed Centaur internally across several teams. The firm reports it uses the platform across a broad set of operational areas, including:
According to the company, introducing shared agents across these functions significantly changed how work is organized and executed within the organization.
Organizations can customize Centaur by adding internal tools and workflows.
The platform allows teams to expose internal services as structured Python tools and package extensions in overlays that add organization‑specific prompts, workflows, or integrations.
This approach enables companies to build a shared agent ecosystem without rewriting their infrastructure for each automation or assistant.
Centaur enters a rapidly expanding ecosystem of agent frameworks and orchestration platforms. Its distinctive focus is on team‑oriented operations inside enterprise infrastructure.
Rather than emphasizing experimental autonomous agents, the platform focuses on practical operational guarantees such as:
By combining these features with Slack integration and self‑hosting, Centaur targets organizations that want AI agents performing real work inside existing workflows rather than isolated chatbot experiments.
As companies deploy AI agents in production environments, reliability and security become central concerns. Platforms like Centaur aim to provide the shared infrastructure needed to manage those agents safely at scale.
Instead of building custom agent systems for every application, teams can use a runtime that standardizes execution, storage, credentials, and collaboration. The result is a foundation where AI agents behave less like temporary assistants and more like persistent software systems embedded in everyday work.
Centaur’s open‑source release suggests that this agent runtime layer—similar to how Kubernetes standardized container orchestration—may become a critical piece of the next generation of AI‑powered software stacks.
Studio Global AI
Use this topic as a starting point for a fresh source-backed answer, then compare citations before you share it.
Centaur is an open‑source, self‑hosted AI agent runtime from Paradigm and Tempo that lets teams run shared agents inside their own infrastructure, collaborate through Slack, and execute long‑running workflows with sec...
Centaur is an open‑source, self‑hosted AI agent runtime from Paradigm and Tempo that lets teams run shared agents inside their own infrastructure, collaborate through Slack, and execute long‑running workflows with sec... Unlike typical single‑user agents, Centaur is designed as a multiplayer system where multiple people interact with the same agent, tools, and workflows across Slack threads or APIs.[17][31]
The platform focuses on operational reliability—durable state, restart recovery, long‑running tasks, and credential isolation—so agents can perform real work across engineering, research, recruiting, and support teams...