Developer Tools
pauli.xyz
Provides access to quantum computing devices for circuit execution and estimation.
ENDPOINT 1
https://pauli.xyz/mcp
Known tools 17
list_devicesThe live device registry: provider, qubits, capabilities, queue depth, status, and price model per device.
get_deviceOne device's registry entry by id.
estimate_jobPrice a circuit on every eligible device without enqueueing: per-device cost, what the wallet would debit, predicted queue seconds, fidelity score, plus reasoned exclusions for the rest.
dry_run_jobThe full submit preview, free: runs the identical validate/route path as submit_job and returns the routing decision a real submit would carry, the exact wallet debit, a read-only admission preview (would_admit, blocked_by), and the COMPLETE per-device exclusion reasons with stable machine codes.
submit_jobSubmit a circuit for execution.
job_statusJob state, state history, device, and (once billed) the exact price.
job_resultsCanonical measurement counts (bit_ordering cbit0_left) with register map, provenance metadata, and billing.
cancel_jobRequest cancellation.
list_jobsThis workspace's jobs, newest first (order=asc for oldest first).
related_jobsWorkspace jobs sharing a circuit fingerprint with the given job, bucketed by relation kind — repetition, device_comparison, parameter_sweep, observable_battery, angle_variants — with a newest-first member preview and, per bucket, the exact list_jobs/group_insights filter for the whole family.
group_insightsCross-job analytics over every job the filters match (a sweep's members, an experiment's metadata pair, explicit ids): exact spend/state/device roll-ups at any size, plus — within the analysis cap — pooled-histogram insights, repetition consistency with calibration-drift attribution, sweep series with extrema and sinusoid fits, optimizer-trace convergence (best point, plateaued, spend-to-best), device bake-off tables, and assembled observable batteries.
get_balanceThe prepaid wallet: balance, reserved (estimated debits held by in-flight jobs), and available (balance minus reserved, what admission checks).
list_wallet_entriesThe wallet journal, newest first: top_up, debit (per job, with job_id), refund, adjustment, and dispute entries with exact decimal USD amounts.
create_topupStart a hosted-checkout wallet top-up (admin key).
list_paymentsTop-up payment history, newest first: status (pending, succeeded, failed, cancelled, disputed), exact USD amount, checkout_url while a hosted checkout is still pending, and the receipt link once credited.
list_error_codesThe full stable error-code registry (code, HTTP status, summary).
device_benchmarksPublished benchmark runs from Pauli's landscape data product (scores, instances, receipts) filtered by device or definition.