> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sentivel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Monitor your services, publish a status page, and watch what you depend on.

Sentivel is one product that does three things: it monitors your own services, it
publishes a status page your customers can trust, and it watches the providers you
depend on so an upstream outage shows up in your own words. Use as much or as
little as you need: a beautiful status page with monitoring, and no dependencies,
is a complete setup.

<Frame>
  <img src="https://mintcdn.com/sentivel/LZVYrDg_7S2eGj5p/images/overview.png?fit=max&auto=format&n=LZVYrDg_7S2eGj5p&q=85&s=771250a5fcb6a2675386100cad93b55f" alt="The Sentivel dashboard overview" width="1600" height="1000" data-path="images/overview.png" />
</Frame>

## Start here

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Add a monitor and publish a status page in three API calls.
  </Card>

  <Card title="Set up with AI" icon="robot" href="/set-up-with-ai">
    Point an agent at Sentivel and have it set your workspace up for you.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Create an API token and authenticate your requests.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="Monitors" icon="heart-pulse" href="/guides/monitors">
    HTTP, keyword, heartbeat, TCP and DNS checks that turn failures into incidents.
  </Card>

  <Card title="Status pages" icon="signal" href="/guides/status-pages">
    Publish on your own subdomain or domain, with the design you choose.
  </Card>

  <Card title="Dependencies & cascade" icon="diagram-project" href="/guides/dependencies">
    Show a third-party outage on your page, in your own words.
  </Card>

  <Card title="Incidents" icon="triangle-exclamation" href="/guides/incidents">
    Open, update, and resolve incidents your customers can follow.
  </Card>

  <Card title="Escalation & on-call" icon="bell" href="/guides/escalation">
    Get the right person, on the right channel, until someone responds.
  </Card>

  <Card title="Integrations" icon="plug" href="/guides/integrations">
    Send alerts to your tools, and bring alerts in from others.
  </Card>
</CardGroup>

## Build on the API

Everything in the dashboard is also available over a REST API and a hosted MCP
server, so CI pipelines, infrastructure as code, and AI agents can manage a
workspace in full. Start with the [API overview](/api-overview), then browse the
[API reference](/me) for every endpoint.
