Maple developer resources
Maple Voice AI (Maple) is the 24/7 AI voice agent for restaurants. This Maple.inc developer page lists the public HTTP API, OpenAPI spec, webhooks pointer, MCP server, and documentation so engineers and agents searching for Maple developer resources can find them by name.
Maple API and OpenAPI
The maple.inc marketing API is described at
https://maple.inc/openapi.json
(also listed as Maple API docs at /api-docs).
The RFC 9727 catalog is
https://maple.inc/.well-known/api-catalog.
Current version is v1 in the URL path:
GET /api/v1. Unversioned /api is an alias of
/api/v1. Errors use RFC 9457
application/problem+json with a stable code, a human-readable
message (same as detail), and a hint. Example:
GET /api/v1/subscribe returns 405; an unknown /api/v1/… path returns 404.
Versioning and deprecation
Breaking changes ship as /api/v2. Additive fields on v1 are not breaking.
When a version is retired, every response for that version will include the IETF
Deprecation header and the RFC 8594 Sunset header, with at least
90 days between them, plus Link: rel="sunset" to the replacement. v1 is current
and does not send those headers. Responses include API-Version: 1.
Maple MCP server
Agents can call Maple tools over Model Context Protocol Streamable HTTP at
https://maple.inc/mcp.
The server card is
https://maple.inc/.well-known/mcp.json
(also /.well-known/mcp/server-card.json).
Tools are read-only: product, pricing, integrations, and these developer links. There is no
merchant-data API on this host.
Product docs, webhooks, and help
- Maple Docs — POS setup, product guides, and the developer API. Machine index: docs.maple.inc/llms.txt
- Maple Help Center — getting started and troubleshooting
- Webhooks for bookings and messaging are documented in Maple Docs, not on this marketing host.
For AI agents
- llms.txt — curated Maple site index
- llms-full.txt — full markdown dump
- /developers.md — this page in markdown
- sitemap.xml
- Page markdown: /index.md, /pricing.md, /product.md
Sales and support: contact Maple.