Root API Discovery
/api
Permanent entry point for CleanForge public API discovery.
Developers
CleanForge provides recurring 6-weekly window cleaning in South West London. The public API helps developers, AI agents, GPT Actions, MCP clients, automation tools, and future customer applications discover what CleanForge can currently support.
Booking automation and GoCardless payment setup are not available through the public API yet.
Discovery
Public API v1 is available at /api/v1. Capabilities can be discovered at /api/v1/capabilities, and OpenAPI is available at /openapi.json.
/api
Permanent entry point for CleanForge public API discovery.
/api/v1
Versioned discovery document for current public endpoints.
/api/v1/capabilities
Machine-readable service support, business rules, pricing rules, and unsupported capabilities.
/api/v1/health
Lightweight public API health check without a database check.
/api/v1/quote-requests
POST endpoint for agent-compatible recurring window-cleaning quote requests.
/openapi.json
Primary OpenAPI specification for the public API.
/.well-known/openapi.json
Well-known OpenAPI location for discovery tools.
/llms.txt
Plain-text guidance for AI agents and browsing tools.
Quote requests
Agents may submit quote requests using POST /api/v1/quote-requests. The endpoint accepts JSON, supports idempotency keys, and stores requests in the existing CleanForge Ops lead and quote pipeline.