OS
orgsdk.ai Private Beta

Create persistent agents with roles and plugins. Run isolated workflows. All state lives in Postgres. Built for teams shipping intelligent products.

Accepting 50 beta teams

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.

RolesPluginsMemoryPostgres
+

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.

TypeScriptVMArtifactsVersioning
+

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.

CronDaemonRetriesEvents
+

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.

ApprovalsAuditCLIWeb UI
+

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.

WebSocketHTTPReal-timeMonitoring
+

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.

PostgresSQLACIDBackup

Plugins

core
core

File I/O, docs, events, bash, agent calls, approvals

data
data

CSV, JSON, data transformation utilities

llm
llm

LLM inference calls from within workflows

notifications
notifications

Slack, email, webhook notifications

google
google

Gmail, Drive, Calendar integration

browser
browser

Web browsing and scraping tools

How it works

01

Define Agent

Create an agent with a role JSON, attach plugins.

02

Write Workflow

TypeScript code with access to plugin tools.

03

Run & Iterate

Execute via CLI or schedule with cron.

04

Approve & Monitor

Human-in-the-loop approvals, real-time dashboard.

Beta Program

What you get

Full platform access during beta
Direct Slack channel with the core team
Priority feature requests & feedback loop
Discounted pricing when we launch
Migration support to production

Who we're looking for

Teams building with LLM agents
Startups needing workflow orchestration
Engineers who want Postgres-native state
Anyone tired of stitching 5 tools together
Willing to provide weekly feedback

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 dashboard

Ready to build your agent team?

Request early access and we'll reach out within 48 hours.

OS
© 2026 OrgSDK

Private Beta

Limited to 50 teams

OrgSDK is in private beta. We're onboarding a small set of teams to shape the product before public release. Tell us about your use case and we'll be in touch.

No spam. Unsubscribe anytime.