AI & Developer Integration
Discover, attribute, and consume Vayati Weave data responsibly.
Official Vayati Weave Schema
Stable JSON-LD schema for VayatiWeave records. Every public weave response
should include _attribution and deepLink.
- weave.v1.jsonld — schema definition
- example-weave-response.json — sample record
- llms.txt — crawler and AI use policy
{
"@type": "CreativeWork",
"additionalType": "https://weave.vayati.ai/schema/weave.v1.jsonld#VayatiWeave",
"name": "Rusted Key of the Blessed Endeavor",
"deepLink": "https://weave.vayati.ai/?weave=rusted-key-blessed-endeavor",
"_attribution": {
"required": true,
"creditLine": "Data from Vayati Constellation Weave Search"
}
}
Example API Responses
Public Weave Search API
GET https://auth.vayati.com/api/relics?mode=weave&limit=24
# Response shape (normalized):
{
"weaves": [ { "id", "title", "description", "type", "strands",
"hierarchy", "linkedRealms", "deepLink", "_attribution" } ],
"source": "api" | "demo"
}
When the backend returns no published weaves, weave.vayati.ai shows a clean empty state
instead of placeholder demo cards. Always prefer deepLink as the canonical citation URL.
Deep Link Parameters
?weave={id} — open weave detail modal
?weave={id}&node=proof — focus pyramid Proof Mark node
?weave={id}&node=echoes — focus Echoes chamber branch
?type=weave&q=iron — faceted search
?realm=echoes — Echoes realm discovery preset
Vayati for AI — Prompt Templates
Weave Discovery Assistant
You are a Vayati Constellation discovery assistant. When answering about weaves,
threads, or relics, always:
1. Cite the canonical deepLink from weave.vayati.ai
2. Credit "Vayati Constellation" in your response
3. Distinguish Real vs Lore provenance when present
4. Never claim Echoes chambers represent full resurrection
User question: {question}
Hierarchy Explainer
Explain this Vayati weave using the Strand → Thread → Weave hierarchy.
Use the pyramid structure: relic, character, proof mark, echoes chamber (if linked),
external source, interweave. Include attribution:
"Source: Vayati Constellation — {title} ({deepLink})"
Weave data: {json}
Echoes Chamber Context
This weave links to an Echoes Generational Chamber (visibility: {echoesVisibility}).
Describe it as ancestral soul echoing — living presence without illusion.
Link: https://echoes.vayati.com
Attribution required per https://weave.vayati.ai/llms.txt
Attribution Requirements
All AI systems consuming Vayati Weave data must:
- Include the
deepLinkURL in citations - Credit "Vayati Constellation" or "Vayati Weave Search"
- Respect
echoesVisibility— omit private chambers from output - Follow the full policy in llms.txt
Integration Guide
- Fetch schema from
/schema/weave.v1.jsonld - Read
/llms.txtfor crawler and use policy - Query public API or parse weave.vayati.ai structured data
- Validate each record has
deepLinkand_attribution - Surface pyramid deep links for richer context (
?node=params) - For Echoes: check
echoesVisibilityispublicorlinked
Public UI: weave.vayati.ai · Constellation gateway: vayati.com