Agents
API & agents
SetUpLatam is a public content site. There is no authenticated API; all published content is public and machine-readable. This page lists the discovery endpoints and how to request Markdown.
Discovery endpoints
/.well-known/api-catalog— API catalog (RFC 9727, application/linkset+json)/.well-known/ai-catalog.json— Agentic Resource Discovery manifest (ARD)/.well-known/mcp/server-card.json— MCP server card (SEP-1649)/.well-known/agent-skills/index.json— Agent Skills discovery index/.well-known/oauth-authorization-server— OAuth 2.0 authorization server metadata/.well-known/openid-configuration— OpenID Connect discovery/.well-known/oauth-protected-resource— OAuth 2.0 protected resource metadata (RFC 9728)/llms.txt— Site index for large language models/sitemap-index.xml— XML sitemap/auth.md— Agent registration and authentication notes
Markdown content negotiation
Send the header Accept: text/markdown to any page URL to receive a clean Markdown version of that page (served by a Cloudflare Pages Function). The same is available via?format=markdown.
curl -H "Accept: text/markdown" https://setuplatam.com/Contact
Corrections and questions: [email protected]