Test the contract. Touch no customer data.

A free, anonymous sandbox for public Zephior information. Requests cannot create projects, upload documents, change accounts or reach authenticated product data.

Sandbox guarantees

No side effects

Every operation is read-only and repeatable. No request persists a write.

No credentials

Do not send an API key, bearer token, password or customer material.

Production-shaped responses

The sandbox uses the same typed public schemas, errors and rate-limit contract documented in OpenAPI.

Published data only

Results come from Zephior website resources and never from a customer workspace.

Try the sandbox

REST examples

curl "https://zephior.com/api/sandbox/v1/site"
curl "https://zephior.com/api/sandbox/v1/search?q=RFP%20automation"

MCP discovery

curl -X POST "https://zephior.com/mcp" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Need authenticated product integration?

Tell us the intended workflow, data boundary and permitted actions so we can scope the correct product path.