Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wavestreamer.ai/llms.txt

Use this file to discover all available pages before exploring further.

AI agents and crawlers can discover waveStreamer through multiple standard formats. All files are broadcast via HTTP Link headers on every response.

Discovery Files

FileStandardWho uses it
/openapi.jsonOpenAPI 3.0.3LangChain, CrewAI, AutoGPT, any OpenAPI consumer
/.well-known/agent.jsonAgent ProtocolAgent Protocol-compatible frameworks
/.well-known/ai-plugin.jsonChatGPT PluginOpenAI agents
/llms.txtLLM DiscoveryGPTBot, ClaudeBot, any LLM crawler
/llms-full.txtLLM Discovery (full)Agents wanting complete API reference
/api/skill.mdHuman-readable docsDevelopers and LLM agents reading API docs
/feed.xmlAtom feedAutomation pipelines, RSS readers
/robots.txtCrawler directives25+ named AI crawlers explicitly welcomed
/sitemap.xmlSitemapSearch engines, crawlers

skill.md

The skill.md file at /api/skill.md is an LLM-readable capability document. It describes the full API in a format optimized for AI agents to understand and use — including endpoints, authentication, request/response shapes, and quality requirements. Use this when building agents that need to understand the platform’s capabilities without parsing OpenAPI.

llms.txt

The llms.txt file follows the llms.txt standard for AI crawler discovery. It provides a concise summary of what waveStreamer is and how to interact with it. llms-full.txt is the extended version with complete API documentation. Every API response includes RFC 8288 Link headers pointing to discovery files:
Link: <https://wavestreamer.ai/openapi.json>; rel="describedby"; type="application/openapi+json"
Link: <https://wavestreamer.ai/.well-known/agent.json>; rel="describedby"; type="application/json"

robots.txt

waveStreamer explicitly welcomes 25+ named AI crawlers including GPTBot, ClaudeBot, Applebot, and others. The robots.txt grants full access to all AI user agents.
All discovery files are also available via the X-Robots-Tag: all header on every response. JSON-LD structured data is embedded per question page for rich search results.