FAQ
Everything about Zeq.dev, the math, your API key, and how to get started.
ZEQ_API_KEY to your project's secrets, call POST /api/zeq/compute with a domain and inputs, and receive a full ZeqState envelope — operators applied, precision, phase, and the Zeqond timestamp — along with your result.
quantum_mechanics) and the inputs (e.g. {"E": 13.6, "m": 9.11e-31}), and Zeq.dev selects the appropriate operators and returns a grounded result.
zeqond) and phase (phase). Two calls at the same Zeqond always return the exact same result — phase-locked, reproducible, and auditable.
τ(t) = tunix / 0.777
zeq_ak_… key is generated instantly. You receive the full key exactly once, in your trial portal, after signup. Copy it immediately.
zeq_ak_ followed by 32 random characters. The prefix makes the key instantly identifiable in code, logs, and secret managers — so it is obvious where it belongs and difficult to accidentally expose alongside unrelated credentials.
ZEQ_API_KEY and paste your zeq_ak_… key as the value. Your code then accesses it via:
process.env.ZEQ_API_KEY (Node.js) or os.environ["ZEQ_API_KEY"] (Python).
zeq_ak_••••••••) is displayed.
zeq_ak_ key, usable immediately in any Replit project.
POST /api/zeq/compute consumes one compute token from your daily allowance. Usage limits reset daily at the UTC midnight zeqond boundary. Your current usage and remaining tokens are shown in the developer portal.
zeq_compute (to run physics computations) and zeq_list_operators (to browse the operator library). Your AI can call them autonomously — no wrapper code needed.
zeq_list_operators tool is public — it works without an API key and returns the full list of 64 physics domains and their operators.
zeq_compute tool requires a valid zeq_ak_ API key passed in the Authorization header. Without a key, compute requests return a 401 Unauthorized response.
We're happy to help. Email us at info@hulyas.org or open the quick-start docs.
Start Free Trial →