The Collections API lets you create, read, update, and delete Collections 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 Collections
List all Collections in your tenant.Endpoint
Response
Array of Collection objects
Collection Object
Collection identifier
Collection name
Collection description
Array of tools in the collection
Get Collection
Get a specific Collection by ID.Endpoint
Path Parameters
Collection ID
Create Collection
Create a new Collection.Endpoint
Request Body
Collection name
Optional description
Request Example
Update Collection
Update an existing Collection.Endpoint
Request Body
Updated name
Updated description
Delete Collection
Delete a Collection.Endpoint
Add Tools to Collection
Add tools to a Collection.Endpoint
Request Body
Array of tool IDs to add
Remove Tool from Collection
Remove a tool from a Collection.Endpoint
Update Tool in Collection
Update tool configuration within a Collection.Endpoint
Request Body
Tool alias
Whether tool is enabled
Credential policy: SYSTEM, USER_REQUIRED, or USER_PREFERRED
System credential vault entry ID
Tool policy (rate limits, field masking, quotas)
Error Responses
All endpoints return standard error format:Next Steps
Tools API
Manage tools via API
Vault API
Manage credentials via API