Beeuni

AI Agents

How AI agents work in Beeuni — bring any agent, no lock-in.

Beeuni is agent-agnostic. Instead of locking you into one AI assistant, it provides a shared workspace where any agent can operate. Use the built-in chat, connect Claude Code, bring your own custom agent, or use all of them together.

How Agents Work in Beeuni

Agents in Beeuni interact with the workspace through standard interfaces:

  1. File system — read and write project files
  2. Terminal — execute commands in the sandbox
  3. Git — manage version history
  4. Tasks — create and complete tasks on the Kanban board

This means any agent that can read files, run commands, and make HTTP requests can work in a Beeuni workspace.

Built-in Chat

Every workspace includes a built-in AI chat interface. You can use it to:

  • Ask questions about your code
  • Request code changes
  • Run commands through the agent
  • Create and manage tasks

See Chat for details.

External Agents

You can connect external AI agents (like Claude Code or custom agents) to your workspace using the SKILL protocol — a simple markdown file that teaches any LLM how to interact with the Beeuni API.

See External Agents for details.

Multi-Agent Collaboration

Multiple agents can work in the same workspace simultaneously:

  • Each agent can see and modify the same files
  • Terminal commands from different agents are executed in the shared sandbox
  • Tasks can be assigned to and completed by any agent
  • Real-time sync keeps everyone in sync

On this page