---
title: Pulseforge Events
description: Publish service status, manage incident timelines, and embed current availability.
url: https://pr-1-801e0a17d1af.thally.app/
---

# Pulseforge Events

Publish service status, manage incident timelines, and embed current availability.

## One incident model, every customer surface

Pulseforge Events provides a fetch-compatible server, a typed browser SDK, and
a dependency-free status widget. Incident state flows through the same public
contracts on every surface.

    Set up the HTTP request handler for your runtime environment.

    Create an incident and publish the first timeline update.

    Call the Pulseforge API with typed request and response objects.

    Set up rules to send incident events to email or webhook destinations.

    Review every status and incident endpoint from the OpenAPI reference.

    Add the `pulseforge-status` custom element to a customer-facing page.

## Authentication

The status endpoint is public. Incident mutations require a bearer token and
should run only from trusted server-side code.

  The bundled store is in-memory. Supply durable storage before using Pulseforge
  in a production incident workflow.