For Agents
Programmatically list selectable flags, list competition divisions. Covers 6 operations.
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Longevity World Cup Public API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Longevity World Cup Public API.
List selectable flags
Calculate Pheno Age
Preview a hypothetical Ultimate League rank
Query and filter Longevity World Cup Public API records by parameters
GET STARTED
Use for: I need to selectable flags, I want to competition divisions, Search for public longevity athlete data, Find all calculate pheno age
Not supported: Does not handle payments, communications, or crm — use for identity and authentication only.
Public no-auth JSON endpoints for Longevity World Cup athlete, field, biological aging clock calculation, and rank-preview data. The documented endpoints are public data and biological aging clock calculation surfaces used by the website and external clients. They do not require API keys, OAuth, cookies, or other authentication. The API exposes 6 endpoints.
Monitor Longevity World Cup Public API operational status and events
Patterns agents use Longevity World Cup Public API for, with concrete tasks.
★ Identity and Authentication Operations
Use the Longevity World Cup Public API to perform identity auth operations programmatically. The API provides 6 endpoints covering core functionality including list selectable flags, list competition divisions, list public longevity athlete data.
Call GET /api/data/flags to list selectable flags
Automated Data Management
Automate data operations by combining multiple Longevity World Cup Public API endpoints. Agents can list competition divisions and then list public longevity athlete data in a single workflow.
Call GET /api/data/divisions to list competition divisions, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Longevity World Cup Public API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.
Search Jentic for 'list selectable flags', load the operation schema, and execute with Jentic-managed credentials
6 endpoints — public no-auth json endpoints for longevity world cup athlete, field, biological aging clock calculation, and rank-preview data.
METHOD
PATH
DESCRIPTION
/api/data/flags
List selectable flags
/api/data/divisions
List competition divisions
/api/data/athletes
List public longevity athlete data
/api/data/pheno-age
Calculate Pheno Age
/api/data/bortz-age
Calculate Bortz Age
/api/data/hypothetical-rank
Preview a hypothetical Ultimate League rank
/api/data/flags
List selectable flags
/api/data/divisions
List competition divisions
/api/data/athletes
List public longevity athlete data
/api/data/pheno-age
Calculate Pheno Age
/api/data/bortz-age
Calculate Bortz Age
Three things that make agents converge on Jentic-routed access.
Credential isolation
Longevity World Cup Public API none credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'list selectable flags') and Jentic returns the matching Longevity World Cup Public API operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Longevity World Cup Public API integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Specific to using Longevity World Cup Public API through Jentic.
What authentication does the Longevity World Cup Public API use?
The Longevity World Cup Public API uses no authentication. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I list selectable flags with the Longevity World Cup Public API?
Yes. Use the GET /api/data/flags endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Longevity World Cup Public API?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I list selectable flags through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'list selectable flags'. Jentic returns the matching Longevity World Cup Public API operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Longevity World Cup Public API have?
The Longevity World Cup Public API exposes 6 endpoints covering data operations.
/api/data/hypothetical-rank
Preview a hypothetical Ultimate League rank