The open‑source agent runtime platform.
Agentic runtimes that are sovereign, sandboxed, and multi-tenant.
Website · Platform · AFPS Spec · Discord
Appstrate runs autonomous AI agents in isolated Docker containers. Connect external services (Gmail, ClickUp, Stripe…), declare an agent with a goal, and let it run to completion — on demand, on a cron, or via webhook. Credentials never reach the agent: a sidecar proxy injects them at call time.
curl -fsSL https://get.appstrate.dev | bashZero-install via Bun, scales up to PostgreSQL + Redis + S3 + Docker when you need it. Self-hosted or cloud.
| Headless API | 258 OpenAPI 3.1 endpoints, RFC 9457 errors, dated versioning (Appstrate-Version), idempotency keys, SSE realtime — designed to be driven from coding agents and your own apps. |
| Sandboxed execution | Each run spawns a fresh Docker container. A sidecar proxy injects OAuth/API credentials at call time — the agent never sees raw secrets. |
| Progressive infra | Tier 0 (Bun + PGlite, runs on a Raspberry Pi) → Tier 3 (PostgreSQL + Redis + S3 + Docker). Same code path, same install, scales with you. |
| Portable packages | AFPS — open spec for agents, skills, tools, and providers. Signed bundles (Ed25519), conformance levels L1–L4, semver + dist-tags. |
| Pluggable auth | OAuth2/PKCE, OAuth 1.0a, API key, basic, custom multi-field credentials. Built-in OIDC provider for embedding apps, multi-tenant orgs, applications, end-users, API keys. |
| Run anywhere it runs | Self-host with one curl, embed via @appstrate/cli, trigger from CI with the GitHub Action, schedule via cron (BullMQ), notify via Standard Webhooks. |
| Repo | What it is |
|---|---|
| appstrate | The platform — Hono API + React SPA, 258 OpenAPI endpoints, progressive infra (Tier 0–3) |
| afps-spec | AFPS — open spec for portable agents, skills, tools, and providers (CC‑BY‑4.0) |
| skills | First-party Agent Skills + curated community hub |
| github-action | Run Appstrate agents on GitHub PRs (annotations, check runs, comments) |
- Use it → appstrate.com · Self-hosting guide
- Contribute → Contributing guide · Good first issues
- Discuss → Discord
🌱 Sovereign by design · Apache 2.0