API
Defines intake, capability discovery, appointment requests, and status checks. This is the contract every other interface should wrap.
lifelongpep is pre-launch, but agents can already read the product surface, understand the safety model, and request access. The long-term interface should be API-first, with MCP for agent-native use and a CLI for developers and operators.
Use all three, but not with equal weight. The API is the source of truth. MCP is the assistant-friendly layer. CLI is the developer and operations tool.
Defines intake, capability discovery, appointment requests, and status checks. This is the contract every other interface should wrap.
Lets Claude, ChatGPT-style tools, IDE agents, and care-navigation agents call lifelongpep tools in a structured way.
Useful for testing, partner integrations, internal triage, and demos without needing a custom UI.
lifelongpep.prepare_consult({ "goal": "glp1_readiness", "country": "IN", "handoff": "doctor" })
lifelongpep consult prepare --goal glp1-readiness --country IN --handoff doctor
POST /v1/agent/intake { "intent": "glp1_readiness", "country": "IN", "handoff_requested": true }
These interfaces are contract drafts for agent discovery and integration planning. The static website does not expose live booking endpoints today.