Skip to main content

Prerequisites

Docker Desktop installed and running.

Start the stack

docker compose --profile opencode up
Open http://localhost:4000 and sign in with the master key (sk-local by default). Compose starts the LiteLLM Agent Platform web/API service, a Postgres database, the OpenCode template runtime, and registers local-opencode in the UI automatically. To start only the base LAP stack (no runtime):
docker compose up
To start other runtimes and register them automatically:
docker compose --profile deepagents up
docker compose --profile hermes up
docker compose --profile openclaw up
docker compose --profile opencode --profile deepagents up
Add provider credentials in Settings before running agents against a hosted model provider.

Create an agent

1. Make an agent in the UI

Create agent screen

2. Select tools and skills

Select tools and skills

3. Run your agent

Select your agent and the runtime you want to run it on. Run agent on a runtime

Next steps

Runtimes

Connect Claude Managed Agents, Gemini Antigravity, Cursor, OpenCode, Deep Agents, Pydantic Deep Agents, OpenClaw, or Elastic.

Pydantic Deep Agents

Register the Pydantic Deep Agents bridge as an Anthropic Managed Agents-compatible runtime.

OpenClaw

Run OpenClaw locally with Docker Compose or register a hosted bridge.

Channels

Talk to your agents via UI, API, Slack, Teams, or Google Chat.

API Reference

Use the REST API to create and run agents programmatically.

Auth

Issue API keys and manage access for your team.