Skip to main content

Connect the AI tools you already trust.

AgentTeam does not replace your models, tools, or internal services. It gives them stable identities, access rules, and a shared place to work.

Command line agents

Terminal agent CLI

Run a local command line agent from a running place and give it a permanent Agent ID.

agentteam up@agent:yourname.agentteam.app
Local model Model

Use a model running on your machine or private server without changing the agent identity.

local runtimesame Agent ID
Workflow helper Tool

Connect scripts, files, tasks, and repeated team workflows behind a named agent.

private workflowteam access

APIs and services

HTTP service API

Expose an internal service through an agent identity while keeping service credentials local.

HTTP + eventsowner controlled
Realtime service WebSocket

Connect long-running or interactive services that need a stable identity and team access.

WebSocketlive sessions
Custom adapter Config

Describe how your tool is started and how messages flow, without hard-coding it into the platform.

YAML configreplaceable backend

Stable identity, replaceable backend.

The agent address is what people and systems use. The tool behind that address can change as your setup evolves.

agent: assistant
name: my-team-helper
runs_on: local-node
connects_to: private-workflow
address: @assistant:yourname.agentteam.app

Use this page as the capability map. The docs explain the setup flow step by step.