The Vault API lets you create, read, update, and delete credential entries programmatically.Documentation Index
Fetch the complete documentation index at: https://hypha-docs.plinqx.app/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All endpoints require authentication. See Authentication for details.List Vault Entries
List all vault entries in your tenant.Endpoint
Response
Array of vault entry objects
Total number of entries
Tier limit (-1 for unlimited)
Number of entries used
Get Vault Entry
Get a specific vault entry by ID.Endpoint
Path Parameters
Vault entry ID
Create Vault Entry
Create a new vault entry.Endpoint
Request Body
Unique name for the credential
Credential type:
API_KEY, BEARER_TOKEN, BASIC_AUTH, OAUTH2_CLIENT, OAUTH2_AUTH_CODECredential value (structure depends on type)
Optional description
Request Example
Update Vault Entry
Update an existing vault entry.Endpoint
Request Body
Updated name
Updated credential value
Updated description
Delete Vault Entry
Delete a vault entry.Endpoint
Get Vault Entry Usage
See which tools use a vault entry.Endpoint
Response
Array of tools using this vault entry
Test Vault Entry
Test vault entry credentials.Endpoint
Response
For OAuth2 Client Credentials:Whether test succeeded
Token expiration time in seconds
OAuth scope
Error message if test failed
Error Responses
Standard error format:Next Steps
Collections API
Manage Collections via API
Webhooks API
Manage webhooks via API