Agent registration endpoints
You can manage agent registry records through the agent-registry/ path in the
Vault API and the Vault Enterprise GUI provides a read-only view of the agent
registry.
| Path | Operations | Description |
|---|---|---|
agent-registry/register | Create, Update | Create a new registration or update the registartion whose id matches the value you provide |
agent-registry/registration/display-name/<name> | Read, Update, Delete | Manage registrations whose display_name matches the value you provide |
agent-registry/registration/id/<id> | Read, Update, Delete | Manage the registration whose id matches the value you provide |
agent-registry/registration/entity-id/<entity_id> | Read | Manage the registration whose entity_id matches the value you provide |
agent-registry/registration/display-name | List | Fetch every registration display_name in the namespace |
agent-registry/registration/id | List | Fetch every registration id in the namespace |
For complete request and response schemas, refer to the full Agent Registry endpoint reference documentation.