Second Shift Agents API sandbox

The public sandbox lets a developer or agent test the shape of a workflow preflight without an account or API key. It is intentionally no-write: the request is not stored, it cannot inspect client data, and it cannot send messages, create accounts, schedule meetings, make purchases, or operate a production workflow.

Try a sandbox preflight

POST /api/v1/sandbox/preflights HTTP/1.1
Host: www.secondshiftagents.com
Content-Type: application/json
Accept: application/json

{
  "workflow": "Turn an approved purchase order into a booked shipment",
  "outcome": "A reviewable booking confirmation and bill of lading"
}

The response echoes the two bounded strings and declares sandbox: true, persisted: false, and externalEffects: false. Use synthetic or non-sensitive descriptions only. The sandbox is for interface evaluation, not production execution or a claim that Second Shift has accepted the work.

Moving to a real workflow

When the shape is useful, submit the fuller preflight described in the developer documentation or book a working session. Real client access requires verification and organization-scoped authorization. Consequential actions keep their documented human approval gates.