Home
Providers
Archbee
Archbee
Archbee is a documentation and knowledge-portal platform for software teams. It creates, manages and publishes technical documentation, API references and internal wikis, with collaborative editing, revision history, branching and review, custom-domain publishing, an embeddable in-product docs widget, and AI-assisted search, writing and translation. Archbee imports and syncs OpenAPI and Postman collections to generate rendered API reference documentation. Its own developer surface is a 24-operation REST Public API at https://api.archbee.com/api/public-api, a first-party CLI (@archbee/cli), a React widget package (@archbee/app-widget), and a Model Context Protocol server shipped in two deployments — a hosted OAuth endpoint at https://api.archbee.com/api/public-mcp-ds/sse and a local stdio server on npm as @archbee/mcp — exposing 26 tools over documents, spaces, templates, snippets and variables.
Archbee publishes 1 API on the APIs.io network: Public API. Tagged areas include API Documentation, Documentation Platform, Knowledge Base, Technical Writing, and Developer Docs.
The Archbee catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 2 Spectral governance rulesets.
Archbee’s developer surface includes authentication, developer portal, documentation, engineering blog, signup flow, pricing, support, and 40 more developer resources.
2 APIs
1 MCP Servers
8 Features
5 Use Cases
On this page
Kin Score
APIs 2
Postman 1
Open Collections 2
MCP Servers 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 8
Event Specs 1
Vocabularies 1
Spectral Rules 2
JSON Schema 9
JSON Structure 9
Examples 9
Security Posture 4
Scopes 1
Agentic Access 1
Use Cases 5
Resources 47
apis.yml
50 Operational Transparency
0 Create-or-Update Ergonomics
Composite quality — 60.8/100 · strong
Agent readiness — 55/100 · agent ready
Individual APIs this provider publishes, each with its own machine-readable definition.
Ready-to-run Postman collections for exercising this provider's APIs.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Model Context Protocol servers that expose these APIs to AI agents.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Scroll for all 8
AsyncAPI definitions for this provider's event-driven and streaming APIs.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Scroll for all 9
JSON Structure definitions describing this provider's data shapes.
Scroll for all 9
Example request and response payloads for these APIs.
Scroll for all 9
Authentication, domain security, vulnerability disclosure, and trust-center signals.
OAuth scopes governing access to this provider's APIs.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Get Started 5
Portal, sign-up, and the first successful call
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 6
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 9
Pagination, idempotency, versioning, errors, and events
Scroll for all 9
Build 6
SDKs, sample code, and the tooling you integrate with
Access & Security 7
Authentication, authorization, and security posture
Scroll for all 7
Operate 4
Status, limits, changes, and where to get help
Commercial 4
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)
aid: archbee
name: Archbee
description: Archbee is a documentation and knowledge-portal platform for software teams. It creates, manages and publishes
technical documentation, API references and internal wikis, with collaborative editing, revision history, branching and
review, custom-domain publishing, an embeddable in-product docs widget, and AI-assisted search, writing and translation.
Archbee imports and syncs OpenAPI and Postman collections to generate rendered API reference documentation. Its own developer
surface is a 24-operation REST Public API at https://api.archbee.com/api/public-api, a first-party CLI (@archbee/cli), a
React widget package (@archbee/app-widget), and a Model Context Protocol server shipped in two deployments — a hosted OAuth
endpoint at https://api.archbee.com/api/public-mcp-ds/sse and a local stdio server on npm as @archbee/mcp — exposing 26
tools over documents, spaces, templates, snippets and variables.
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: paid
onboarding: self-serve
trial: true
trial_days: 14
try_now: true
public: false
label: Paid · 14-day free trial · Self-serve signup
confidence: high
source:
- plans
- https://www.archbee.com/pricing
generated: '2026-09-04'
method: searched
note: Corrected 2026-09-04. The previous derived value read freemium from a scaffold plans artifact that invented a free
tier. Archbee's pricing FAQ states "A free offering is not available at the moment"; the entry point is a 14-day trial
with no credit card, and the lowest paid plan starts at $80 per month.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/archbee.png
tags:
- API Documentation
- Documentation Platform
- Knowledge Base
- Technical Writing
- Developer Docs
- Developer Portal
- Docs as Code
- OpenAPI
- Model Context Protocol
- AI Agents
- Content Management
url: https://raw.githubusercontent.com/api-evangelist/archbee/refs/heads/main/apis.yml
created: '2026-03-16'
modified: '2026-09-04'
specificationVersion: '0.23'
apis:
- aid: archbee:archbee-public-api
name: Archbee Public API
description: The Archbee Public API manages documentation spaces, documents, space groups, File Manager files, reader-submitted
suggestions, organization exports and imported OpenAPI references in an Archbee workspace. 24 documented operations under
https://api.archbee.com/api/public-api, authenticated with an HTTP Bearer token whose value is base64(docSpaceId~apiKey),
or an organization key beginning abteam_.
humanURL: https://www.archbee.com/docs/get-document
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/archbee.png
baseURL: https://api.archbee.com/api/public-api
tags:
- Documents
- Spaces
- Space Groups
- File Manager
- Organization
- Suggestions
properties:
- type: OpenAPI
url: openapi/archbee-public-api-openapi.yml
- type: Documentation
url: https://docs.archbee.com/
- type: APIReference
url: https://www.archbee.com/docs/get-document
- type: Overlay
url: overlays/archbee-public-api-overlay.yaml
- type: ErrorCatalog
url: errors/archbee-problem-types.yml
- type: DataModel
url: data-model/archbee-data-model.yml
- aid: archbee:archbee-mcp-server
name: Archbee MCP Server
description: 'Archbee''s Model Context Protocol server, shipped in two deployments: a hosted remote endpoint at https://api.archbee.com/api/public-mcp-ds/sse
that an MCP client connects to over OAuth 2.1 (dynamic client registration, PKCE, scopes read:docs and write:docs), and
a local stdio server published to npm as @archbee/mcp. 26 documented tools read, search, create, update and delete documents,
spaces, space groups, categories, templates, content snippets and variables.'
humanURL: https://www.archbee.com/docs/anthropic-claude-connector
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/archbee.png
baseURL: https://api.archbee.com/api/public-mcp-ds/sse
tags:
- MCP
- AI Agents
- Documentation
properties:
- type: MCPServer
url: mcp/archbee-mcp.yml
- type: ToolCrosswalk
url: mcp/archbee-tool-crosswalk.yml
- type: Documentation
url: https://www.archbee.com/docs/anthropic-claude-connector
- type: OAuthScopes
url: scopes/archbee-scopes.yml
common:
- type: Website
url: https://www.archbee.com/
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/archbee/overview
- type: AgenticAccess
url: agentic-access/archbee-agentic-access.yml
- type: TrustCenter
url: security/archbee-trust-center.yml
- type: VulnerabilityDisclosure
url: security/archbee-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/archbee-domain-security.yml
- type: Authentication
url: authentication/archbee-authentication.yml
- type: LinkedIn
url: https://www.linkedin.com/company/archbee
- type: Portal
url: https://www.archbee.com/
- type: Documentation
url: https://docs.archbee.com/
- type: Blog
url: https://www.archbee.com/blog
- type: Signup
url: https://app.archbee.com/signup
- type: Login
url: https://app.archbee.com/signin
- type: Pricing
url: https://www.archbee.com/pricing
- type: GitHubOrganization
url: https://github.com/archbee
- type: TermsOfService
url: https://www.archbee.com/terms-of-service
- type: PrivacyPolicy
url: https://www.archbee.com/privacy-policy
- type: StatusPage
url: https://status.archbee.com/
- type: Support
url: mailto:support@archbee.com
- type: Features
data:
- name: API Documentation
description: Create and publish beautiful API reference documentation with OpenAPI/Swagger support.
- name: Collaborative Editing
description: Real-time collaborative editing for documentation teams with version control.
- name: Developer Portal
description: Build customizable developer portals with branded documentation sites.
- name: Knowledge Base
description: Internal and external knowledge base creation with powerful search.
- name: Version Control
description: Document versioning and change history for tracking documentation evolution.
- name: Integrations
description: Integrations with GitHub, Slack, Jira, and other developer tools.
- name: AI Writing Assistant
description: AI-powered writing assistance for faster technical documentation creation.
- name: Custom Domains
description: Host documentation on custom domains with SSL included.
- type: UseCases
data:
- name: API Documentation
description: Create comprehensive API reference docs with code samples, SDKs, and interactive API explorers.
- name: Developer Portal
description: Build a unified developer portal for all your APIs, SDKs, and developer resources.
- name: Internal Wiki
description: Create an internal knowledge base for engineering teams with runbooks, architecture docs, and processes.
- name: Customer Documentation
description: Publish customer-facing help documentation and user guides with powerful search.
- name: Product Documentation
description: Create and maintain product documentation for software products with versioning.
- type: Integrations
data:
- name: GitHub
description: Sync documentation with GitHub repositories for version-controlled docs-as-code workflows.
- name: Slack
description: Slack integration for documentation notifications and knowledge base search within Slack.
- name: Jira
description: Link documentation pages to Jira issues for requirement traceability.
- name: Intercom
description: Embed Archbee knowledge base in Intercom for customer support.
- name: Segment
description: Analytics integration for tracking documentation usage and engagement.
- type: SpectralRules
url: https://raw.githubusercontent.com/api-evangelist/archbee/refs/heads/main/rules/archbee-spectral-rules.yml
- type: Vocabulary
url: https://raw.githubusercontent.com/api-evangelist/archbee/refs/heads/main/vocabulary/archbee-vocabulary.yaml
- type: JSONLD
url: https://raw.githubusercontent.com/api-evangelist/archbee/refs/heads/main/json-ld/archbee-api-context.jsonld
- type: Integrations
url: https://www.archbee.com/integrations
- type: LlmsText
url: https://docs.archbee.com/llms.txt
- type: LLMsTxt
url: llms/archbee-llms.txt
- type: MCPServer
url: mcp/archbee-mcp.yml
- type: ToolCrosswalk
url: mcp/archbee-tool-crosswalk.yml
- type: Packages
url: packages/archbee-packages.yml
- type: SDKs
url: packages/archbee-packages.yml
- type: CLI
url: cli/archbee-cli.yml
- type: Components
url: components/archbee-components.yml
- type: WellKnown
url: well-known/archbee-well-known.yml
- type: OAuthScopes
url: scopes/archbee-scopes.yml
- type: Conventions
url: conventions/archbee-conventions.yml
- type: ErrorCatalog
url: errors/archbee-problem-types.yml
- type: Lifecycle
url: lifecycle/archbee-lifecycle.yml
- type: Conformance
url: conformance/archbee-conformance.yml
- type: Compliance
url: security/archbee-trust-center.yml
- type: Security
url: security/archbee-vulnerability-disclosure.yml
- type: DataModel
url: data-model/archbee-data-model.yml
- type: Overlay
url: overlays/archbee-public-api-overlay.yaml
- type: AgentSkill
url: skills/_index.yml
- type: Plans
url: plans/archbee-plans-pricing.yml
- type: RateLimits
url: rate-limits/archbee-rate-limits.yml
- type: APIReference
url: https://www.archbee.com/docs/get-document
- type: DeveloperPortal
url: https://docs.archbee.com/
- type: GettingStarted
url: https://www.archbee.com/docs/how-to-get-started
- type: HelpCenter
url: https://docs.archbee.com/
integrations:
- name: Xkcd Embed Webcomics View Integration →
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
x-enrichment:
date: '2026-09-04'
status: enriched
artifacts_added: 27
pass: local-v3
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/archbee"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/archbee/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/archbee/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.