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

# Status

> Operational status and incident communication for DZap APIs and AI services.

This page provides public operational signals for DZap integration surfaces.

## Service endpoints

| Surface       | URL                                                     |
| ------------- | ------------------------------------------------------- |
| Fuse API      | `https://zap.dzap.io/v1/status`                         |
| Trade API     | `https://api.dzap.io/v1/status`                         |
| AI runtime    | `https://nlp-ai-439689868940.europe-north1.run.app/`    |
| MCP transport | `https://nlp-ai-439689868940.europe-north1.run.app/mcp` |

## Expected health response shape

```json theme={null}
{
  "status": "ok",
  "timestamp": "2026-05-30T00:00:00.000Z",
  "services": {
    "fuse_api": "up",
    "trade_api": "up",
    "ai_runtime": "up",
    "mcp": "up"
  }
}
```

## Incident communication

* Discord support: `https://discord.com/invite/aRHESJB9md`
* Email: `support@dzap.io`

If a surface is degraded, this page is the canonical location for impact and mitigation updates.
