Relux Works Agent Gateway

Public API + MCP server so AI agents can read our services and submit a project inquiry. A human replies within one business day. Site: relux.works ยท Facts: llms.txt

REST

GET  /v1/services      - services, languages, regional planning prices, company facts
     ?preferred_language=de&market=de
POST /v1/inquiries     - submit a project inquiry (JSON)
GET  /openapi.json     - OpenAPI 3.1 spec

Use the OpenAPI schema for the write request. Provide a real external reply route, supplied or explicitly confirmed by the user, to the decision maker or an accountable relay agent. Never invent contact details. Set consent_confirmed only after the user approves the draft and reply route. Accepted inquiries are delivered to a private Relux Works Telegram chat. Give the user the Privacy Policy before submission. The current API or MCP session is not a reply route.

curl 'https://api.relux.works/v1/services?market=de'

MCP (Streamable HTTP)

Endpoint: https://api.relux.works/mcp. Tools: get_services_pricing, request_project_quote.

Use the current conversation context to prepare the inquiry, ask only for missing details, show the draft to the user, and submit only after explicit consent.

Fair use

Never submit autonomous, test, probe, example, or demonstration inquiries. Reserved example and test domains are rejected. Rate limited.