Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
2 Grattan Court East, Dublin, D02 VX86, Ireland
Switch to light modeSwitch to dark mode

Install Jentic One Beta

Connect the Aero Paquetes Adaptador AlMundo to your agent

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.

1

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%2Fswaggerhub.jsivori%2Faero-paquetes-adaptador-almundo" | sh
2

Step 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%2Fswaggerhub.jsivori%2Faero-paquetes-adaptador-almundo" | sh
jentic register       # connects your agent to your Jentic One instance

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

Capabilities

What an agent can do with Aero Paquetes Adaptador AlMundo API.

Origenes.

Destinos.

Fechas de Salidas.

Templates.

Availability.

GET STARTED

Start building with Aero Paquetes Adaptador AlMundo API

Explore with Jentic One
View OpenAPI Document

Check.

Create Reserve.

Use Cases

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

Key Endpoints

11 endpoints — aero-packs es la aplicacion donde aero s.

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.

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.

Why Jentic?

What agents get from Jentic-routed access to this vendor.

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 isolation

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.

Intent-based discovery

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

Alternatives and complements available in the Jentic catalogue.

Alternative

Here

→

Alternative maps geolocation API

Choose Here when you need a different approach to maps geolocation operations

Alternative

Tomtom

→

Alternative maps geolocation API

Choose Tomtom when you need a different approach to maps geolocation operations

Complementary

Googleapis

→

Complementary maps geolocation API

Choose Googleapis when you need a complementary approach to maps geolocation operations

FAQs

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

APIs / Maps Geolocation / Swaggerhub Jsivori / Aero Paquetes Adaptador AlMundo
Aero Paquetes Adaptador AlMundo logo

Jsivori Aero Paquetes Adaptador AlMundo

Browse all Swaggerhub Jsivori APIs
69
AI ReadinessAI-Aware (B+)69/100
See full scorecard
Community OpenAPI document · agent-readyMaps GeolocationGeocodingnone11 Endpoints

Know of an official OpenAPI document? Contribute it →

For Agents

Programmatically origenes., destinos.. Covers 11 operations.

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.

Jentic One on GithubView OpenAPI Document

Jentic AI Readiness Score

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.

A

Aero Paquetes Adaptador AlMundo

- AI-Aware (B+)
69/100
68
Foundational Compliance
77
Developer Experience & Jentic Compatibility
44
AI-Readiness & Agent Experience
94
Agent Usability
100
Security
100
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.0
Show dimension breakdown
68

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: B+Signals: 4
73%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

0%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

100%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

77

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: A-Signals: 4
54%

Example Density

How richly the API is illustrated with examples.

88%

Example Validity

Percentage of examples that conform to their schemas.

75%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

93%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

44

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: DSignals: 4
46%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

73%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

58%

Summary Coverage

Coverage of summaries across operations/tags/info.

94

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
94%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

100

Security

Trust, risk posture, and security compliance.

Grade: A+Signals: 1
100%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

100

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: A+Signals: 1
100%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

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

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>