vialTest Console

The Test Console (/test) is a standalone page for interactively testing any enabled tool across all APIs.

How to Use

  1. Search for tools — Use the search bar at the top to find tools by name. The search uses full-text and fuzzy matching.

  2. Select a tool — Click on a tool from the list. Its parameters are loaded automatically.

  3. 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

  4. Execute — Click the Execute button. The tool runs against the real backend API.

  5. 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