apps icon indicating copy to clipboard operation
apps copied to clipboard

Datadog Apps

Datadog Apps allow third party developers to extend the native functionality offered by Datadog. This initiative is in a private beta release, please contact Datadog support to request access.

Documentation

  • Getting Started

  • Programming Model

  • Frequently Asked Questions

  • UI-Extension Design Guidelines

  • Datadog API Reference

    • Note: the TypeScript examples in the Datadog API Reference and the @datadog/datadog-api-client are currently Node.js-only, while Datadog Apps are browser-only. The API Reference is useful to understand the Datadog API, but the examples will need some conversion for the browser.

      We are working on updating the @datadog/datadog-api-client to work seamlessly with the @datadog/ui-extensions-sdk. In the mean-time, we recommend accessing the Datadog API with the @datadog/ui-extensions-sdk directly.

Examples

  • Starter Kit

Code resources