openma

Featured

Use the openma platform to build, deploy, and manage AI agents. Trigger when users want to create agents, start sessions, manage environments, configure model cards, handle vaults/credentials, install skills, connect MCP servers, or interact with the openma HTTP API. Also trigger when users mention "oma", "openma", "managed agents", or ask how to deploy/run/manage an agent on openma.

AI & Automation 269 stars 39 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
81
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 ```bash 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. ## Core Workflow ```bash oma agents create "my-agent" --model claude-sonnet-4-6 oma envs list # reuse existing, or: oma envs create default oma sessions create --agent <agent-id> --env <env-id> oma sessions message <session-id> "Your task here" ``` ## Resources | Resource | CLI commands | Purpose | |----------|-------------|---------| | Agent | `oma agents create/list/get/delete` | Model + prompt + tools config | | Environment | `oma envs create/list` | Sandbox runtime for sessions | | Session | `oma sessions create/list/message` | Conversation with an agent | | Model Card | `oma models create/list` | LLM API key + provider config | | Vault | `oma vaults create/list` | Secure credential storage | | Credential | `oma creds list`, `oma secret add` | Secret inside a vault | | Skill | `oma skills list/install` | Domain expertise for agents | | API Key | `oma keys create/list/revoke` | Auth token for CLI/SDK | | Linear | `oma linear list/pubs/publish/submit/handoff/update/unpublish/ge...

Details

Author
openma-ai
Repository
openma-ai/open-managed-agents
Created
5 months ago
Last Updated
yesterday
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category