Public demo. Data resets daily at 3:00 UTC. Don't store anything sensitive.

OpenSOP

Define your processes. Get your API.

Demo data resets daily at 3:00 UTC.

Try the API

Token
demo-public-token-resets-daily

Example

# List all processes
curl https://demo.opensop.ai/sop/ \
  -H "X-SOP-Token: demo-public-token-resets-daily"

# Start an instance
curl -X POST https://demo.opensop.ai/sop/<process-name>/start \
  -H "X-SOP-Token: demo-public-token-resets-daily" \
  -H "Content-Type: application/json" \
  -d '{"inputs": {}}'

Sample processes

An agent reviews a pull request diff and emits a typed decision (approve, request_changes, or comment); a stub posts the review; the author is notified.

developer-tooling code-review agent-harness ai

Classify an AppSignal incident, optionally spawn a fix worktree and open a PR.

appsignal incident-management fix

After a fix PR merges, wait 3 days and check if the error recurred.

appsignal regression-check

Fetch open AppSignal incidents, filter known work, and output a prioritized list for fix dispatch.

appsignal incident-management

Onboard a new business customer for cross-border banking

banking onboarding compliance kyb

Employee submits an expense; an LLM categorizes and checks policy; manager approves if required; requester is notified.

finance expense approval hr

Read the docs