Documentation
README
openma
openma is an open-source platform for building, deploying, and managing AI agents. You define an agent (model + system prompt + tools), the platform handles sandboxed execution, credential management, and session state.
Setup
npx open-managed-agents # or: npm i -g open-managed-agents
export OMA_BASE_URL=https://your-instance.workers.dev
export OMA_API_KEY=oma_xxxxxx # generate at Console → API Keys
Run oma --help for all commands.
This is the opening of the README. Read the full README on GitHub.