Dashboard
Developers & AI
Developer Documentation
Explore Snowline APIs, OpenAPI 3.1.0 specifications, Vercel Edge infrastructure, Model Context Protocol (MCP) server setup, and agent content negotiation.
OpenAPI 3.1.0 Schema
Machine-readable schema describing all public business, updates, reports, and search endpoints with RFC 9457 error models.
/api/openapi.jsonView Schema →LLM Index & Full Context
Standardized llms.txt and llms-full.txt files allowing autonomous AI agents (Claude, GPT, Perplexity) to crawl platform data.
/llms.txtOpen Index →Markdown Negotiation
RFC 7231 content negotiation. Send Accept: text/markdown to any URL to receive structured Markdown directly.
Vary: AcceptRFC 7231 OKSnowline is deployed across the Vercel Edge Network with edge proxy routing, Turbopack incremental builds, and global CDN cache headers. Every API request is handled with sub-50ms latency.
Configure Snowline as an MCP tool in Claude Desktop, Cursor, or your autonomous agent runtime:
{
"mcpServers": {
"snowline": {
"url": "https://snowlineapp.xyz/api/openapi.json",
"type": "openapi",
"headers": {
"Accept": "application/json"
}
}
}
}All endpoints return structured JSON responses and RFC 9457 Problem Details error models on 4xx/5xx failures.
/api/businessesList all tracked enterprise companies and AI labs.
/api/businesses/:slugGet complete profile, metrics, and milestones for a specific company (e.g. anthropic, nvidia).
/api/updatesChronological feed of verified corporate milestones and announcements.
/api/search?q=:queryFull-text search across tracked enterprises, categories, summaries, and news.
/api/healthHealth check and agent capability indicator.