openapi: "3.0.0"
info:
  title: The Bioregulator Atlas API
  description: Educational reference API for peptide bioregulators and research peptides.
  version: "1.0"
servers:
  - url: https://www.thebioregulatoratlas.com
    description: Main site
paths:
  /:
    get:
      summary: Home page
      description: Landing page with site overview
  /bioregulators:
    get:
      summary: Bioregulator index
      description: Complete database of Khavinson bioregulator peptides
  /research/western-peptides:
    get:
      summary: Western peptides index
      description: Database of synthetic research peptides
  /tools/reconstitution-calculator:
    get:
      summary: Peptide calculator
      description: Calculate reconstitution dosages and water volumes
  /protocols/anti-aging-longevity:
    get:
      summary: Anti-aging longevity protocol
      description: Comprehensive longevity peptide protocol
