IncidentFox (Brownie)

IncidentFox (the company was surfaced in the API Evangelist network under its Y Combinator portfolio codename "Brownie") is an open-source, AI-powered SRE platform that automates production incident investigation and response. Its multi-agent system triages alerts, queries logs, metrics, traces and deployment history across 300+ integrations (Kubernetes, AWS, Datadog, Grafana, Prometheus, Sentry, Coralogix, and more), correlates signals, finds root causes, and proposes remediation - operating primarily from Slack, Microsoft Teams, or Google Chat with human approval gates on all write actions. IncidentFox exposes a REST API (base https://api.incidentfox.ai/api/v1) for triggering investigations, polling status, and managing hierarchical team configuration, authenticated with team/admin bearer tokens or OIDC/SSO. It ships as Apache-2.0 open source (with a Business Source License security layer) or as managed SaaS with self-hosted and on-premises options.

IncidentFox (Brownie) publishes 1 API on the APIs.io network. Tagged areas include Company, Incident Response, SRE, AIOps, and Observability.

The IncidentFox (Brownie) catalog on APIs.io includes 1 event-driven AsyncAPI specification.

IncidentFox (Brownie)’s developer surface includes documentation, API reference, getting-started guide, quickstart, support, signup flow, authentication, and 20 more developer resources.

41.0/100 thin ▬ flat Agent 46/100 agent ready Full breakdown ↓
scored 2026-07-23 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyIncident ResponseSREAIOpsObservabilityDevOpsArtificial IntelligenceDeveloper ToolsAutomationOpen Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-23 · rubric v0.5
Composite quality — 41.0/100 · thin
Contract Quality 5.7 / 25
Developer Ergonomics 13.0 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 3.1 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 46/100 · agent ready
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/brownie: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

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...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

brownie-mcp.yml

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Brownie Rate Limits

0 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Brownie Authentication

http/openIdConnect · 3 schemes

SECURITY

Brownie Domain Security

TLSv1.3 · HSTS

SECURITY

Brownie Vulnerability Disclosure

contact published

SECURITY

Brownie Trust Center

SOC 2 Type II, GDPR

SECURITY

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 6

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Source (apis.yml)

apis.yml Raw ↑
aid: brownie
name: IncidentFox (Brownie)
description: IncidentFox (the company was surfaced in the API Evangelist network under its Y Combinator portfolio codename
  "Brownie") is an open-source, AI-powered SRE platform that automates production incident investigation and response. Its
  multi-agent system triages alerts, queries logs, metrics, traces and deployment history across 300+ integrations (Kubernetes,
  AWS, Datadog, Grafana, Prometheus, Sentry, Coralogix, and more), correlates signals, finds root causes, and proposes remediation
  - operating primarily from Slack, Microsoft Teams, or Google Chat with human approval gates on all write actions. IncidentFox
  exposes a REST API (base https://api.incidentfox.ai/api/v1) for triggering investigations, polling status, and managing
  hierarchical team configuration, authenticated with team/admin bearer tokens or OIDC/SSO. It ships as Apache-2.0 open source
  (with a Business Source License security layer) or as managed SaaS with self-hosted and on-premises options.
url: https://raw.githubusercontent.com/api-evangelist/brownie/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- y-combinator
x-tier: enriched
x-tier-reason: portfolio-lead-enriched
x-former-name: Brownie
x-operating-name: IncidentFox
x-yc-batch: W2026
x-repo-status: archived-2026-05-31
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://incidentfox.ai/public/logo.png
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-18'
tags:
- Company
- Incident Response
- SRE
- AIOps
- Observability
- DevOps
- Artificial Intelligence
- Developer Tools
- Automation
- Open Source
apis:
- 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
common:
- type: DeveloperPortal
  url: https://docs.incidentfox.ai/
- type: Documentation
  url: https://docs.incidentfox.ai/
- type: APIReference
  url: https://docs.incidentfox.ai/api-reference/introduction
- type: GettingStarted
  url: https://docs.incidentfox.ai/quickstart
- type: Quickstart
  url: https://docs.incidentfox.ai/quickstart
- type: Support
  url: mailto:support@incidentfox.ai
- type: GitHubOrganization
  url: https://github.com/incidentfox
- type: TermsOfService
  url: https://incidentfox.ai/terms.html
- type: PrivacyPolicy
  url: https://incidentfox.ai/privacy.html
- type: SignUp
  url: https://slack.incidentfox.ai/slack/install
- type: LLMsTxt
  url: llms/brownie-llms.txt
- 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: Packages
  url: packages/brownie-packages.yml
- type: Webhooks
  url: asyncapi/brownie-webhooks.yml
- type: Conformance
  url: conformance/brownie-conformance.yml
- type: Compliance
  url: security/brownie-trust-center.yml
- type: TrustCenter
  url: security/brownie-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/brownie-vulnerability-disclosure.yml
- type: Security
  url: https://incidentfox.ai/vulnerability.html
- type: DomainSecurity
  url: security/brownie-domain-security.yml
- type: AgentSkill
  url: skills/_index.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence