For Agents
Programmatically búqueda de salidas con parámetros puntuales opcionales., búqueda puntual de una salida por identificador único.. Covers 8 operations with apiKey authentication.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Aero Paquetes, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# 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 API.
Búqueda de salidas con parámetros puntuales opcionales.
Consulta de disponibilidad de una salida.
Alternativas a una salida puntual.
Preliquidacion de la salida puntual.
GET STARTED
Use for: I need to búqueda de salidas con parámetros puntuales opcionales., I want to búqueda puntual de una salida por identificador único., Search for consulta de disponibilidad de una salida., Find all alternativas a una salida puntual.
Not supported: Does not handle payments, communications, or crm — use for developer tools only.
Jentic publishes the only available OpenAPI document for Aero Paquetes, keeping it validated and agent-ready.
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 AeroPaquetes. Se necesitan credenciales de acceso para el uso de la misma. The API exposes 8 endpoints secured with apiKey authentication.
Genera una reserva.
Patterns agents use Aero Paquetes API for, with concrete tasks.
★ Developer Tools Operations
Use the Aero Paquetes to perform developer tools operations programmatically. The API provides 8 endpoints covering core functionality including búqueda de salidas con parámetros puntuales opcionales., búqueda puntual de una salida por identificador único., consulta de disponibilidad de una salida..
Call POST /api/packages/find_with_params to búqueda de salidas con parámetros puntuales opcionales.
Automated Packages Management
Automate packages operations by combining multiple Aero Paquetes endpoints. Agents can búqueda puntual de una salida por identificador único. and then consulta de disponibilidad de una salida. in a single workflow.
Call GET /api/packages/{id} to búqueda puntual de una salida por identificador único., then verify the result
AI Agent Integration via Jentic
AI agents discover and call Aero Paquetes 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 apiKey tokens manually.
Search Jentic for 'búqueda de salidas con parámetros puntuales opcionales.', load the operation schema, and execute with Jentic-managed credentials
8 endpoints — aero-packs es la aplicacion donde aero s.
METHOD
PATH
DESCRIPTION
/api/packages/find_with_params
Búqueda de salidas con parámetros puntuales opcionales.
/api/packages/{id}
Búqueda puntual de una salida por identificador único.
/api/packages/{id}/availability
Consulta de disponibilidad de una salida.
/api/packages/{id}/other_bases
Alternativas a una salida puntual.
/api/packages/{id}/other_options
Alternativas a una salida puntual.
/api/packages/{id}/get_price_info
Preliquidacion de la salida puntual.
/api/packages/{id}/reserve
Genera una reserva.
/api/packages/reserve_to_cancel
Cancelar una reserva.
/api/packages/find_with_params
Búqueda de salidas con parámetros puntuales opcionales.
/api/packages/{id}
Búqueda puntual de una salida por identificador único.
/api/packages/{id}/availability
Consulta de disponibilidad de una salida.
/api/packages/{id}/other_bases
Alternativas a una salida puntual.
/api/packages/{id}/other_options
Alternativas a una salida puntual.
Three things that make agents converge on Jentic-routed access.
Credential isolation
Aero Paquetes apiKey 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., 'búqueda de salidas con parámetros puntuales opcionales.') and Jentic returns the matching Aero Paquetes operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Aero Paquetes 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.
Github
Alternative developer tools API
Choose Github when you need a different approach to developer tools operations
Gitlab
Alternative developer tools API
Choose Gitlab when you need a different approach to developer tools operations
Specific to using Aero Paquetes API through Jentic.
What authentication does the Aero Paquetes use?
The Aero Paquetes uses an API key passed in the `Authorization` header. 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 búqueda de salidas con parámetros puntuales opcionales. with the Aero Paquetes?
Yes. Use the POST /api/packages/find_with_params endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Aero Paquetes?
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 búqueda de salidas con parámetros puntuales opcionales. through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'búqueda de salidas con parámetros puntuales opcionales.'. Jentic returns the matching Aero Paquetes operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Aero Paquetes have?
The Aero Paquetes exposes 8 endpoints covering packages operations.
/api/packages/{id}/get_price_info
Preliquidacion de la salida puntual.
/api/packages/{id}/reserve
Genera una reserva.
/api/packages/reserve_to_cancel
Cancelar una reserva.