Trunk website screenshot

Trunk

Trunk builds developer experience and CI reliability tooling. Its platform spans Code Quality (a meta-linter and static analysis manager driven by the trunk CLI), a flake-aware parallel Merge Queue, and Flaky Tests detection / CI Analytics. Test results are uploaded from CI via the Trunk Analytics CLI / GitHub Action, and an HTTP REST API at api.trunk.io exposes Flaky Tests and Merge Queue control plus Svix-powered outbound webhooks. Trunk is a portfolio company of a16z.

Trunk publishes 2 APIs on the APIs.io network: Flaky Tests API and Merge Queue API. Tagged areas include Developer Tools, CI/CD, Code Quality, Flaky Tests, and Merge Queue.

The Trunk catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Trunk’s developer surface includes documentation, engineering blog, authentication, CLI, and 20 more developer resources.

47.7/100 developing ▬ flat Agent 32/100 agent ready saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
1 APIs
Developer ToolsCI/CDCode QualityFlaky TestsMerge QueueTest AnalyticsStatic AnalysisWebhook

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/trunk: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 5

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

Trunk Test Uploads (Analytics CLI)

CI test-result ingestion surface. The trunk-analytics-cli (and the trunk-io/analytics-uploader GitHub Action) uploads JUnit XML, Bazel BEP, and XCResult test reports to Trunk fo...

Trunk Webhooks

Svix-powered outbound webhooks for subscribing to Flaky Tests events (test_case.status_changed, test_case.monitor_status_changed, test_case.investigation_completed) and Merge Qu...

Trunk Code Quality CLI

Meta-linter and static analysis manager exposed through the trunk CLI and a local daemon (no public REST API). Commands include trunk init, trunk check, and trunk check --all; i...

Trunk Flaky Tests API

Query Flaky Tests state and link tickets.

Trunk Merge Queue API

Control the Trunk Merge Queue.

Open Collections 4

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Trunk Flaky Tests API

OPEN COLLECTION

Trunk API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Trunk Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Trunk Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Trunk Finops

FINOPS

Event Specifications 1

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

Trunk Webhooks

ASYNCAPI

Security Posture 3

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

Trunk Authentication

apiKey · 1 scheme

SECURITY

Trunk Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Trunk Vulnerability Disclosure

disclosure policy published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Trunk Agentic Access

16 operations · 15 acting

16 operations · 15 acting

AGENTIC

Resources

Documentation 1

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 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: trunk
name: Trunk
description: Trunk builds developer experience and CI reliability tooling. Its platform spans Code Quality (a meta-linter
  and static analysis manager driven by the trunk CLI), a flake-aware parallel Merge Queue, and Flaky Tests detection / CI
  Analytics. Test results are uploaded from CI via the Trunk Analytics CLI / GitHub Action, and an HTTP REST API at api.trunk.io
  exposes Flaky Tests and Merge Queue control plus Svix-powered outbound webhooks. Trunk is a portfolio company of a16z.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/trunk.png
url: https://raw.githubusercontent.com/api-evangelist/trunk/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- a16z
x-tier: stub
x-tier-reason: portfolio-lead
x-canonical: trunk-io
x-canonical-note: This record duplicates the canonical, more fully enriched provider at all/trunk-io (same company, Trunk.io).
  Candidate for dedupe.
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-08-08'
tags:
- Developer Tools
- CI/CD
- Code Quality
- Flaky Tests
- Merge Queue
- Test Analytics
- Static Analysis
- Webhook
tags_raw:
- Developer Tools
- CI/CD
- Code Quality
- Flaky Tests
- Merge Queue
- Test Analytics
- Static Analysis
- Webhooks
apis:
- aid: trunk:test-uploads-api
  name: Trunk Test Uploads (Analytics CLI)
  tags:
  - Test Uploads
  - CI Integration
  - JUnit
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.trunk.io/flaky-tests/uploader
  baseURL: https://api.trunk.io
  description: CI test-result ingestion surface. The trunk-analytics-cli (and the trunk-io/analytics-uploader GitHub Action)
    uploads JUnit XML, Bazel BEP, and XCResult test reports to Trunk for flaky-test detection, authenticated with an organization
    slug (--org-url-slug) and API token (--token / TRUNK_API_TOKEN).
  properties:
  - url: https://docs.trunk.io/flaky-tests/uploader
    type: Documentation
  - url: https://docs.trunk.io/flaky-tests/get-started/ci-providers/github-actions
    type: GettingStarted
- aid: trunk:webhooks-api
  name: Trunk Webhooks
  tags:
  - Webhook
  - Event
  - Svix
  tags_raw:
  - Webhooks
  - Events
  - Svix
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.trunk.io/flaky-tests/webhooks
  baseURL: https://api.trunk.io
  description: Svix-powered outbound webhooks for subscribing to Flaky Tests events (test_case.status_changed, test_case.monitor_status_changed,
    test_case.investigation_completed) and Merge Queue events (pull_request.* and pull_request_batch.*). Used to trigger downstream
    workflows like GitHub Issues.
  properties:
  - url: https://docs.trunk.io/flaky-tests/webhooks
    type: Documentation
  - url: asyncapi/trunk-webhooks.yml
    type: Webhooks
- aid: trunk:code-quality-cli
  name: Trunk Code Quality CLI
  tags:
  - Code Quality
  - Meta-Linter
  - Static Analysis
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.trunk.io/code-quality
  baseURL: https://docs.trunk.io/code-quality
  description: Meta-linter and static analysis manager exposed through the trunk CLI and a local daemon (no public REST API).
    Commands include trunk init, trunk check, and trunk check --all; it hermetically installs and runs third-party linters,
    formatters, and security scanners, operating in Hold The Line mode by default and serving real-time annotations to IDE
    extensions.
  properties:
  - url: https://docs.trunk.io/code-quality
    type: Documentation
  - url: https://docs.trunk.io/cli
    type: Documentation
- aid: trunk:trunk-flaky-tests-api
  name: Trunk Flaky Tests API
  description: Query Flaky Tests state and link tickets.
  humanURL: https://docs.trunk.io/flaky-tests/reference/api-reference
  baseURL: https://api.trunk.io/v1
  tags:
  - Flaky Tests
  properties:
  - type: OpenAPI
    url: openapi/trunk-flaky-tests-api-openapi.yml
  - type: Documentation
    url: https://docs.trunk.io/flaky-tests/flaky-tests
  - type: APIReference
    url: https://docs.trunk.io/flaky-tests/reference/api-reference
  - type: Documentation
    url: https://docs.trunk.io/merge-queue
  - type: APIReference
    url: https://docs.trunk.io/merge-queue/reference/merge
- aid: trunk:trunk-merge-queue-api
  name: Trunk Merge Queue API
  description: Control the Trunk Merge Queue.
  humanURL: https://docs.trunk.io/flaky-tests/reference/api-reference
  baseURL: https://api.trunk.io/v1
  tags:
  - Merge Queue
  properties:
  - type: OpenAPI
    url: openapi/trunk-merge-queue-api-openapi.yml
  - type: Documentation
    url: https://docs.trunk.io/flaky-tests/flaky-tests
  - type: APIReference
    url: https://docs.trunk.io/flaky-tests/reference/api-reference
  - type: Documentation
    url: https://docs.trunk.io/merge-queue
  - type: APIReference
    url: https://docs.trunk.io/merge-queue/reference/merge
common:
- type: Website
  url: https://trunk.io/
- type: Documentation
  url: https://docs.trunk.io
- type: GitHubOrganization
  url: https://github.com/trunk-io
- type: LinkedIn
  url: https://www.linkedin.com/company/trunkhq
- type: Blog
  url: https://trunk.io/feed.xml
- type: TermsOfService
  url: https://trunk.io/legal/terms
- type: Authentication
  url: authentication/trunk-authentication.yml
- type: AgenticAccess
  url: agentic-access/trunk-agentic-access.yml
- type: X-MCPServerCandidate
  url: mcp/trunk-mcp.yml
  note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
    from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
    correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: ErrorCatalog
  url: errors/trunk-problem-types.yml
- type: Conventions
  url: conventions/trunk-conventions.yml
- type: DataModel
  url: data-model/trunk-data-model.yml
- type: Conformance
  url: conformance/trunk-conformance.yml
- type: Lifecycle
  url: lifecycle/trunk-lifecycle.yml
- type: CLI
  url: cli/trunk-cli.yml
- type: Webhooks
  url: asyncapi/trunk-webhooks.yml
- type: Overlay
  url: overlays/trunk-openapi-overlay.yaml
- type: AgentSkill
  url: skills/_index.yml
- type: DomainSecurity
  url: security/trunk-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/trunk-vulnerability-disclosure.yml
- type: Security
  url: https://trunk.io/security
- type: Plans
  url: plans/trunk-plans-pricing.yml
- type: RateLimits
  url: rate-limits/trunk-rate-limits.yml
- type: FinOps
  url: finops/trunk-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 15
  pass: local-v1
x-merged-from:
- trunk-io

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/trunk"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/trunk/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/trunk/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.