← Synorb docs

Synorb safe test path

This is the canonical sandbox/test documentation entry point. Synorb does not currently offer a separate sandbox host or isolated account.

Non-mutating test

With an existing Synorb Key, call the zero-quota plan preview before execution:

POST https://api.synorb.com/manifests/plan
Authorization: Bearer $SYNORB_KEY
Content-Type: application/json

{"stream_ids":["STREAM_ID"],"page_size":1}

The preview validates request shape and scope without returning Manifests, billing Manifest quota, or mutating account data. It is non-mutating. Do not call /manifests/exec if you only want a dry run.

Free self-serve onboarding

GET /connect returns a 24 Hour Agent Demo key without an email or card. It creates a demo account; the plan preview above is the non-mutating test path.

Machine-readable Markdown · OpenAPI contract · Agent guide