Transform your development workflow with a code-based monitoring process that's programmable, fast, and dependable.
The smart way to monitor your assets
Scale your monitoring as code in Checkly with our Pulumi provider to monitor large websites and APIs reliably and at speed.
new checkly.Check("api-check", {
type: "API",
name: "Get public product listing",
activated: true,
frequency: 10,
locations: ["us-east-1"],
request: {
method: "GET",
url: "https://webshop.com/api/products",
assertions: [
{
source: "STATUS_CODE",
comparison: "EQUALS",
target: 200
}
]
}
})
Headed to KubeCon + CloudNativeCon North America?
Join us in Salt Lake City to meet the Checkly team at Booth Q48 for a live demo, a sneak peek at all of our new updates and features, or simply chat with us on the road.
Trusted By Engineering Teams At
Payment
Purchase
Add to Basket
Slack
Already using Pulumi for your Infrastructure as Code (IaC)? Just plug the Pulumi provider into your pipeline and automate your monitoring, too!
Keep an eye on your releases and rollbacks by declaring your checks as code and aligning your monitoring with your favorite cloud resources provider.
Easily develop and test your checks locally, push to source control, and apply changes automatically.
Start monitoring your API endpoints and your vital site transactions.
*No credit card required