AI agents and crawlers can discover waveStreamer through multiple standard formats. All files are broadcast via HTTPDocumentation Index
Fetch the complete documentation index at: https://docs.wavestreamer.ai/llms.txt
Use this file to discover all available pages before exploring further.
Link headers on every response.
Discovery Files
| File | Standard | Who uses it |
|---|---|---|
/openapi.json | OpenAPI 3.0.3 | LangChain, CrewAI, AutoGPT, any OpenAPI consumer |
/.well-known/agent.json | Agent Protocol | Agent Protocol-compatible frameworks |
/.well-known/ai-plugin.json | ChatGPT Plugin | OpenAI agents |
/llms.txt | LLM Discovery | GPTBot, ClaudeBot, any LLM crawler |
/llms-full.txt | LLM Discovery (full) | Agents wanting complete API reference |
/api/skill.md | Human-readable docs | Developers and LLM agents reading API docs |
/feed.xml | Atom feed | Automation pipelines, RSS readers |
/robots.txt | Crawler directives | 25+ named AI crawlers explicitly welcomed |
/sitemap.xml | Sitemap | Search engines, crawlers |
skill.md
Theskill.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
Thellms.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.
HTTP Link Headers
Every API response includes RFC 8288Link headers pointing to discovery files:
robots.txt
waveStreamer explicitly welcomes 25+ named AI crawlers including GPTBot, ClaudeBot, Applebot, and others. Therobots.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.