Amodal
Agent Runtime Platform
Build agents from your repo
Amodal is an agent runtime that turns your codebase into a domain-specific AI agent. Define connections, skills, knowledge, and tools as files in your .amodal/ directory — the runtime handles context management, tool orchestration, multi-provider LLM support, and security.
npx amodal init
npx amodal dev- Quick Start — Initialize a project, connect an API, and chat with your agent in 5 minutes.
- CLI Reference —
init,dev,chat,deploy,eval,sync, and 30+ more commands. - Connections — 20+ pre-built plugins for Slack, GitHub, Stripe, Datadog, Jira, and more.
- Skills — Author expert reasoning frameworks in Markdown.
- Providers — Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure OpenAI with automatic failover.
- React SDK — Embed agents in your product with
@amodal/reactand@amodal/chat-widget. - Architecture — The explore-plan-execute loop, context isolation, and multi-agent dispatch.