Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Motorbike Spain Aggregator 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%2Fallianz.com%2Fallianz" | 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%2Fallianz.com%2Fallianz" | 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 Motorbike Spain Aggregator API.
Request a bundle of motorbike insurance quotes for a partner
Refine an individual quote by its quote id
Submit a firm insurance proposal for an accepted quote
Patterns agents use Motorbike Spain Aggregator API for, with concrete tasks.
★ AI agent insurance quoting
An AI agent embedded in a comparison journey can price motorbike cover on demand. Through Jentic the agent searches by intent and the API key never enters its prompt context, so a quoting assistant can return Allianz options alongside other insurers without a hand-built integration.
GET STARTED
Use Jentic to search 'get a motorbike insurance quote bundle', call POST /motorbike/es/v1/{partnerId}/quotebundles with the rider and vehicle details, and return the priced options.
Aggregator quote refinement
After an initial bundle, a comparison site often adjusts cover options and recomputes the premium. The agent refines a specific quote by id and reads the updated price, keeping the displayed premium accurate as the customer changes their selections.
Refine quote Q-123 for partner P-9 via POST /motorbike/es/v1/{partnerId}/quotes/{quoteId} and read the updated premium.
Proposal submission
When a customer accepts a quote, the aggregator submits a firm proposal to bind cover. The agent posts the proposal and stores the returned reference, moving the customer from a comparison result to an Allianz motor policy application without manual re-keying.
Submit a firm proposal for the accepted quote via POST /motorbike/es/v1/{partnerId}/proposals and store the returned reference.
3 endpoints — the motorbike spain aggregator api quotes motorcycle insurance for the spanish price-comparison market.
METHOD
PATH
DESCRIPTION
/motorbike/es/v1/{partnerId}/quotebundles
Request a bundle of quotes for a partner
/motorbike/es/v1/{partnerId}/quotes/{quoteId}
Refine a quote by id
/motorbike/es/v1/{partnerId}/proposals
Submit a firm proposal
/motorbike/es/v1/{partnerId}/quotebundles
Request a bundle of quotes for a partner
/motorbike/es/v1/{partnerId}/quotes/{quoteId}
Refine a quote by id
/motorbike/es/v1/{partnerId}/proposals
Submit a firm proposal
What agents get from Jentic-routed access to this vendor.
Setup
Wiring the Motorbike Spain Aggregator API by hand means managing its x-apikey header against uat-edp.apis.allianz.com and encoding the quote, refine, and proposal calls yourself. Through Jentic you install once, import it from the API Directory, store the key once, and your agent calls it.
Permission scoping
The API puts the partner and quote ids in the URL path (/motorbike/es/v1/{partnerId}/quotes/{quoteId}), so a rule can pin your agent to one partner. You choose the operations it may call, so submitting a firm proposal is not included unless you add it.
Credential isolation
Your Allianz API key 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 'quote motorbike insurance' or 'submit a proposal', and Jentic returns the matching 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 Motorbike Spain Aggregator API through Jentic.
Is there a Motorbike Spain Aggregator API MCP server?
You don't need an MCP server to give your agent this API. Jentic connects it directly from the API Directory: import it, store your key once, and your agent calls the quote, refine, and proposal operations. That keeps your agent's context free of an extra server's tool definitions.
What authentication does the Motorbike Spain Aggregator API use?
It authenticates with an API key sent in the x-apikey header, per its OpenAPI spec. Through Jentic the key is stored encrypted by your own instance and injected at call time, so it never reaches the agent's context.
Can I get motorbike insurance quotes with this API?
Yes. POST /motorbike/es/v1/{partnerId}/quotebundles returns a bundle of priced quotes for a partner, and POST /motorbike/es/v1/{partnerId}/quotes/{quoteId} refines a specific quote so the displayed premium stays current.
How do I request a motorbike quote through Jentic?
Search Jentic for 'get a motorbike insurance quote bundle', load the input schema, and execute against POST /motorbike/es/v1/{partnerId}/quotebundles with the rider and vehicle details. To run it on your own infrastructure, install Jentic One from its GitHub repo.
Can I limit what my agent is allowed to do with the Motorbike Spain Aggregator API?
Yes. Write a rule that allows only the quote-bundle and quote-refine operations under one partner id, so the agent can price cover for that partner and nothing else, and every call it makes is logged. Submitting a firm proposal stays out unless you add that operation.
Know of an official OpenAPI document? Contribute it →
For Agents
Request motorbike insurance quote bundles for a partner, refine a quote by id, and submit a firm proposal to Allianz for accepted quotes.
Use for: Get motorbike insurance quotes for a customer in Spain, Request a quote bundle for a comparison partner, Refine an existing motorbike insurance quote, Submit a proposal for an accepted quote
Not supported: Does not handle claims, policy servicing, or non-motor insurance lines. Use for quoting and proposing Spanish motorbike insurance only.
The Motorbike Spain Aggregator API quotes motorcycle insurance for the Spanish price-comparison market. It returns a bundle of quotes for a partner, refines an individual quote by its id, and submits a firm proposal once a quote is accepted. Authentication uses an API key, and the flow is built for aggregators integrating Allianz motor cover into their comparison journeys.
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.
Base layer of spec validity and structural soundness.
Aggregated quality score from linter diagnostics, weighted by severity.
Percentage of `$ref` references that resolve successfully.
Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).
Structural correctness score based on schema issues using logarithmic dampening.
Clarity, completeness, and ingestion readiness for developers and tooling.
How richly the API is illustrated with examples.
Percentage of examples that conform to their schemas.
Percentage of operations with complete response definitions (success, client error, server error).
Health of API ingestion, bundling, and resolution within Jentic pipelines.
Semantic breadth, depth, and agent comprehension for AI systems.
Coverage of descriptions across API elements.
Coverage of RFC 9457 Problem Details for error responses.
Coverage, uniqueness, and casing consistency of operationIds for AI inference.
Coverage of summaries across operations/tags/info.
Functional utility, complexity comfort, and AI orchestration readiness.
Agent comfort level based on API operational and structural complexity.
Trust, risk posture, and security compliance.
Average quality of security schemes based on authentication method strength (weakest link for OAuth2).
Findability, semantic richness, and reasoning readiness.
Clarity and depth of descriptions across API elements.
Score it yourself
Every API in the directory is allowlisted, so you can re-score it with no key required.
npx @jentic/api-scorecard-cli score <openapi-url>