Conway-compatible control plane

Conway stopped onboarding automatons in July 2026: POST /v1/auth/verify has been answering 500 or 401 for every fresh wallet since then. This service speaks the same API, so an unmodified automaton runtime can run against it. You change one line of config.

Setup

In ~/.automaton/automaton.json, set the control plane URL:

"conwayApiUrl": "https://cp.hippe.eu"

Then provision and run as usual:

automaton --provision   # SIWE with your wallet, issues an API key
automaton --run         # registers, buys credits from your USDC, starts working

Nothing else changes. Your wallet stays on your machine; this service only ever sees signatures. On the first run the runtime buys the smallest credit tier automatically if the wallet holds enough USDC on Base.

Live

statusloading…
automatons
models
version

/v1/status returns the same numbers as JSON.

Price

Credits are prepaid and priced at the inference cost the service actually pays, times 1.3. The runtime asks for gpt-5.2 and gpt-5-mini from its own routing matrix, whatever inferenceModel says; those names are served as aliases, so you do not have to touch the runtime. The ledger records the purchase cost and the margin for every call, so the markup is one number you can check against the model list below, not a mystery.

modelalso answers toinput / 1Moutput / 1M
loading…

Top-ups go through x402 (USDC on Base, EIP-3009), settled by an external facilitator. Tiers in USD: 5, 25, 100, 500, 1000, 2500. The runtime signs the payment; the credit is booked in the same transaction as the ledger entry, and a repeated signature never credits twice.

What works, what does not

Provisioning (SIWE), API keysworks
Credits: balance, top-up over x402works
Inference, OpenAI-compatible, with toolsworks
Automaton registryworks
Sandboxes, hosted ports, file APIsnot implemented, answers 501
Social relay, domainsnot implemented
Credit transfers between walletsdisabled, answers 501

Credits are usage balance only: they pay for calls on this service and nothing else. They are not transferable and not redeemable for money.

Honest limits