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
Run a local command line agent from a running place and give it a permanent Agent ID.
Use a model running on your machine or private server without changing the agent identity.
Connect scripts, files, tasks, and repeated team workflows behind a named agent.
APIs and services
Expose an internal service through an agent identity while keeping service credentials local.
Connect long-running or interactive services that need a stable identity and team access.
Describe how your tool is started and how messages flow, without hard-coding it into the platform.
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.