{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_bundle","feature":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","contains":"body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest","slug":"what-is-url-is-api","urls":{"read":"https://miscsubjects.com/api/articles/what-is-url-is-api/bundle?format=markdown"},"how_to_use":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/what-is-url-is-api/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-url-is-api/topology"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-url-is-api/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-url-is-api/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"ingest","name":"Ingest protocol","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","urls":{"write":"https://miscsubjects.com/api/protocol/ingest"}},{"id":"claim_post","name":"Claim post protocol","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by.","urls":{"read":"https://miscsubjects.com/api/articles/what-is-url-is-api/voxels","write":"https://miscsubjects.com/api/protocol/claim"}},{"id":"llm_manifest","name":"LLM manifest","what":"Machine-readable read/write contract for external LLMs.","urls":{"read":"https://miscsubjects.com/api/articles/llm-manifest"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"bundle","name":"LLM article bundle","what":"Portable reference package: body + claims + sources + voxels + provenance + manifest + constitution.","why":"Every feature is auditable collective intelligence","how":"Reference bundle for an LLM or reader. §SELF explains the surface; ingest and claim endpoints in llm_manifest are the write-back routes.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/what-is-url-is-api/bundle?format=markdown"},"imessage":null,"router":null,"related":[{"id":"topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."},{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"ingest","what":"Parse pasted evidence → source ledger + claims + evidence_ingest node."},{"id":"claim_post","what":"Prompt-injection style POST — one claim voxel with who_claims + posted_by."},{"id":"llm_manifest","what":"Machine-readable read/write contract for external LLMs."}],"not_medical_advice":true},"bundle_version":1,"generated_at":"2026-07-15T06:13:01.498Z","slug":"what-is-url-is-api","title":"What Is \"The URL Is the API\"","url":"https://miscsubjects.com/a/what-is-url-is-api","register":"standard","tags":["oip","kimi-import","self-explaining","voxel","concepts","what-is-url-is-api"],"posted_at":"2026-07-15T04:21:06.867Z","updated_at":"2026-07-15T04:21:06.867Z","body":"<!-- hierarchy:nav -->\n> **Path:** [OIP](https://miscsubjects.com/a/oip) › [Thinker Reference](https://miscsubjects.com/a/oip-thinker-reference) › [Protocol Concepts](https://miscsubjects.com/a/oip-protocol-concepts) › **What Is \"The URL Is the API\"**\n>\n> **Shelf:** Protocol Concepts · **Traversal:** self-explaining · hierarchical · voxel-ready\n> **Machine root:** [OIP tree](https://miscsubjects.com/api/dispatch?map=1&format=markdown) · [Registry](https://miscsubjects.com/api/dispatch?registry=1)\n\n# What Is \"The URL Is the API\"\n\n## §SELF — what-is-url-is-api\n\n**What this page is:** An explanation of why a URL can serve as its own API specification, replacing the need for separate manifests or schemas.\n**What it explains:** How a URL plus a contract at the destination can replace pre-registered tool manifests, and what changes when models discover capabilities by following links instead of reading catalogs.\n**Why read it:** To understand why removing the manifest layer between a model and a capability makes the set of available tools unbounded rather than fixed.\n\n### What \"The URL Is the API\" Is\n\n\"The URL is the API\" means: the link itself contains everything needed to invoke the capability it points to. You do not need a separate API specification. You do not need to register the tool in a manifest. You do not need to describe it in a schema. The URL is the tool definition.\n\nA URL (Uniform Resource Locator) is a web address that points to a resource. In this model, it does more than point. It carries:\n\n- A pointer to an object (the destination).\n- A contract at that destination describing what the object does, what arguments it takes, and how to use it.\n- A capability token (embedded in or alongside the URL) that proves permission to invoke.\n\nThe model opens the URL, reads the contract, invokes the object, and receives a receipt. No manifest was consulted. No schema was preloaded. The URL was sufficient.\n\n### Why It Matters\n\nMost tool-calling systems for language models use a manifest model. The model is given a list of available tools at startup — a catalog with names, descriptions, parameter types, and schemas. The model picks from this list. This is how MCP (Model Context Protocol) works.\n\nThe manifest model has three limitations:\n\n1. The set of tools is fixed at startup. The model cannot discover new tools while working.\n2. Someone must maintain the manifest. Adding a tool requires updating the catalog.\n3. The manifest is a bottleneck. Every tool must pass through it to reach the model.\n\nThe URL-is-API model removes the manifest. Every capability on the web is potentially a tool. The model discovers capabilities by following links, not by reading a catalog.\n\nThere are billions of URLs on the web. If models can treat any URL as a potential tool, the set of available capabilities is unbounded. The model's abilities become a property of what it is pointing at, not what it was shipped with.\n\n### The Key Idea\n\nA tool does not need to be described in advance. It describes itself.\n\nWhen a model receives a URL, it visits that URL and finds a contract. The contract is a document that explains:\n\n- WHAT the object does (its purpose and effects).\n- ARGS (arguments) it accepts (inputs and their types).\n- EX (examples) of how to use it.\n- TESTS that verify the object behaves as described.\n\nThe model reads this contract and knows how to invoke the object. The contract is not a separate specification file (like an OpenAPI schema). It is part of the object itself, served at the URL.\n\nThe URL also carries a capability token. This token proves the model has permission to invoke the object. Without the token, the URL resolves to the contract but invocation is denied. With the token, the model can both read and invoke.\n\nAfter invocation, the model receives a receipt. The receipt is a record of what happened: what was called, with what arguments, at what time, with what result. The receipt links back to the ledger (the permanent record of all invocations). The receipt becomes part of the model's context — a pointer it can refer to later.\n\nThis is different from MCP (Model Context Protocol). MCP requires a server to publish a manifest — a list of tools with typed schemas — before a model can use any tool on that server. The URL-is-API model has no manifest. Discovery is decentralized: any URL can be a tool, and tools are found by following links, not by reading a catalog.\n\n### What It Got Right\n\n**Unbounded capability set.** Because any URL can be a tool, there is no limit to what a model can invoke. The set of capabilities grows with the web, not with a vendor's tool catalog.\n\n**Self-describing tools.** The contract at the URL explains the tool in the model's own terms (natural language plus structured args). No translation layer between schema formats.\n\n**No manifest maintenance.** Tool creators do not need to register their tools in a central catalog. They publish a URL with a contract. Models discover it by following links.\n\n**Decentralized discovery.** Links are the discovery mechanism. A tool can link to other tools. A model follows these links to build a capability graph. There is no single point of control.\n\n**Permission is part of the address.** The capability token in the URL means permission is encoded in the link itself. Sharing a URL can share both location and access.\n\n### What It Got Wrong or Left Unfinished\n\n**Contract format is unspecified.** There is no universal standard for what a contract contains or how it is formatted. Different implementations may use different structures, limiting interoperability.\n\n**Security is complex.** A model that can invoke any URL it encounters is vulnerable to malicious contracts. The model must verify contracts before trusting them. The capability token system must prevent token theft and replay attacks (reusing an old token to gain unauthorized access).\n\n**Latency of discovery.** Visiting a URL, reading a contract, and deciding whether to invoke takes time. A manifest model has all descriptions preloaded; the URL model must fetch each one.\n\n**No standard for capability tokens.** How tokens are encoded, validated, and refreshed is implementation-dependent. Without standards, different systems cannot share permissions.\n\n**Quality varies.** A manifest model can curate tools — only high-quality tools are included. The URL model has no curation. Any URL can be a tool, including poorly designed or malicious ones. The model must evaluate quality itself.\n\n### How It Connects to Other Ideas\n\n**Hypermedia as the Engine of Application State (HATEOAS):** This is a REST (Representational State Transfer) architecture principle where a client navigates an API by following links in responses, not by consulting a separate specification. \"The URL is the API\" extends HATEOAS to language models: the model is the client, and it navigates capabilities by following URLs.\n\n**Capability-Based Security:** In computer security, a capability is an unforgeable token that grants access to a resource. The URL-with-capability-token model is a form of capability-based security: possessing the URL (with its token) is proof of permission.\n\n**The Semantic Web:** Tim Berners-Lee's vision of a web where data is machine-readable and linked. \"The URL is the API\" applies a similar idea to tools: objects on the web describe themselves in a format models can read and invoke.\n\n### Sources\n\nFielding, Roy Thomas. \"Architectural Styles and the Design of Network-based Software Architectures.\" PhD dissertation, University of California, Irvine, 2000. (Defines REST and HATEOAS.)\n\nBerners-Lee, Tim, James Hendler, and Ora Lassila. \"The Semantic Web.\" Scientific American, 2001.\n\nDennis, Jack B., and Earl C. Van Horn. \"Programming Semantics for Multiprogrammed Computations.\" Communications of the ACM, 1966. (Early work on capability-based security.)\n\nModel Context Protocol Specification. Anthropic, 2024. (Defines the manifest-based tool model that URL-is-API replaces.)\n\n---\n\n## Up the tree\n\n- [OIP root](https://miscsubjects.com/a/oip) — protocol root, zero-context entry\n- [Thinker Reference hub](https://miscsubjects.com/a/oip-thinker-reference) — full hierarchy map\n- [Protocol Concepts shelf](https://miscsubjects.com/a/oip-protocol-concepts) — siblings on this shelf\n- [Voxel graph article](https://miscsubjects.com/a/what-is-voxel-graph) — how pages link as voxels\n- [Self-describing protocol](https://miscsubjects.com/a/what-is-self-describing-protocol)\n\n## Related on this shelf\n\n- [What Is Autopoiesis](https://miscsubjects.com/a/what-is-autopoiesis)\n- [What Is Capability-Based Security](https://miscsubjects.com/a/what-is-capability-security)\n- [What Is a Capability Token](https://miscsubjects.com/a/what-is-capability-token)\n- [What Is a Confused Deputy](https://miscsubjects.com/a/what-is-confused-deputy)\n- [What Is Context as Cursor](https://miscsubjects.com/a/what-is-context-as-cursor)\n- [What Is a Convergence Catalogue](https://miscsubjects.com/a/what-is-convergence-catalogue)\n- [What Is a Falsification Surface](https://miscsubjects.com/a/what-is-falsification-surface)\n- [What Is HATEOAS](https://miscsubjects.com/a/what-is-hateoas)\n\n## Machine surfaces\n\n- Public page: `https://miscsubjects.com/a/what-is-url-is-api`\n- JSON article: `https://miscsubjects.com/api/articles/what-is-url-is-api`\n- OIP ask: `https://miscsubjects.com/api/dispatch?ask=What%20Is%20%22The%20URL%20Is%20the%20API%22`\n","claims":[],"sources":[],"voxels":{"slug":"what-is-url-is-api","counts":{"voxels":0,"sources":0,"edges":0},"note":"slim bundle — full voxels at /api/articles/what-is-url-is-api/voxels"},"constitution":{"url":"https://miscsubjects.com/api/articles/constitution"},"provenance":[{"action":"write","model":"kimi-agent-import","ts":"2026-07-15T04:21:06.867Z","hash":"2788b3adfde2636d","tokens_in":0,"tokens_out":0}],"contributions":[],"topology":null,"slim":true,"ledger_totals":{"claims":0,"sources":0,"exported_claims":0,"exported_sources":0},"question_graph":{"slug":"what-is-url-is-api","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"verification":{"provenance":{"valid":true,"entries":1,"head":"2788b3adfde2636d7d7d1cd0b854ac6d7678821dfe8a9d216049d0270fdbad96"},"sources":{"valid":true,"entries":0,"head":"genesis"}},"counts":{"claims":0,"sources":0,"provenance":1,"contributions":0,"questions":0,"evidence_ingests":0,"voxel_edges":0},"transport":"Open every URL in this bundle with your browser or web / URL-fetch tool. Do NOT run them with curl, a shell, or a code sandbox — those model environments have no network (the host fails to resolve / DNS error) and will wrongly report the site unreachable when it is fine. Opening the link IS the call.","llm_manifest":{"version":"1","site":"https://miscsubjects.com","purpose":"Peptide evidence articles with hash-chained source ledgers, tiered claims, and a question graph. LLMs should READ bundles/URLs and WRITE back via ingest — never invent doses.","read":{"human_page":"https://miscsubjects.com/a/what-is-url-is-api","bundle_json":"https://miscsubjects.com/api/articles/what-is-url-is-api/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/what-is-url-is-api/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/what-is-url-is-api/topology","question_graph":"https://miscsubjects.com/api/articles/what-is-url-is-api/question-graph","sources":"https://miscsubjects.com/api/articles/what-is-url-is-api/sources","provenance":"https://miscsubjects.com/api/articles/what-is-url-is-api/provenance","contributions":"https://miscsubjects.com/api/articles/what-is-url-is-api/contributions","graph_topology":"https://miscsubjects.com/api/articles/what-is-url-is-api/graph-topology?question={question}","voxels":"https://miscsubjects.com/api/articles/what-is-url-is-api/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","health":"https://miscsubjects.com/api/articles/what-is-url-is-api/health","repair":"POST https://miscsubjects.com/api/protocol/repair","list_articles":"https://miscsubjects.com/api/articles","graph_canvas":"https://miscsubjects.com/graph.html?slugs=what-is-url-is-api","graph_yield":"https://miscsubjects.com/api/graph?slugs=what-is-url-is-api&layer=yield","obsidian_vault":"https://miscsubjects.com/api/articles/obsidian-vault?slugs=what-is-url-is-api","graph_query":"https://miscsubjects.com/api/v1/query?from=what-is-url-is-api&kind=claim&where=tier=human"},"ask":{"description":"Answer only from topology; creates a question_node with gaps.","api":"POST https://miscsubjects.com/api/protocol/ask","body":{"slug":"{slug}","question":"string"},"imessage":"what-is-url-is-api|your question","router_tag":"[ARTICLE_ASK]what-is-url-is-api|question[/ARTICLE_ASK]","auth":"x-terminal-key header for API; iMessage/WhatsApp via miscsubjects build"},"ingest":{"description":"Parse pasted evidence → source ledger + claims + evidence_ingest node.","api":"POST https://miscsubjects.com/api/protocol/ingest","body":{"slug":"{slug}","evidence":"paste text","question_node_id":"optional qn_..."},"imessage":"ingest what-is-url-is-api|q:{node_id}|paste evidence","router_tag":"[ARTICLE_INGEST]what-is-url-is-api|evidence[/ARTICLE_INGEST]","tiers":["human","preclinical","anecdotal","mechanistic","speculative"]},"claim":{"description":"Prompt-injection style POST — one claim voxel with who_claims + posted_by provenance.","api":"POST https://miscsubjects.com/api/protocol/claim","body":{"slug":"{slug}","text":"one assertion","tier":"human|preclinical|anecdotal|mechanistic|speculative","who_claims":"study author, platform, or model id","source_ids":"optional [s1]"},"imessage":"claim what-is-url-is-api|tier|assertion — who claims it?","router_tag":"[ARTICLE_CLAIM]what-is-url-is-api|tier|assertion[/ARTICLE_CLAIM]","slots":["what_it_is","who_claims_what","what_is_known","what_is_unknown","mechanism","limitations","disclaimer"]},"tiers":{"human":0.8,"preclinical":0.5,"anecdotal":0.3,"mechanistic":0.3,"speculative":0.1},"invariants":["Self-explaining — every API JSON has _self; every paste widget has §SELF; root index at /api/articles/system-map","Append-only — revisions preserved at ?rev=n","Source chain verifies integrity, not truth","Answers must cite claim ids and source ids from topology","Not medical advice"],"constitution":{"version":1,"principle":"Articles are voxel graphs of claims — not prose blobs. Every assertion is a claim atom with tier, weight, source_ids, and posted_by provenance.","slots":[{"id":"what_it_is","required":true,"answers":"What is this peptide/stack/condition?"},{"id":"who_claims_what","required":true,"answers":"Who claims what — study authors, platforms, n=?"},{"id":"what_is_known","required":true,"answers":"What is known with tier labels (human/preclinical/anecdotal)"},{"id":"what_is_unknown","required":true,"answers":"What is NOT known — explicit gaps"},{"id":"mechanism","required":false,"answers":"Proposed mechanism (mechanistic tier only)"},{"id":"limitations","required":true,"answers":"Limits of evidence — no dose advice"},{"id":"disclaimer","required":true,"answers":"Not medical advice"}],"claim_rules":["One claim = one falsifiable assertion. No compound claims.","Every claim must declare tier: human|preclinical|anecdotal|mechanistic|speculative|system.","system tier = architecture/design axioms (not biological mechanism). Use for protocol self-definition.","Sourced claims must cite source_ids from the hash-chained ledger.","Unsourced claims must set source_status: unsourced and why_material.","posted_by is mandatory on every new claim (model id, human, or channel).","No medical advice, no doses, no 'you should take'.","Bad information is retracted (status:retracted), never deleted — retraction event stays on ledger.","Adversary challenges link via challenges[] / challenged_by[] — target may be downweighted.","Leaked secrets are scrubbed to [REDACTED:secret-leak] with scrub_events tombstone — honest audit trail."],"source_rules":["Every source is a voxel edge: type, url, exact quote, summary, found_by, accessed_at.","Sources hash-chain — prev/hash on append.","Anecdotal sources must name platform (reddit|x|youtube|imessage|user_entry)."],"ontology_rules":["Peptide articles (bpc-157, tb-500) are tree roots.","Condition articles (bpc-157-glp1-gut-damage) branch from peptides.","Stack articles (wolverine-stack-glp1) compose peptides — never duplicate peptide mechanism prose.","If an article has no parent embeds and is not a root peptide → sprawl candidate.","Misstep = duplicate scope with another slug; merge or reparent via embeds."],"post_protocol":{"claim":"POST /api/protocol/claim","source":"POST /api/protocol/sources","ingest":"POST /api/protocol/ingest","webhook":"POST /api/articles/<slug>/webhook {kind:claim|source}","imessage_claim":"claim {slug}|{tier}|your assertion — who claims it, source?","imessage_ingest":"ingest {slug}|evidence paste"}},"this_article":{"slug":"what-is-url-is-api","url":"https://miscsubjects.com/a/what-is-url-is-api","bundle_url":"https://miscsubjects.com/api/articles/what-is-url-is-api/bundle?format=markdown"}},"api_urls":{"bundle":"https://miscsubjects.com/api/articles/what-is-url-is-api/bundle","bundle_markdown":"https://miscsubjects.com/api/articles/what-is-url-is-api/bundle?format=markdown","topology":"https://miscsubjects.com/api/articles/what-is-url-is-api/topology","voxels":"https://miscsubjects.com/api/articles/what-is-url-is-api/voxels","constitution":"https://miscsubjects.com/api/articles/constitution","ontology":"https://miscsubjects.com/api/articles/ontology","question_graph":"https://miscsubjects.com/api/articles/what-is-url-is-api/question-graph","ask":"https://miscsubjects.com/api/protocol/ask","ingest":"https://miscsubjects.com/api/protocol/ingest","claim":"https://miscsubjects.com/api/protocol/claim","system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown"}}