aegra

Installation
SKILL.md

Aegra Skill

Product summary

Aegra is a self-hosted, open-source Agent Protocol server for running LangGraph agents with full persistence, streaming, and authentication. It's a drop-in replacement for LangSmith Deployments — same LangGraph SDK, same APIs, no vendor lock-in. You bring your own PostgreSQL database and keep complete control over your data.

Key files and commands:

  • aegra.json — Configuration file defining graphs, auth, HTTP routes, and storage
  • aegra dev — Local development with hot reload and managed PostgreSQL
  • aegra up — Self-hosted Docker production (PostgreSQL + Redis + app)
  • aegra serve — PaaS/Kubernetes deployment (you provide database)
  • .env — Environment variables for API keys, database, Redis, auth
  • Primary docs: https://docs.aegra.dev

When to use

Installs
143
First Seen
Mar 1, 2026
Security Audits
aegra from docs.aegra.dev