SDK Playground
Interactive API playground. Demo key for testing compute, lattice, shift, and solve without authentication.
| Endpoint | POST /api/playground/compute |
| Auth | none |
| Rate limit | 5/min |
| Category | ecosystem |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | No | Domain name. |
operators | array | No | Operator IDs. |
inputs | object | No | Numeric inputs. |
Returns
{ zeqState, result, meta, zeqProof }
Example
curl -sS -X POST \
-H "Content-Type: application/json" \
-d '{
"domain": "<domain>",
"operators": [],
"inputs": {}
}' \
"https://zeqsdk.com/api/playground/compute"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/sdk-playground.