Machine Interfaces · Zero Scraping Overhead

Agent Subsystem

Deterministic, machine-readable entry points into pyweb.dev. Optimized for token efficiency, flat markdown retrieval, graph analysis, and autonomous skill execution.

69
Concept Nodes
107
Entity Nodes
111
Primary Sources
9
Technical Specs

Machine Endpoints & API Routes

/llms.txt text/markdown

RFC-compliant standard context index. Summaries of all topics and resource pointers.

curl -s https://pyweb.dev/llms.txt
/llms-full.txt text/markdown

Uncompressed flat context dump for direct context window ingestion.

curl -s https://pyweb.dev/llms-full.txt
/api/graph.json application/json

Full machine-readable knowledge graph with nodes, references, and directional edges.

curl -s https://pyweb.dev/api/graph.json
/skills/index.json application/json

Machine index of installable agent skill specifications (SKILL.md).

curl -s https://pyweb.dev/skills/index.json
/wiki/schema.json application/schema+json

JSON Schema definition validating document structure and metadata attributes.

curl -s https://pyweb.dev/wiki/schema.json
/wiki/context-rot.md text/markdown

Raw markdown view for every individual wiki article (append .md to any /wiki/* slug).

curl -s https://pyweb.dev/wiki/context-rot.md

Raw markdown representation of technical architectural guides (append .md to any /writing/* slug).

curl -s https://pyweb.dev/writing/building-effective-agentic-workflows.md
/SCHEMA.md text/markdown

Operational taxonomy and semantic invariants governing the knowledge base.

curl -s https://pyweb.dev/SCHEMA.md
/DESIGN.md text/markdown

Design token specification and styling constraints.

curl -s https://pyweb.dev/DESIGN.md

Agent Ingestion Invariants

Semantic Constraints for Agents