Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions public/.well-known/tangle-agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"schema_version": "2026-06-16",
"name": "Tangle Docs",
"description": "Documentation for Tangle Blueprints, operators, sandbox runtime, Router, and x402 payments.",
"homepage": "https://docs.tangle.tools/",
"llms": "https://docs.tangle.tools/llms.txt",
"product_manifest": "https://tangle.tools/.well-known/tangle-agent.json",
"recommended_first_reads": [
"https://docs.tangle.tools/developers/cli/quickstart",
"https://docs.tangle.tools/developers/blueprints/introduction",
"https://docs.tangle.tools/infrastructure/sandboxing"
],
"install": [
"npm install @tangle-network/tcloud",
"npm install @tangle-network/sandbox",
"npm install -g @tangle-network/browser-agent-driver"
]
}
20 changes: 20 additions & 0 deletions public/llms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Tangle Docs

Tangle Docs explain how to build and operate services on Tangle: Blueprints, operators, sandbox runtime, Router, and x402 payments.

## Core pages

- Docs home: https://docs.tangle.tools/
- Developers: https://docs.tangle.tools/developers
- Blueprints: https://docs.tangle.tools/developers/blueprints/introduction
- Blueprint quickstart: https://docs.tangle.tools/developers/cli/quickstart
- Sandbox docs: https://docs.tangle.tools/infrastructure/sandboxing
- Router: https://router.tangle.tools/
- Marketing overview: https://tangle.tools/

## Agent guidance

- Use the Tangle product manifest at https://tangle.tools/.well-known/tangle-agent.json.
- Use Router OpenAPI at https://router.tangle.tools/openapi.json for model-routing calls.
- Install scoped npm packages only: `@tangle-network/tcloud`, `@tangle-network/sandbox`, `@tangle-network/browser-agent-driver`.
- Use `TANGLE_API_KEY` for authenticated calls.
18 changes: 18 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://docs.tangle.tools/</loc>
</url>
<url>
<loc>https://docs.tangle.tools/developers</loc>
</url>
<url>
<loc>https://docs.tangle.tools/developers/cli/quickstart</loc>
</url>
<url>
<loc>https://docs.tangle.tools/developers/blueprints/introduction</loc>
</url>
<url>
<loc>https://docs.tangle.tools/infrastructure/sandboxing</loc>
</url>
</urlset>
Loading