Skip to main content

1. Install and initialize

2. Create a monitor file

Create a __griffin__/ directory and add a monitor file:
Create __griffin__/health-check.ts:
Replace https://api.example.com with your API’s URL.

3. Run locally

Griffin discovers all monitor files in __griffin__/ directories and executes them. You’ll see the results for each monitor — which requests were made, whether assertions passed, and timing information.

4. Deploy to the hub

Once your monitors are working locally, deploy them for continuous monitoring:
Your monitors are now running on a schedule. View results with:

Next steps

Sequential Builder

Learn the simpler builder for linear test flows.

Graph Builder

Build complex tests with branching and parallel steps.

Assertions

Validate status codes, response bodies, headers, and latency.

CLI Reference

See all available commands.