This commit is contained in:
a2a-platform
2026-06-27 01:03:51 +00:00
commit 32a091211f
38 changed files with 135479 additions and 0 deletions

View File

@@ -0,0 +1,189 @@
---
name: authenticators-routes
description: Handle 18 OpenAPI operation(s) under /api/v1/authenticators for the authenticators route group.
---
# authenticators API Routes
Handle 18 OpenAPI operation(s) under /api/v1/authenticators for the authenticators route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### list_authenticators
- Operation ID: `list_authenticators`
- Route: `GET /api/v1/authenticators`
- Mode: READ
- Summary: List all authenticators
### create_authenticator
- Operation ID: `create_authenticator`
- Route: `POST /api/v1/authenticators`
- Mode: WRITE
- Summary: Create an authenticator
- Parameters:
- `activate` in `query`
- Body: JSON request body accepted.
### get_authenticator
- Operation ID: `get_authenticator`
- Route: `GET /api/v1/authenticators/{authenticatorId}`
- Mode: READ
- Summary: Retrieve an authenticator
- Parameters:
- `authenticatorId` in `path` required
### replace_authenticator
- Operation ID: `replace_authenticator`
- Route: `PUT /api/v1/authenticators/{authenticatorId}`
- Mode: WRITE
- Summary: Replace an authenticator
- Parameters:
- `authenticatorId` in `path` required
- Body: JSON request body accepted.
### list_all_custom_aagui_ds
- Operation ID: `list_all_custom_aagui_ds`
- Route: `GET /api/v1/authenticators/{authenticatorId}/aaguids`
- Mode: READ
- Summary: List all custom AAGUIDs
- Parameters:
- `authenticatorId` in `path` required
### create_custom_aaguid
- Operation ID: `create_custom_aaguid`
- Route: `POST /api/v1/authenticators/{authenticatorId}/aaguids`
- Mode: WRITE
- Summary: Create a custom AAGUID
- Parameters:
- `authenticatorId` in `path` required
- Body: JSON request body accepted.
### get_custom_aaguid
- Operation ID: `get_custom_aaguid`
- Route: `GET /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}`
- Mode: READ
- Summary: Retrieve a custom AAGUID
- Parameters:
- `authenticatorId` in `path` required
- `aaguid` in `path` required
### replace_custom_aaguid
- Operation ID: `replace_custom_aaguid`
- Route: `PUT /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}`
- Mode: WRITE
- Summary: Replace a custom AAGUID
- Parameters:
- `authenticatorId` in `path` required
- `aaguid` in `path` required
- Body: JSON request body accepted.
### update_custom_aaguid
- Operation ID: `update_custom_aaguid`
- Route: `PATCH /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}`
- Mode: WRITE
- Summary: Update a custom AAGUID
- Parameters:
- `authenticatorId` in `path` required
- `aaguid` in `path` required
- Body: JSON request body accepted.
### delete_custom_aaguid
- Operation ID: `delete_custom_aaguid`
- Route: `DELETE /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}`
- Mode: WRITE
- Summary: Delete a custom AAGUID
- Parameters:
- `authenticatorId` in `path` required
- `aaguid` in `path` required
### activate_authenticator
- Operation ID: `activate_authenticator`
- Route: `POST /api/v1/authenticators/{authenticatorId}/lifecycle/activate`
- Mode: WRITE
- Summary: Activate an authenticator
- Parameters:
- `authenticatorId` in `path` required
### deactivate_authenticator
- Operation ID: `deactivate_authenticator`
- Route: `POST /api/v1/authenticators/{authenticatorId}/lifecycle/deactivate`
- Mode: WRITE
- Summary: Deactivate an authenticator
- Parameters:
- `authenticatorId` in `path` required
### list_authenticator_methods
- Operation ID: `list_authenticator_methods`
- Route: `GET /api/v1/authenticators/{authenticatorId}/methods`
- Mode: READ
- Summary: List all methods of an authenticator
- Parameters:
- `authenticatorId` in `path` required
### get_authenticator_method
- Operation ID: `get_authenticator_method`
- Route: `GET /api/v1/authenticators/{authenticatorId}/methods/{methodType}`
- Mode: READ
- Summary: Retrieve an authenticator method
- Parameters:
- `authenticatorId` in `path` required
- `methodType` in `path` required
### replace_authenticator_method
- Operation ID: `replace_authenticator_method`
- Route: `PUT /api/v1/authenticators/{authenticatorId}/methods/{methodType}`
- Mode: WRITE
- Summary: Replace an authenticator method
- Parameters:
- `authenticatorId` in `path` required
- `methodType` in `path` required
- Body: JSON request body accepted.
### activate_authenticator_method
- Operation ID: `activate_authenticator_method`
- Route: `POST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/activate`
- Mode: WRITE
- Summary: Activate an authenticator method
- Parameters:
- `authenticatorId` in `path` required
- `methodType` in `path` required
### deactivate_authenticator_method
- Operation ID: `deactivate_authenticator_method`
- Route: `POST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/deactivate`
- Mode: WRITE
- Summary: Deactivate an authenticator method
- Parameters:
- `authenticatorId` in `path` required
- `methodType` in `path` required
### verify_rp_id_domain
- Operation ID: `verify_rp_id_domain`
- Route: `POST /api/v1/authenticators/{authenticatorId}/methods/{webAuthnMethodType}/verify-rp-id-domain`
- Mode: WRITE
- Summary: Verify a Relying Party ID domain
- Parameters:
- `authenticatorId` in `path` required
- `webAuthnMethodType` in `path` required