IncidentFox REST API

Programmatic access to trigger AI-driven incident investigations, poll investigation status and results, and read/update hierarchical team configuration. Authenticated with team or admin bearer tokens (tokid.toksecret / admin.tokensecret) or OIDC JWTs. JSON request/response with a data/meta envelope, request_id tracing, and rate limiting.

API entry from apis.yml

apis.yml Raw ↑
name: IncidentFox REST API
description: Programmatic access to trigger AI-driven incident investigations, poll investigation status
  and results, and read/update hierarchical team configuration. Authenticated with team or admin bearer
  tokens (tokid.toksecret / admin.tokensecret) or OIDC JWTs. JSON request/response with a data/meta envelope,
  request_id tracing, and rate limiting.
humanURL: https://docs.incidentfox.ai/api-reference/introduction
baseURL: https://api.incidentfox.ai/api/v1
tags:
- Incident Response
- SRE
- Automation
properties:
- type: Authentication
  url: authentication/brownie-authentication.yml
- type: Conventions
  url: conventions/brownie-conventions.yml
- type: ErrorCatalog
  url: errors/brownie-problem-types.yml
- type: RateLimits
  url: rate-limits/brownie-rate-limits.yml
- type: Lifecycle
  url: lifecycle/brownie-lifecycle.yml
- type: MCPServer
  url: mcp/brownie-mcp.yml
- type: DataModel
  url: data-model/brownie-data-model.yml
- type: Webhooks
  url: asyncapi/brownie-webhooks.yml