ThorbisDevelopers
Shop

Start

A key. A job. Sandbox only.

Version 2026-08-01. Live and sandbox do not mix. Sandbox cannot settle funds or touch a provider.

  1. 01

    Open Core

    The board is the record. Developer is an add-on on the same company, not a second product you migrate to.

  2. 02

    Turn on Developer

    Included in Thorbis. Sandbox included. First-party QuickBooks and Stripe stay in.

  3. 03

    Create a sandbox key

    thb_test_…. Live keys are thb_live_…. They do not mix. Sandbox cannot settle money.

  4. 04

    Send a job

    POST /api/v1/jobs with Thorbis-Version and an Idempotency-Key. 114 Oak is the fixture.

  5. 05

    Subscribe

    A signed webhook. Retry, replay, health. Duplicate delivery is your problem to ignore. We will send it twice if we must.

Sandbox explorer

2026-08-01 · fixtures only

POST · jobs:write · Core

POST /api/v1/jobs

Thorbis-Version: 2026-08-01

Authorization: Bearer thb_test_…

Idempotency-Key: oak-114-tue

{
  "customer": "cus_elena",
  "location": "loc_114_oak",
  "trade": "leak",
  "notes": "Kitchen sink. Cabinet already wet."
}

Response

Sandbox only. No live money. 114 Oak is the fixture.

Next: signed webhooks.