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

# Adas A2b Services ADAS - A2B - AMTS - Services

Universelle Standardschnittstelle zur Anbindung eines externen AMTS-Check-Systems an die Warenwirtschaftssysteme (WaWi) deutscher Apotheken Changelog * 1.6.5 -> Ergänzung Import-Quelle-Feld für die Medikation. "include_add_ons" ergänzt. * 1.6.4 -> Anpassung der Alterswerte für genauere Kontraindikationstreffer. * 1.6.3 -> Abverkaufsdatum beim Medikations DTO ergänzt. * 1.6.2 -> Advice Feld wurde z. The API exposes 5 endpoints secured with oauth2, openIdConnect authentication.

## For AI agents

Programmatically apotheke fordert im rahmen eines abverkaufsvorgangs eine prüfung der medikation , apotheke übermittelt für medikationsanalyse basisdaten an eine externe amts-anwe. Covers 5 operations with oauth2, openIdConnect authentication.

## Scope

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

## Capabilities

- Apotheke fordert im Rahmen eines Abverkaufsvorgangs eine Prüfung der Medikation
- Manage developer tools data programmatically
- Integrate ADAS - A2B - AMTS - Services into automated workflows
- Query and filter ADAS - A2B - AMTS - Services records by parameters
- Monitor ADAS - A2B - AMTS - Services operational status and events

## Use cases

### Developer Tools Operations

Use the ADAS - A2B - AMTS - Services to perform developer tools operations programmatically. The API provides 5 endpoints covering core functionality including apotheke fordert im rahmen eines abverkaufsvorgangs eine prüfung der medikation , apotheke übermittelt für medikationsanalyse basisdaten an eine externe amts-anwe, apotheke ruft den status aller medikationsanalysen und ggf. ergebnis-dokumente z.

Example prompt: Call POST /pharmacy/{pha_soid}/amts/quickcheck to apotheke fordert im rahmen eines abverkaufsvorgangs eine prüfung der medikation

### Automated amts Management

Automate amts operations by combining multiple ADAS - A2B - AMTS - Services endpoints. Agents can apotheke übermittelt für medikationsanalyse basisdaten an eine externe amts-anwe and then apotheke ruft den status aller medikationsanalysen und ggf. ergebnis-dokumente z in a single workflow.

Example prompt: Call POST /pharmacy/{pha_soid}/amts/fullcheck to apotheke übermittelt für medikationsanalyse basisdaten an eine externe amts-anwe, then verify the result

### AI Agent Integration via Jentic

AI agents discover and call ADAS - A2B - AMTS - 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, openIdConnect tokens manually.

Example prompt: Search Jentic for 'apotheke fordert im rahmen eines abverkaufsvorgangs eine prüfung der medikation ', load the operation schema, and execute with Jentic-managed credentials

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| POST | /pharmacy/{pha_soid}/amts/quickcheck | Apotheke fordert im Rahmen eines Abverkaufsvorgangs eine Prüfung der Medikation |
| POST | /pharmacy/{pha_soid}/amts/fullcheck | Apotheke übermittelt für Medikationsanalyse Basisdaten an eine externe AMTS-Anwe |
| GET | /pharmacy/{pha_soid}/amts/fullcheck | Apotheke ruft den Status aller Medikationsanalysen und ggf. Ergebnis-Dokumente z |
| GET | /pharmacy/{pha_soid}/amts/fullcheck/{afc_soid} | Apotheke ruft den Status einer einzelnen Medikationsanalyse und ggf. Ergebnis-Do |
| DELETE | /pharmacy/{pha_soid}/amts/fullcheck/{afc_soid} | Apotheke löscht Medikationsanalysen durch die pha_soid. |

## Key resources

- **amts** — AMTS-Schnittstelle

## Why Jentic

- **Setup:** Wiring the ADAS A2B AMTS Services API by hand means setting up its NGDA OAuth2 and OpenID Connect flow, choosing between the SwaggerHub host and the portal.adas.de host, and handling the medication-check request and response bodies yourself. Through Jentic you install once, import the ADAS A2B AMTS Services API from the API Directory, store the OAuth credentials once, and your agent calls it.
- **Permission scoping:** The AMTS API puts the pharmacy id in the URL path (/pharmacy/{pha_soid}/amts/...), so a rule can pin your agent to one pharmacy for its quick and full medication checks. You choose the operations it may call, so destructive ones like deleting a full check are not included unless you add them.
- **Credential handling:** Your ADAS A2B AMTS 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 'run a quick medication check for a pharmacy' or 'retrieve a full check result', and Jentic returns the matching ADAS A2B AMTS 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 - AMTS - Services use?

The ADAS - A2B - AMTS - Services uses oauth2, openIdConnect 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 apotheke fordert im rahmen eines abverkaufsvorgangs eine prüfung der medikation  with the ADAS - A2B - AMTS - Services?

Yes. Use the POST /pharmacy/{pha_soid}/amts/quickcheck endpoint. The API returns structured JSON responses that agents can parse and act on directly.

### What are the rate limits for the ADAS - A2B - AMTS - 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 apotheke fordert im rahmen eines abverkaufsvorgangs eine prüfung der medikation  through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'apotheke fordert im rahmen eines abverkaufsvorgangs eine prüfung der medikation '. Jentic returns the matching ADAS - A2B - AMTS - Services operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

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

The ADAS - A2B - AMTS - Services exposes 5 endpoints covering amts operations.

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

Yes. Because you run Jentic One yourself, your own rules decide which ADAS A2B AMTS operations the agent may call, so you can permit the quick and full medication checks (POST /pharmacy/{pha_soid}/amts/quickcheck and /amts/fullcheck) while withholding the destructive DELETE that removes a full check. Since the pharmacy id sits in the URL path, a rule can also pin the agent to a single pharmacy for its checks. The OAuth credentials stay under your control and are injected only for the operations you have allowed.
