Unblocked website screenshot

Unblocked

Unblocked is an AI context engine for engineering teams that consolidates code, documentation, tickets, and conversations from sources like GitHub, Slack, Jira, Confluence, Notion, and Google Drive into grounded, cited answers for engineers and AI coding agents. The product spans developer Q&A, AI code review with risk assessment, a CI failure agent, an official MCP server (local via the Unblocked CLI and hosted remote), open-source Agent Skills, and a Public API for ingesting custom documents and asking questions programmatically. Built by Next Chapter Software Inc and backed by Amplify Partners.

Unblocked publishes 3 APIs on the APIs.io network: Answers API, Collections API, and Documents API. Tagged areas include Company, Developer Tools, Artificial Intelligence, Developer Experience, and Knowledge-Management.

Unblocked’s developer surface includes documentation, API reference, getting-started guide, engineering blog, pricing, signup flow, changelog, and 26 more developer resources.

55.1/100 strong ▬ flat Agent 40/100 agent native saas Full breakdown ↓
scored 2026-09-06 · rubric v0.19.0
AccessSelf serve
1 APIs 1 MCP Servers
CompanyDeveloper ToolsArtificial IntelligenceDeveloper ExperienceKnowledge-ManagementCode ReviewMCPAI AgentsContext EngineeringSearch

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-06 · rubric v0.19.0
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/unblocked: 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.

Unblocked Answers API

Ask Unblocked questions and retrieve answers asynchronously. Submit a question using the PUT endpoint and poll for the response using the GET endpoint.

Unblocked Collections API

A collection in Unblocked allows you to organize related documents from various data sources, such as customer support tools, knowledge bases, and internal wikis, which are not ...

Unblocked Documents API

A document contains content that Unblocked uses to answer questions. Each document is associated with a collection, so you must create a collection before adding documents. Docu...

Open Collections 4

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

API Collection

OPEN COLLECTION

MCP Servers 1

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

Unblocked MCP Server

Unblocked ships an official MCP server. On macOS it is built and run by the Unblocked CLI (`unblocked mcp`, JSON-RPC over stdio), installed one-shot via `curl -fsSL https://getu...

MCP SERVER

Security Posture 3

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

Unblocked Authentication

http-bearer/oauth2 · 2 schemes

SECURITY

Unblocked Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Unblocked Trust Center

SOC 2 Type II, SOC 3, CASA Tier 2, GDPR

SECURITY

Agentic Access 1

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

Unblocked Agentic Access

12 operations · 7 acting

12 operations · 7 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: unblocked
name: Unblocked
description: Unblocked is an AI context engine for engineering teams that consolidates code, documentation, tickets, and conversations
  from sources like GitHub, Slack, Jira, Confluence, Notion, and Google Drive into grounded, cited answers for engineers and
  AI coding agents. The product spans developer Q&A, AI code review with risk assessment, a CI failure agent, an official
  MCP server (local via the Unblocked CLI and hosted remote), open-source Agent Skills, and a Public API for ingesting custom
  documents and asking questions programmatically. Built by Next Chapter Software Inc and backed by Amplify Partners.
url: https://raw.githubusercontent.com/api-evangelist/unblocked/refs/heads/main/apis.yml
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: 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://avatars.githubusercontent.com/u/91906527?s=300
x-type: company
x-source: vc-portfolio
x-backed-by:
- amplify-partners
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Developer Tools
- Artificial Intelligence
- Developer Experience
- Knowledge-Management
- Code Review
- MCP
- AI Agents
- Context Engineering
- Search
tags_raw:
- Company
- Developer Tools
- AI
- Developer Experience
- Knowledge Management
- Code Review
- MCP
- AI Agents
- Context Engineering
- Search
apis:
- aid: unblocked:unblocked-answers-api
  name: Unblocked Answers API
  description: Ask Unblocked questions and retrieve answers asynchronously. Submit a question using the PUT endpoint and poll
    for the response using the GET endpoint.
  humanURL: https://docs.getunblocked.com/api-reference/quickstart
  baseURL: https://getunblocked.com/api/v1
  tags:
  - Answers
  properties:
  - type: OpenAPI
    url: openapi/unblocked-answers-api-openapi.yml
  - type: Documentation
    url: https://docs.getunblocked.com/api-reference/quickstart
- aid: unblocked:unblocked-collections-api
  name: Unblocked Collections API
  description: 'A collection in Unblocked allows you to organize related documents from various data sources, such as customer
    support tools, knowledge bases, and internal wikis, which are not natively supported by Unblocked.


    You can create multiple collections to manage documents from different sources.


    You have the ability to list, create, update, and delete them as needed.


    Deleting a collection will also remove all the associated documents.'
  humanURL: https://docs.getunblocked.com/api-reference/quickstart
  baseURL: https://getunblocked.com/api/v1
  tags:
  - Collection
  tags_raw:
  - Collections
  properties:
  - type: OpenAPI
    url: openapi/unblocked-collections-api-openapi.yml
  - type: Documentation
    url: https://docs.getunblocked.com/api-reference/quickstart
- aid: unblocked:unblocked-documents-api
  name: Unblocked Documents API
  description: 'A document contains content that Unblocked uses to answer questions. Each document is associated with a collection,
    so you must create a collection before adding documents. Documents used to provide answers will appear as references in
    the Unblocked interface.


    You can create and delete documents as needed.'
  humanURL: https://docs.getunblocked.com/api-reference/quickstart
  baseURL: https://getunblocked.com/api/v1
  tags:
  - Documents
  properties:
  - type: OpenAPI
    url: openapi/unblocked-documents-api-openapi.yml
  - type: Documentation
    url: https://docs.getunblocked.com/api-reference/quickstart
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Overlay
  url: overlays/unblocked-public-api-overlay.yaml
- type: Website
  url: https://getunblocked.com
- type: DeveloperPortal
  url: https://docs.getunblocked.com
- type: Documentation
  url: https://docs.getunblocked.com
- type: APIReference
  url: https://docs.getunblocked.com/api-reference/quickstart
- type: GettingStarted
  url: https://docs.getunblocked.com/api-reference/quickstart
- type: Blog
  url: https://getunblocked.com/blog/
- type: GitHubOrganization
  url: https://github.com/unblocked
- type: Pricing
  url: https://getunblocked.com/pricing/
- type: SignUp
  url: https://getunblocked.com/dashboard/get-started
- type: TermsOfService
  url: https://getunblocked.com/terms/
- type: PrivacyPolicy
  url: https://getunblocked.com/privacy/
- type: StatusPage
  url: https://status.getunblocked.com
- type: ChangeLog
  url: changelog/unblocked-changelog.yml
- type: LLMsTxt
  url: llms/unblocked-llms.txt
- type: MCPServer
  url: mcp/unblocked-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: CLI
  url: cli/unblocked-cli.yml
- type: Packages
  url: packages/unblocked-packages.yml
- type: SDKs
  url: packages/unblocked-packages.yml
- type: WellKnown
  url: well-known/unblocked-well-known.yml
- type: Authentication
  url: authentication/unblocked-authentication.yml
- type: Conventions
  url: conventions/unblocked-conventions.yml
- type: Idempotency
  url: conventions/unblocked-conventions.yml
- type: ErrorCatalog
  url: errors/unblocked-problem-types.yml
- type: Lifecycle
  url: lifecycle/unblocked-lifecycle.yml
- type: Conformance
  url: conformance/unblocked-conformance.yml
- type: Compliance
  url: https://trust.getunblocked.com/
- type: TrustCenter
  url: security/unblocked-trust-center.yml
- type: DomainSecurity
  url: security/unblocked-domain-security.yml
- type: AgenticAccess
  url: agentic-access/unblocked-agentic-access.yml
- type: DataModel
  url: data-model/unblocked-data-model.yml
- type: Support
  url: https://getunblocked.com/dashboard?showIntercom=true
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 21
  pass: local-v1

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

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

Get an API key

Free tier, no email required.

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