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, AI, Developer Experience, and Knowledge Management.

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

58.4/100 developing ▬ flat Agent 78/100 agent native Full breakdown ↓
scored 2026-07-23 · rubric v0.5
AccessSelf serve
3 APIs 1 MCP Servers
CompanyDeveloper ToolsAIDeveloper ExperienceKnowledge ManagementCode ReviewMCPAI AgentsContext EngineeringSearch

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-23 · rubric v0.5
Composite quality — 58.4/100 · developing
Contract Quality 15.5 / 25
Developer Ergonomics 16.1 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 78/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 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/unblocked: 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 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...

MCP Servers 1

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

unblocked-mcp.yml

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

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
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.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- 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:
  - 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: 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