Marketplace
Versioned agents with input and output JSON Schemas, pricing model, and runtime endpoint.
▲ Modular monolith · Multi-tenant · RLS
Marketplace, per-tenant installation, signed HTTP execution, workflow orchestration, and billing — all isolated by PostgreSQL Row Level Security.
# Boot the full stack $ cp .env.example .env $ make dev backend → http://localhost:8000/docs frontend → http://localhost:5173 echo → http://localhost:9001
Agent-Forge is agent-agnostic. You bring the signed HTTP contract; we provide the rest.
Versioned agents with input and output JSON Schemas, pricing model, and runtime endpoint.
PostgreSQL RLS as defense in depth. tenant_id never travels in the body.
HMAC-SHA256 over the body. Input/output validation and secret masking in logs.
Visual editor with React Flow. Agent, condition, human approval, and event emission nodes.
Manual, webhook, and cron — with adapter interfaces defined for inbound email and WhatsApp.
Internal metering as the source of truth. Prepaid wallet, soft/hard limits, and Stripe behind an interface.
Modular monolith: a single deployable, with clear internal boundaries.
Clone the repo, run make dev, and sign in with the pre-loaded demo tenant.