canonical: https://jentic.com/apis/swaggerhub.jsivori/aero-paquetes-adaptador-almundo

# Jsivori Aero Paquetes Adaptador AlMundo

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.

## For AI agents

Programmatically origenes., destinos.. Covers 11 operations.

## Scope

Does not handle payments, communications, or crm - use for maps and geolocation only.

## Capabilities

- Origenes.
- Destinos.
- Fechas de Salidas.
- Templates.
- Availability.
- Check.
- Create Reserve.

## Use cases

### 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..

Example prompt: 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.

Example prompt: 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.

Example prompt: Search Jentic for 'origenes.', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/search/origins` | Origenes. |
| GET | `/search/destinations` | Destinos. |
| GET | `/search/departures` | Fechas de Salidas. |
| GET | `/templates` | Templates. |
| GET | `/availability` | Availability. |
| GET | `/check` | Check. |
| POST | `/book` | Create Reserve. |
| GET | `/book` | Search. |

## Key resources

- **Availability** — Operations for availability
- **Book** — Operations for book
- **Check** — Operations for check
- **Search** — Operations for search
- **Templates** — Operations for templates

## AI readiness

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

- **Score:** 69 / 100
- **Maturity:** AI-Aware
- **Dimensions:**
  - Foundational Compliance: 68 / 100
  - Developer Experience & Jentic Compatibility: 77 / 100
  - AI-Readiness & Agent Experience: 44 / 100
  - Agent Usability: 94 / 100
  - Security: 100 / 100
  - AI Discoverability: 100 / 100
- **View full report:** https://jentic.com/apis/swaggerhub.jsivori/aero-paquetes-adaptador-almundo/scorecard
- **How the score is calculated:** https://docs.jentic.com/reference/api-readiness-framework/overview/
- **More about the dimensions:** https://docs.jentic.com/reference/api-readiness-framework/specification/#dimensional-model-overview

### Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

- **Score your own API:** https://jentic.com/scorecard.md
- **Scoring CLI agent skill:** https://github.com/jentic/jentic-api-scorecard/blob/main/skills/jentic-api-scorecard/SKILL.md

```sh
npx @jentic/api-scorecard-cli score <openapi-url>
```

## Why Jentic

- **Setup:** Wiring the Aero Paquetes Adaptador AlMundo by hand means resolving its host yourself and writing your own request and retry handling around the origin, destination, availability, and booking calls. Through Jentic you install once, import Aero Paquetes Adaptador AlMundo from the API Directory, and your agent calls it with no auth to configure.
- **Permission scoping:** This API takes the booking target in the request body, so you limit the agent to the operations it needs, such as searching origins and destinations or checking availability. You choose the operations it may call, so a write like creating a reserve is not included unless you add it.
- **Credential handling:** The Aero Paquetes Adaptador AlMundo requires no credential, and any credential you later add 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.
- **Discovery method:** Agents search Jentic by intent such as 'search departure dates' or 'check package availability', and Jentic returns the matching Aero Paquetes Adaptador AlMundo operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Here** — Alternative maps geolocation API
- **Tomtom** — Alternative maps geolocation API
- **Googleapis** — Complementary maps geolocation API

## FAQ

### 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 your Jentic One instance 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 through Jentic One, the self-hosted execution layer, 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.

### Can I limit what my agent is allowed to do with the Aero Paquetes Adaptador AlMundo?

Yes. Because you run Jentic One yourself, your own rules decide which Aero Paquetes Adaptador AlMundo operations the agent can call, so you can allow read-only steps like searching origins, searching destinations, and checking availability while withholding others. A write operation such as creating a reserve through POST /book is not available to the agent unless you explicitly add it to the allowed set. Since the API takes the booking target in the request body, you keep control over both the operations and the credentials the agent is permitted to use.
