▌
Create persistent agents with roles and plugins. Run isolated workflows. All state lives in Postgres. Built for teams shipping intelligent products.
0
Built-in tools
0
External state stores
0
Core plugins
0hr
Setup time
Features
Persistent Agents
Agents with roles, plugins, and memory that live in Postgres.
Create agents with structured roles, attach plugin toolsets, and persist state across sessions. Every agent has a system prompt built from its role configuration, expertise, and constraints.
Workflow Engine
TypeScript workflows executed in an isolated VM with full plugin access.
Write workflows in TypeScript that run in a sandboxed VM with access to the agent's plugin tools. Workflows receive parameters, can call tools, and return artifacts. Versioned and stored.
Schedules & Daemon
Cron-triggered workflows and background event processing.
Attach cron schedules to workflows for recurring tasks. The daemon handles execution, retries, and event processing. Start it in the foreground for development or detached for production.
Human Approvals
Pause execution and request human input before continuing.
Agents can pause mid-workflow and call requestApproval to wait for human review. Approve, reject, comment, or provide structured data responses. Full audit trail in Postgres.
Web Dashboard
Real-time WebSocket dashboard for monitoring everything.
A built-in web UI served over WebSocket + HTTP. View agents, workflows, events, approvals, artifacts, sessions, and memory. No separate frontend build required.
Postgres-First
All state lives in Postgres. No external state stores needed.
Agents, workflows, schedules, events, approvals, credentials, artifacts, sessions, and memory — all stored in Postgres. Query everything with SQL. Backup is just pg_dump.
Plugins
File I/O, docs, events, bash, agent calls, approvals
CSV, JSON, data transformation utilities
LLM inference calls from within workflows
Slack, email, webhook notifications
Gmail, Drive, Calendar integration
Web browsing and scraping tools
How it works
Define Agent
Create an agent with a role JSON, attach plugins.
Write Workflow
TypeScript code with access to plugin tools.
Run & Iterate
Execute via CLI or schedule with cron.
Approve & Monitor
Human-in-the-loop approvals, real-time dashboard.
Beta Program
What you get
Who we're looking for
Beta is free. No credit card required. We just want honest feedback.
Quick Start
# Initialize project
$ orgsdk init
# Create an agent
$ orgsdk agent create my-agent \
--role '{"name":"my-agent","description":"Does X"}' \
--plugins core data llm
# Run a one-shot task
$ orgsdk agent --agent my-agent --one-shot "Summarize docs"
# Start the daemon
$ orgsdk daemon start
# Launch the dashboard
$ orgsdk dashboardReady to build your agent team?
Request early access and we'll reach out within 48 hours.