For Agents
Programmatically get access token, calculate flight emissions (v1). Covers 14 operations with bearer, oauth2 authentication.
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the South Pole Emissions 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://jentic.com/install.sh?src=apis&api=%2Fapis%2Fsouthpole.com%2Fsouthpole" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fsouthpole.com%2Fsouthpole" | 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 South Pole Emissions API.
Get access token
Calculate flight emissions (v1)
Create sea distance request
Query and filter South Pole Emissions API records by parameters
GET STARTED
Use for: I need to access token, I want to calculate flight emissions (v1), Search for calculate flight emissions (v2), Find all calculate hotel emissions
Not supported: Does not handle payments, communications, or crm - use for maps and geolocation only.
South Pole API for calculating carbon emissions from flights, hotels, and freight transport distances. Provides emissions calculation and distance measurement services. The API exposes 14 endpoints secured with bearer, oauth2 authentication.
Monitor South Pole Emissions API operational status and events
Patterns agents use South Pole Emissions API for, with concrete tasks.
★ Maps and Geolocation Operations
Use the South Pole Emissions API to perform maps geolocation operations programmatically. The API provides 14 endpoints covering core functionality including get access token, calculate flight emissions (v1), calculate flight emissions (v2).
Call POST /token to get access token
Automated Authentication Management
Automate authentication operations by combining multiple South Pole Emissions API endpoints. Agents can calculate flight emissions (v1) and then calculate flight emissions (v2) in a single workflow.
Call POST /calculateflightemissions to calculate flight emissions (v1), then verify the result
AI Agent Integration via Jentic
AI agents discover and call South Pole Emissions 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 bearer, oauth2 tokens manually.
Search Jentic for 'get access token', load the operation schema, and execute with Jentic-managed credentials
14 endpoints — south pole api for calculating carbon emissions from flights, hotels, and freight transport distances.
METHOD
PATH
DESCRIPTION
/token
Get access token
/calculateflightemissions
Calculate flight emissions (v1)
/calculateflightsemissionsrdc
Calculate flight emissions (v2)
/calculatehotelsemissions
Calculate hotel emissions
/createseadistancerequest
Create sea distance request
/getseadistanceresponse
Get sea distance response
/createraildistancerequest
Create rail distance request
/getraildistanceresponse
Get rail distance response
/token
Get access token
/calculateflightemissions
Calculate flight emissions (v1)
/calculateflightsemissionsrdc
Calculate flight emissions (v2)
/calculatehotelsemissions
Calculate hotel emissions
/createseadistancerequest
Create sea distance request
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the South Pole Emissions API by hand means exchanging credentials at its token endpoint for a bearer token, pointing at the api.southpole.com host, and handling the request-then-poll pattern on its sea and rail distance calls yourself. Through Jentic you install once, import the South Pole Emissions API from the API Directory, store the credential once, and your agent calls it.
Permission scoping
The South Pole Emissions API takes its calculation inputs in the request body rather than resource ids in the URL path, so limit the agent to the operations it needs, such as calculating flight emissions or hotel emissions. You choose which operations are in the allowed set, so anything you do not add stays out of reach.
Credential isolation
Your South Pole credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'calculate flight emissions' or 'calculate hotel emissions', and Jentic returns the matching South Pole Emissions API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Alternatives and complements available in the Jentic catalogue.
Specific to using South Pole Emissions API through Jentic.
What authentication does the South Pole Emissions API use?
The South Pole Emissions API uses bearer, oauth2 authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.
Can I get access token with the South Pole Emissions API?
Yes. Use the POST /token endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the South Pole Emissions 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 get access token through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'get access token'. Jentic returns the matching South Pole Emissions API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the South Pole Emissions API have?
The South Pole Emissions API exposes 14 endpoints covering authentication, emissions calculations, distance calculations operations.
/getseadistanceresponse
Get sea distance response
/createraildistancerequest
Create rail distance request
/getraildistanceresponse
Get rail distance response