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, fixed-price packages, company facts, selected work
POST /v1/inquiries     โ€” submit a project inquiry (JSON)
GET  /openapi.json     โ€” OpenAPI 3.1 spec
curl -X POST https://api.relux.works/v1/inquiries \
  -H 'content-type: application/json' \
  -d '{"contact_email":"founder@example.com","summary":"We need an MVP for ...","project_type":"mvp","budget_usd":25000}'

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

Submit inquiries only with real user consent and a real contact email. Rate limited.