---
title: Status widget
description: Embed current Pulseforge service status with one custom element.
url: https://pr-1-801e0a17d1af.thally.app/customization
---

# Status widget

Embed current Pulseforge service status with one custom element.

The `pulseforge-status` custom element reads only the public status endpoint.

```html
<script type="module" src="https://cdn.example.com/pulseforge-widget.js"></script>
<pulseforge-status api-base="https://status.example.com"></pulseforge-status>
```

It displays the overall state and number of active incidents. The element never
accepts an incident-management token.

  Customer-facing widgets must never receive a bearer token.