Test Console
The Test Console (/test) is a standalone page for interactively testing any enabled tool across all APIs.
How to Use
Search for tools — Use the search bar at the top to find tools by name. The search uses full-text and fuzzy matching.
Select a tool — Click on a tool from the list. Its parameters are loaded automatically.
Fill in parameters — Input fields are generated based on the tool's schema:
String fields show text inputs
Enum fields show dropdowns
Object/array fields show JSON editors with auto-generated templates
Boolean fields show toggles
Required fields are marked with an asterisk
Execute — Click the Execute button. The tool runs against the real backend API.
View results — The response (or error) is displayed below the form.
Execution History
The Test Console keeps a session history of all executions. Each entry shows:
Tool name
Status (success/error)
Duration
Input parameters
Response payload
Toggle the history panel with the Show/Hide History button.
Last updated