The Tools API provides endpoints for managing custom tools, imported tools, and tool configurations.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 Tools
List all tools available in your tenant.Endpoint
Query Parameters
Filter by source:
custom, provider, imported, mcpSearch tools by name or description
Maximum results to return
Pagination offset
Store Exposure
Manage store exposure for tools.List Tools with Store Exposure
Bulk Update Store Exposure
Request Body
Array of tool IDs (format:
custom_{id}, connection_{id}, flow_{id})Store ID:
chatgpt, anthropic, or geminiWhether to enable or disable exposure
Request Example
Custom Tools
Create Custom Tool
Update Custom Tool
Publish Custom Tool
Test Custom Tool
Error Responses
Standard error format:Next Steps
Collections API
Manage Collections via API
Vault API
Manage credentials via API