canonical: https://jentic.com/apis/swaggerhub.adas-a2b-services/adas---a2b---datahub---services

# Adas A2b Services ADAS - A2B - Datahub - Services

Universelle Standardschnittstelle zur Anbindung eines Datenhub an die Warenwirtschaftssysteme (WaWi) deutscher Apotheken. The API exposes 10 endpoints secured with oauth2 authentication.

## For AI agents

Programmatically teilnehmer übermittelt (überschreibend) selbst seine öffentlichen schlüssel (z.b, eine teilnehmer ermittelt die zuletzt hochgeladenen (und zum abrufzeitpunkt gült. Covers 10 operations with oauth2 authentication.

## Scope

Does not handle payments, communications, or crm - use for developer tools only.

## Capabilities

- Teilnehmer übermittelt (überschreibend) selbst seine öffentlichen Schlüssel (z.B
- Eine Teilnehmer ermittelt die zuletzt hochgeladenen (und zum Abrufzeitpunkt gült
- Angebundenes System (Apotheke oder Anbieter) hinterlegt / registriert, welche Ty
- Apotheke / Anbieter übergibt ein Datenpaket
- Monitor ADAS - A2B - Datahub - Services operational status and events

## Use cases

### Developer Tools Operations

Use the ADAS - A2B - Datahub - Services to perform developer tools operations programmatically. The API provides 10 endpoints covering core functionality including teilnehmer übermittelt (überschreibend) selbst seine öffentlichen schlüssel (z.b, eine teilnehmer ermittelt die zuletzt hochgeladenen (und zum abrufzeitpunkt gült, angebundenes system (apotheke oder anbieter) hinterlegt / registriert, welche ty.

Example prompt: Call POST /client/{client_id}/configuration/publickey to teilnehmer übermittelt (überschreibend) selbst seine öffentlichen schlüssel (z.b

### Automated configuration Management

Automate configuration operations by combining multiple ADAS - A2B - Datahub - Services endpoints. Agents can eine teilnehmer ermittelt die zuletzt hochgeladenen (und zum abrufzeitpunkt gült and then angebundenes system (apotheke oder anbieter) hinterlegt / registriert, welche ty in a single workflow.

Example prompt: Call GET /client/{client_id}/configuration/publickey to eine teilnehmer ermittelt die zuletzt hochgeladenen (und zum abrufzeitpunkt gült, then verify the result

### AI Agent Integration via Jentic

AI agents discover and call ADAS - A2B - Datahub - Services 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 oauth2 tokens manually.

Example prompt: Search Jentic for 'teilnehmer übermittelt (überschreibend) selbst seine öffentlichen schlüssel (z.b', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | /client/{client_id}/configuration/publickey | Teilnehmer übermittelt (überschreibend) selbst seine öffentlichen Schlüssel (z.B |
| GET | /client/{client_id}/configuration/publickey | Eine Teilnehmer ermittelt die zuletzt hochgeladenen (und zum Abrufzeitpunkt gült |
| POST | /client/{client_id}/configuration/comtype | Angebundenes System (Apotheke oder Anbieter) hinterlegt / registriert, welche Ty |
| GET | /client/{client_id}/configuration/comtype | Angebundenes System (Apotheke oder Anbieter) ruft ab, welche Typen von Paketen s |
| POST | /package | Apotheke / Anbieter übergibt ein Datenpaket |
| GET | /recipient/{rec_id}/package/status/{com_type} | Apotheke / Anbieter ruft den Status zu Paketen eines bestimmten Typs ab. |
| GET | /recipient/{rec_id}/package/{com_type} | Apotheke / Anbieter ruft für einen Empfänger Datenpakete ab |
| PUT | /recipient/{rec_id}/package/commit | Apotheke / Anbieter committed für einen Empfänger Datenpaket-IDs als verarbeitet |

## Key resources

- **configuration** — configuration
- **uebergeben** — übergeben
- **abrufen** — abrufen
- **meta** — Metadaten

## Why Jentic

- **Setup:** Wiring the ADAS A2B Datahub Services API by hand means setting up its NGDA OAuth2 flow, choosing between the SwaggerHub host and the portal.adas.de host, and managing public-key, package, and recipient calls yourself. Through Jentic you install once, import the ADAS A2B Datahub Services API from the API Directory, store the OAuth credentials once, and your agent calls it.
- **Permission scoping:** The Datahub API puts the client id and recipient id in the URL path (/client/{client_id}/... and /recipient/{rec_id}/...), so a rule can pin your agent to one client or recipient for its configuration and package operations. You choose the operations it may call, so writes like committing a package or overwriting a public key are not included unless you add them.
- **Credential handling:** Your ADAS A2B Datahub OAuth credentials are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'submit a public key for a client' or 'check the delivery status of a package', and Jentic returns the matching ADAS A2B Datahub operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Github** — Alternative developer tools API
- **Gitlab** — Alternative developer tools API

## FAQ

### What authentication does the ADAS - A2B - Datahub - Services use?

The ADAS - A2B - Datahub - Services uses OAuth 2.0 for authorization. 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 teilnehmer übermittelt (überschreibend) selbst seine öffentlichen schlüssel (z.b with the ADAS - A2B - Datahub - Services?

Yes. Use the POST /client/{client_id}/configuration/publickey endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the ADAS - A2B - Datahub - Services?

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 teilnehmer übermittelt (überschreibend) selbst seine öffentlichen schlüssel (z.b through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'teilnehmer übermittelt (überschreibend) selbst seine öffentlichen schlüssel (z.b'. Jentic returns the matching ADAS - A2B - Datahub - Services operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

### How many endpoints does the ADAS - A2B - Datahub - Services have?

The ADAS - A2B - Datahub - Services exposes 10 endpoints covering configuration, uebergeben, abrufen operations.

### Can I limit what my agent is allowed to do with the ADAS A2B Datahub API?

Yes. Jentic One is self-hosted by you, so your own rules decide which ADAS A2B Datahub operations and credentials the agent may use. Because the client id and recipient id live in the URL path, you can pin the agent to a single client or recipient for its configuration, package, and recipient calls. You also pick the exact operations it may run, so write actions like POST /client/{client_id}/configuration/publickey or PUT /recipient/{rec_id}/package/commit stay off limits unless you add them.
