For developers and agents

A site AI can read — and order from

We want search engines and AI assistants to understand our catalog without friction. Everything is exposed in the clear, in standard formats, with no API key to read.

Machine-readable catalog

The full catalog, with prices, as JSON, CORS open:

GET /api/catalog.json

$ curl -s https://hosting.ekaii.fr/api/catalog.json | jq '.products[] | {slug, price_eur}'

Context for LLMs

Place an order

The order flow is a plain HTML form — so a plain POST, no auth, no JavaScript. An agent can order on behalf of its user:

POST /api/order

# fields (form-encoded):

  product=vps-eco

  payment=stripe # stripe | btcpay | monero | quote

  email=you@example.com # optional

  location=fsn1 # fsn1 | nbg1 | hel1

# → redirects to payment, then a private tracking link

Health

GET /api/health # {"ok":true}

Why open?

Because a hidden catalog is a catalog nobody finds. If your assistant is looking for the best host for a given need, it should be able to read our offers, prices and terms, compare them honestly, and act. We have nothing to hide in our pricing — that is precisely the point.