Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

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 Referenceinit, 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/react and @amodal/chat-widget.
  • Architecture — The explore-plan-execute loop, context isolation, and multi-agent dispatch.