Transform your development workflow with a code-based monitoring process that's programmable, fast, and dependable.
Use Pulumi to configure all of your monitoring
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
}
]
}
})
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.
Get started
*No credit card required