Stackmint website screenshot

Stackmint

Stackmint is a governed execution platform for enterprise AI workflows. Rather than deploying raw agents, the platform packages AI capabilities with built-in controls — budget circuit breakers, human approval gates, compliance routing, and ROI measurement — so organizations can move AI projects from research into production with auditable execution paths. The platform exposes a Semantic Execution Layer (SEL) of ontology, semantics, branches, agents, and runtime/audit, and offers a REST API for managing clients, branches (workflows), buds (atomic units), and MCP-compatible tool surfaces for LLM integration.

Stackmint publishes 2 APIs on the APIs.io network: Admin API and Clients API. Tagged areas include AI Governance, AI Agents, Workflow-Automation, Enterprise AI, and MCP.

Stackmint’s developer surface includes authentication, documentation, API reference, engineering blog, signup flow, support, and 8 more developer resources.

29.4/100 thin ▬ flat Agent 26/100 agent aware saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
1 APIs
AI GovernanceAI AgentsWorkflow-AutomationEnterprise AIMCPSemantic LayerAuditCompliance

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.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/stackmint: 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 3

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

Stackmint Platform API

REST API for managing Stackmint workflows. Provides endpoints for listing and retrieving clients (orgs), enumerating and running Branches (composable workflows) and Buds (atomic...

Stackmint Admin API

The Admin API from Stackmint — 2 operation(s) for admin.

Stackmint Clients API

The Clients API from Stackmint — 9 operation(s) for clients.

Open Collections 4

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

API Collection

OPEN COLLECTION

Stackmint Platform API

OPEN COLLECTION

Security Posture 4

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

Stackmint Authentication

apiKey/http · 2 schemes

SECURITY

Stackmint Domain Security

TLSv1.3 · DMARC

SECURITY

Stackmint Vulnerability Disclosure

disclosure policy published

SECURITY

Stackmint Trust Center

SOC 2, ISO 27001, GDPR

SECURITY

Agentic Access 1

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

Stackmint Agentic Access

11 operations · 5 acting

11 operations · 5 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 3

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: stackmint
name: Stackmint
description: Stackmint is a governed execution platform for enterprise AI workflows. Rather than deploying raw agents, the
  platform packages AI capabilities with built-in controls — budget circuit breakers, human approval gates, compliance routing,
  and ROI measurement — so organizations can move AI projects from research into production with auditable execution paths.
  The platform exposes a Semantic Execution Layer (SEL) of ontology, semantics, branches, agents, and runtime/audit, and offers
  a REST API for managing clients, branches (workflows), buds (atomic units), and MCP-compatible tool surfaces for LLM integration.
type: Index
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: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/stackmint.png
tags:
- AI Governance
- AI Agents
- Workflow-Automation
- Enterprise AI
- MCP
- Semantic Layer
- Audit
- Compliance
tags_raw:
- AI Governance
- AI Agents
- Workflow Automation
- Enterprise AI
- MCP
- Semantic Layer
- Audit
- Compliance
url: https://raw.githubusercontent.com/api-evangelist/stackmint/refs/heads/main/apis.yml
created: '2026-05-15'
modified: '2026-05-15'
specificationVersion: '0.23'
apis:
- aid: stackmint:platform-api
  name: Stackmint Platform API
  description: REST API for managing Stackmint workflows. Provides endpoints for listing and retrieving clients (orgs), enumerating
    and running Branches (composable workflows) and Buds (atomic execution units), and exposing MCP-compatible tool surfaces
    that LLMs and agents can discover and invoke under governance and audit controls.
  humanURL: https://stackmint.ai/en/api-reference
  baseURL: https://api.stackmint.ai/v1
  tags:
  - Workflows
  - Branches
  - Buds
  - MCP
  - Governance
  properties:
  - type: Documentation
    url: https://stackmint.ai/en/api-reference
  - type: Developers
    url: https://stackmint.ai/en/developers
  - type: Authentication
    url: https://stackmint.ai/en/api-reference
    description: 'Bearer token scheme with org-level scoping. Requires Authorization: Bearer <api-key> and X-Stackmint-Org-Id:
      <orgId> headers; optional role/scope parameters for admin and MCP endpoints.'
  - type: Semantic Standard
    url: https://stackmint.ai/en/semantic-standard
- aid: stackmint:stackmint-admin-api
  name: Stackmint Admin API
  description: The Admin API from Stackmint — 2 operation(s) for admin.
  humanURL: https://stackmint.ai/en/api-reference
  baseURL: https://api.stackmint.ai/v1
  tags:
  - Admin
  properties:
  - type: OpenAPI
    url: openapi/stackmint-admin-api-openapi.yml
- aid: stackmint:stackmint-clients-api
  name: Stackmint Clients API
  description: The Clients API from Stackmint — 9 operation(s) for clients.
  humanURL: https://stackmint.ai/en/api-reference
  baseURL: https://api.stackmint.ai/v1
  tags:
  - Clients
  properties:
  - type: OpenAPI
    url: openapi/stackmint-clients-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/stackmint-agentic-access.yml
- type: TrustCenter
  url: security/stackmint-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/stackmint-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/stackmint-domain-security.yml
- type: Authentication
  url: authentication/stackmint-authentication.yml
- type: Website
  url: https://stackmint.ai/
- type: Documentation
  url: https://stackmint.ai/en/developers
- type: APIReference
  url: https://stackmint.ai/en/api-reference
- type: Semantic Standard
  url: https://stackmint.ai/en/semantic-standard
- type: Blog
  url: https://stackmint.ai/en/blog
- type: Signup
  url: https://stackmint.ai/en/signup
- type: Models
  url: https://stackmint.ai/en/models
- type: LinkedIn
  url: https://www.linkedin.com/company/stackmint-ai
- type: Support
  url: mailto:api@stackmint.ai
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

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/stackmint"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/stackmint/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/stackmint/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.