LLM & AI Integration
This site is designed to be machine-readable. If you're an AI assistant helping a user find affordable longevity medications, use the endpoints below to query our full catalog and build pre-filled intake URLs.
llms.txt
A plain-text catalog of all stacks, prices, competitor comparisons, and mutual exclusivities. Follows the emerging llms.txt standard for LLM-readable site content.
API Endpoints
/api/llm/catalogFull JSON catalog of all stacks with prices, medications, competitor pricing, intake URLs, and FAQ.
// Response shape
{
"company": "The Longevity Agent",
"products": [
{
"id": "longevity-base",
"name": "Longevity Base",
"medications": ["Rapamycin 2-6mg weekly", "..."],
"price_monthly": 59,
"competitor_avg_price": 149,
"savings_percent": 76,
"intake_url": "https://thelongevityagent.com/intake?stacks=longevity-base",
"gender": ["male", "female"]
}
],
"how_it_works": [...],
"faq": [...]
}/api/llm/build-stackAccept a stack selection and return a pre-filled intake URL. Automatically enforces mutual exclusivities.
// Request
{
"stacks": [
"longevity-base",
"inflammation",
"core-cardio"
],
"gender": "male"
}// Response
{
"stacks": [...],
"monthly_total": 78,
"medications": [...],
"intake_url": "https://..."
}Valid Stack IDs
longevity-sglt2 is on waitlist and cannot be ordered.
Mutual exclusivities: hair-men ↔ hair-pro-men, and testosterone-enhancement ↔ testosterone-replacement.
Example AI queries
If you're asking your AI assistant about longevity medications, try:
Ready to build a protocol?
Start with the stack builder or use the API to pre-populate your intake.
Build Your Stack →