{
  "name": "AllMyPeptides",
  "description": "Agent-accessible capabilities for the AllMyPeptides research-peptide catalogue. All products are supplied for in-vitro laboratory research use only — not for human consumption.",
  "type": "agent-skills",
  "schemaVersion": "agent-skills/v1",
  "version": "1.4",
  "updated": "2026-07-19T00:00:00+00:00",
  "skills": [
    {
      "id": "browse-catalogue",
      "name": "Browse catalogue",
      "description": "Retrieve the full research-peptide product catalogue as structured JSON (names, sizes, prices, stock, COA links).",
      "href": "https://allmypeptides.com/products.json",
      "type": "application/json",
      "digest": "sha256:09369fb87761cfbdadcd2c7dfe6e7912ed862e1c099ce3e66123ddfc420000fc"
    },
    {
      "id": "search-catalogue",
      "name": "Search catalogue",
      "description": "Search the catalogue by peptide name or research area.",
      "href": "https://allmypeptides.com/search?q={query}",
      "type": "text/html",
      "parameters": {
        "query": "Search term, e.g. 'BPC-157' or 'metabolic'"
      }
    },
    {
      "id": "view-product",
      "name": "View product",
      "description": "Retrieve a single product page (specification, sizes, availability, batch COA).",
      "href": "https://allmypeptides.com/product/{slug}/",
      "type": "text/html",
      "parameters": {
        "slug": "Product slug, e.g. 'bpc-157'"
      }
    },
    {
      "id": "shop",
      "name": "Shop storefront",
      "description": "Browse the full storefront with categories and in-stock filtering.",
      "href": "https://allmypeptides.com/shop/",
      "type": "text/html",
      "digest": "sha256:b2a810fe9cc307fa7e14e35a2560c97a8d9be1f9bafc82870d826a13c374e19e"
    },
    {
      "id": "value-calculator",
      "name": "Cost per mg calculator",
      "description": "Compare every vial size of a peptide by cost per milligram and see which size is best value. Uses live catalogue prices.",
      "href": "https://allmypeptides.com/value-calculator/",
      "type": "text/html",
      "digest": "sha256:0aa785859efde88c3951064011ca9ceb0815d3c67225710b7128c460db7f8312"
    },
    {
      "id": "reconstitution-calculator",
      "name": "Reconstitution calculator",
      "description": "Calculate reconstitution volumes for lyophilised research peptides with bacteriostatic water.",
      "href": "https://allmypeptides.com/calculator/",
      "type": "text/html",
      "digest": "sha256:45a4cb31d971bfd887685bfaa93201edeb1a34326c0a8ae06520fce1b90e5d2d"
    },
    {
      "id": "nasal-spray-calculator",
      "name": "Nasal spray calculator",
      "description": "Calculate nasal-spray concentrations for research peptide preparations.",
      "href": "https://allmypeptides.com/nasal-spray-calculator/",
      "type": "text/html",
      "digest": "sha256:f51698cc2740e5c0288dc46b4baff25f9489cb65fe7c557698d09e67a492b378"
    },
    {
      "id": "research-guides",
      "name": "Research guides",
      "description": "Science-led guides: reconstitution, storage, COA/HPLC interpretation, UK legality, individual peptide overviews.",
      "href": "https://allmypeptides.com/guides/",
      "type": "text/html",
      "digest": "sha256:b95eee9515182824e03649cf993a994f076b8fc919ed71c43e213de681af348a"
    },
    {
      "id": "verify-coa",
      "name": "Verify Certificate of Analysis",
      "description": "Access the public COA library to verify batch identity and purity (HPLC + mass spectrometry).",
      "href": "https://allmypeptides.com/coa/",
      "type": "text/html",
      "digest": "sha256:0192baf2f4baad0ae6bf77b3c7ba82c398a82015fcd08a2e000c07da60ec808f"
    },
    {
      "id": "api-specification",
      "name": "API specification",
      "description": "OpenAPI 3 specification for the AllMyPeptides developer and agent API.",
      "href": "https://allmypeptides.com/openapi.json",
      "type": "application/json",
      "digest": "sha256:e2910ee2d50f8223769ff4211daf9c3df33fe925a078541712191abda7fca5cc"
    },
    {
      "id": "read-as-markdown",
      "name": "Read any page as Markdown",
      "description": "Any page returns clean Markdown when requested with the HTTP header 'Accept: text/markdown' — no HTML parsing required.",
      "href": "https://allmypeptides.com/",
      "type": "text/markdown",
      "contentNegotiation": "Accept: text/markdown"
    },
    {
      "id": "full-reference",
      "name": "Full site reference",
      "description": "Complete concatenated site reference (catalogue, guides, policies, FAQs) for full-context ingestion.",
      "href": "https://allmypeptides.com/llms-full.txt",
      "type": "text/markdown",
      "digest": "sha256:65511f2dac63687b01ea17935fe8627e9d2162c5148f4bd3dbe3fc197420f2ba"
    }
  ],
  "resources": {
    "apiCatalog": "https://allmypeptides.com/.well-known/api-catalog",
    "openapi": "https://allmypeptides.com/openapi.json",
    "llms": "https://allmypeptides.com/llms.txt",
    "llmsFull": "https://allmypeptides.com/llms-full.txt",
    "documentation": "https://allmypeptides.com/docs/api/",
    "sitemap": "https://allmypeptides.com/sitemap.xml"
  },
  "contact": "https://allmypeptides.com/contact/",
  "license": "https://allmypeptides.com/terms/",
  "termsOfUse": "All products supplied for in-vitro laboratory research use only. Not for human consumption, diagnostic, or therapeutic use."
}