Pulumi logo

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.

index.js
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
      }
    ]
  }
})
stats graphic

Trusted By Engineering Teams At

Deno logoVercel logo1Password logoRender logoCrowdstrike logoAutodesk logoAutoTrader logo

Transform your development workflow with a code-based monitoring process that's programmable, fast, and dependable.

Pulumi logo

Payment

folder

Purchase

Chrome logo

Add to Basket

Slack logo

Slack

file icon

Already using Pulumi for your Infrastructure as Code (IaC)? Just plug the Pulumi provider into your pipeline and automate your monitoring, too!

Search icon

Keep an eye on your releases and rollbacks by declaring your checks as code and aligning your monitoring with your favorite cloud resources provider.

cloud icon

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