Terra API for your agents.
Connect Terra API once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Terra API.
What agents can do with Terra API
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
terra-api_get_user_infoGet user connection info and status. Returns which provider is connected and connection health.
terra-api_authenticate_userGenerate an OAuth link to connect a wearable provider. resource specifies GARMIN, FITBIT, OURA, WHOOP, etc.
terra-api_get_athleteRetrieve user profile info from a connected provider including name, DOB, sex, and devices.
terra-api_get_activityGet activity/workout data for a connected user over a date range. Set to_webhook=false to receive the data directly in the response instead of via webhook.
terra-api_get_dailyGet daily summaries (steps, calories, heart rate) for a connected user over a date range.
terra-api_get_sleepGet sleep sessions and stages for a connected user over a date range.
terra-api_get_bodyGet body metrics (weight, BMI, blood pressure, glucose) for a connected user over a date range.
terra-api_get_nutritionGet nutrition/log data (meals, macros, water) for a connected user over a date range.
terra-api_list_subscriptionsList all users currently connected to your Terra account.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign up for a Terra API account and log into the dashboard.
- Go to the API Keys section.
- Copy the API Key and Developer ID.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Terra API to Even: call connect_begin("terra-api") on the even-connect MCP and walk me through it.
Connect wearable providers through Terra API and retrieve user health and activity data.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.