Public API and agent documentation
The Table at Madeley publishes public website resources for agents and integrations. No authentication is required for the endpoints documented here. Private CMS, form submission, and administrative APIs are not part of this public interface.
Endpoints
- Homepage: HTML by default, or Markdown when the request accepts
text/markdown. - /llms.txt: concise guidance for language-model agents.
- /sitemap.xml: current public pages and content URLs.
- /openapi.json: this interface in OpenAPI 3.1 format.
- /api/v1/resources: versioned JSON discovery endpoint for public resources.
Versioning, errors, and limits
The public resource API uses URL-path versioning. A version remains available for at least 180 days after a successor is announced. Deprecated versions use Deprecation and Sunset headers. Errors use application/problem+json with a stable code and a human-readable detail. Public resource endpoints return RFC rate-limit headers; wait for Retry-After after a 429 response.
Example requests
curl -H "Accept: text/markdown" https://conroetable.com/
curl -H "Accept: application/json" https://conroetable.com/openapi.json
curl https://conroetable.com/api/v1/resources
curl https://conroetable.com/sitemap.xml
For current concerts, venue details, food trucks, and private-event information, follow the links in the sitemap or browse the public website.