1. Install and initialize
2. Create a monitor file
Create a__griffin__/ directory and add a monitor file:
__griffin__/health-check.ts:
https://api.example.com with your API’s URL.
3. Run locally
__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: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.