For Agents
Programmatically origenes., destinos.. Covers 11 operations.
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Aero Paquetes Adaptador AlMundo, 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 Aero Paquetes Adaptador AlMundo API.
Origenes.
Destinos.
Fechas de Salidas.
Templates.
GET STARTED
Use for: I need to origenes., I want to destinos., Search for fechas de salidas., Find all templates.
Not supported: Does not handle payments, communications, or crm — use for maps and geolocation only.
Aero-Packs es la aplicacion donde Aero S.R.L ofrece todos sus servicios en un único servicio integral. Este documento debe utilizarse como referencia para utilizar la API de AeroPacks integrada con AlMundo para la venta de paquetes desde un consumo externo con modalidad consulta y venta "on the fly". <b>Tener en cuenta:</b> La disponibilidad de una salida depende de que la misma haya podido mapear. The API exposes 11 endpoints.
Availability.
Check.
Create Reserve.
Patterns agents use Aero Paquetes Adaptador AlMundo API for, with concrete tasks.
★ Maps and Geolocation Operations
Use the Aero Paquetes Adaptador AlMundo to perform maps geolocation operations programmatically. The API provides 11 endpoints covering core functionality including origenes., destinos., fechas de salidas..
Call GET /search/origins to origenes.
Automated Availability Management
Automate availability operations by combining multiple Aero Paquetes Adaptador AlMundo endpoints. Agents can destinos. and then fechas de salidas. in a single workflow.
Call GET /search/destinations to destinos., then verify the result
AI Agent Integration via Jentic
AI agents discover and call Aero Paquetes Adaptador AlMundo 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 'origenes.', load the operation schema, and execute with Jentic-managed credentials
11 endpoints — aero-packs es la aplicacion donde aero s.
METHOD
PATH
DESCRIPTION
/search/origins
Origenes.
/search/destinations
Destinos.
/search/departures
Fechas de Salidas.
/templates
Templates.
/availability
Availability.
/check
Check.
/book
Create Reserve.
/book
Search.
/search/origins
Origenes.
/search/destinations
Destinos.
/search/departures
Fechas de Salidas.
/templates
Templates.
/availability
Availability.
/check
Check.
Three things that make agents converge on Jentic-routed access.
Credential isolation
Aero Paquetes Adaptador AlMundo 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., 'origenes.') and Jentic returns the matching Aero Paquetes Adaptador AlMundo operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Aero Paquetes Adaptador AlMundo 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 Aero Paquetes Adaptador AlMundo API through Jentic.
What authentication does the Aero Paquetes Adaptador AlMundo use?
The Aero Paquetes Adaptador AlMundo 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 origenes. with the Aero Paquetes Adaptador AlMundo?
Yes. Use the GET /search/origins endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Aero Paquetes Adaptador AlMundo?
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 origenes. through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'origenes.'. Jentic returns the matching Aero Paquetes Adaptador AlMundo operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Aero Paquetes Adaptador AlMundo have?
The Aero Paquetes Adaptador AlMundo exposes 11 endpoints covering availability, book, check operations.
/book
Create Reserve.
/book
Search.