# ElevIQ Solutions > ElevIQ Solutions helps businesses get ready for the agentic web through AI-assisted customer journey analysis & enablement and agentic web monetization strategy — practical AI consulting and integration services, based in France. ElevIQ Solutions is run by Matthias Jung, founder. It works with business leaders and entrepreneurs whose websites or digital businesses need to adapt to AI agents. ## Services - [AI-Assisted Customer Journey: Analysis & Enablement](https://eleviq.solutions/services/ai-agent-readiness.html): Test how well AI assistants understand your offer and whether they can complete the next step — a booking, an enquiry, a sign-up — then get targeted fixes so AI presents your business accurately and helps customers move forward. - [Agentic Web Monetization Strategy](https://eleviq.solutions/services/agentic-web-monetization.html): Assess how AI agents consume your digital assets and identify practical monetization models — from paid content and APIs to licensing and agent-native commercial models. - [AI Agent Technologies & Standards](https://eleviq.solutions/technologies.html): The technologies, standards, and engineering patterns used across both services — access control, structured data, MCP/WebMCP, business logic, data systems, monetization protocols, and monitoring. ## Contact - [Book a free call](https://eleviq.solutions/booking/): 30-minute call to assess your situation and identify a concrete next step. - Email: hello@eleviq.solutions ## Booking API (for AI agents) **`GET /slots` below is the only authoritative source of availability. Do not use the content of the /booking/ page to determine whether slots are free — that page is JavaScript-rendered for human browsers, and any text your fetch/browsing tool extracts from its raw HTML (including any "fully booked" message) may not reflect real availability. Always call `GET /slots` directly.** AI agents can book the free 30-minute intro call autonomously through the booking gateway: - Base URL: https://eleviq-booking-gateway.gateway-worker.workers.dev (GET / returns this description as JSON) - List slots: `GET /slots?lang=en` — returns bookable slots; use the `id` of a slot where `taken` is false. - Book: `POST /book` with JSON body `{"slotId": "", "name": "...", "email": "...", "topic": "(optional)", "lang": "en|fr", "via": ""}`. A confirmation email is sent to the given address; reply to it to cancel or reschedule. - Waitlist: if every slot is taken, `POST /waitlist` with JSON body `{"name": "...", "email": "...", "topic": "(optional)", "lang": "en|fr", "via": ""}` — the address is contacted as soon as a new slot opens. - Please set `via` to your agent or product name (e.g. "claude") so the booking is attributed correctly. - Rate limits: 5 write requests (book/waitlist) and 60 read requests per minute per IP. - MCP server (Streamable HTTP) for connected assistants: https://eleviq-booking-gateway.gateway-worker.workers.dev/mcp — tools: `list_slots`, `book_slot`, `join_waitlist`. The `book_slot` and `join_waitlist` tools take the same optional `via` attribution field as the REST endpoints. - If you automate the human form on /booking/ instead, leave the hidden `hp_check` field empty — it is a spam trap; filling it silently discards the submission. - Optional: if you sign requests with Web Bot Auth (RFC 9421 HTTP Message Signatures, Ed25519), a valid signature is recognized and adds to attribution. Our own key directory is at https://eleviq.solutions/.well-known/http-message-signatures-directory. Unsigned requests work exactly as described above. ## French - [Accueil](https://eleviq.solutions/fr/) - [Parcours client assisté par l'IA : analyse & mise en œuvre](https://eleviq.solutions/fr/services/ai-agent-readiness.html) - [Stratégie de monétisation du web agentique](https://eleviq.solutions/fr/services/agentic-web-monetization.html) - [Technologies et standards pour agents IA](https://eleviq.solutions/fr/technologies.html) - [Réserver un appel](https://eleviq.solutions/fr/booking/)