craft website screenshot

craft

Craft (Craft Docs Ltd.) is a consumer and team productivity app that combines notes, documents, tasks, and daily planning in a single cross-platform workspace for macOS, iOS, iPadOS, Windows, and web. Beyond the end-user app, Craft exposes a developer surface through its "Imagine" platform: an official eXtension API (a TypeScript/JavaScript SDK, @craftdocs/craft-extension-api, for building extensions that run inside Craft), a Craft Connect REST API that exposes a user's Space, Daily Notes, tasks, and selected documents, and an official remote MCP server that connects Craft to Claude, ChatGPT, Cursor, and other MCP clients. Documentation is published on a Mintlify help center with a machine-readable llms.txt, and the company states SOC 2, ISO 27001, and GDPR compliance.

craft publishes 2 APIs on the APIs.io network. Tagged areas include Company, Consumer, Productivity, Notes, and Documents.

craft’s developer surface includes documentation, API reference, support, engineering blog, pricing, changelog, and 19 more developer resources.

33.2/100 thin ▬ flat Agent 4/100 human only open core · MIT Full breakdown ↓
scored 2026-08-30 · rubric v0.17.2
2 APIs 1 MCP Servers
CompanyConsumerProductivityNotesDocumentsNote TakingTaskCollaborationWritingArtificial IntelligenceMCPExtensions

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-30 · rubric v0.17.2
Composite quality — 33.2/100 · thin
Contract Quality 0.0 / 25
Developer Ergonomics 8.1 / 20
Access Clarity 9.5 / 20
Operational Transparency 5.8 / 13
Contract Governance 2.2 / 12
Discoverability 7.6 / 10
Agent readiness — 4/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 12 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
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/craft: 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 2

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

Craft Connect API

Craft Connect exposes a user's Craft Space, Daily Notes, tasks, and selected documents over REST as part of the Imagine platform, so tools like Apple Shortcuts, n8n, Zapier, Rep...

Craft eXtension API

The Craft eXtension API is an official TypeScript/JavaScript SDK (@craftdocs/craft-extension-api) for building extensions that run inside the Craft app to read and modify docume...

MCP Servers 1

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

craft MCP Server

Craft ships an official remote MCP server as part of its "Imagine" platform, letting MCP clients (Claude, ChatGPT, Claude Code, Cursor, VS Code, Windsurf, Raycast, Codex, Manus,...

MCP SERVER

Security Posture 3

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

Craft Domain Security

TLSv1.3 · DMARC

SECURITY

Craft Vulnerability Disclosure

disclosure policy published

SECURITY

Craft Trust Center

SOC 2, ISO 27001, GDPR

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: craft
name: craft
description: 'Craft (Craft Docs Ltd.) is a consumer and team productivity app that combines notes, documents, tasks, and daily
  planning in a single cross-platform workspace for macOS, iOS, iPadOS, Windows, and web. Beyond the end-user app, Craft exposes
  a developer surface through its "Imagine" platform: an official eXtension API (a TypeScript/JavaScript SDK, @craftdocs/craft-extension-api,
  for building extensions that run inside Craft), a Craft Connect REST API that exposes a user''s Space, Daily Notes, tasks,
  and selected documents, and an official remote MCP server that connects Craft to Claude, ChatGPT, Cursor, and other MCP
  clients. Documentation is published on a Mintlify help center with a machine-readable llms.txt, and the company states SOC
  2, ISO 27001, and GDPR compliance.'
url: https://raw.githubusercontent.com/api-evangelist/craft/refs/heads/main/apis.yml
deliveryModel:
  model: open-core
  license: MIT
  open_source: true
  commercial: true
  callable_host: false
  label: Open core · an OSS project plus a commercial hosted product
  confidence: high
  source:
  - license
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://github.com/craftdocs.png
x-type: company
x-source: vc-portfolio
x-backed-by:
- creandum
- uncork-capital
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-18'
tags:
- Company
- Consumer
- Productivity
- Notes
- Documents
- Note Taking
- Task
- Collaboration
- Writing
- Artificial Intelligence
- MCP
- Extensions
tags_raw:
- Company
- Consumer
- Productivity
- Notes
- Documents
- Note Taking
- Tasks
- Collaboration
- Writing
- AI
- MCP
- Extensions
apis:
- name: Craft Connect API
  description: Craft Connect exposes a user's Craft Space, Daily Notes, tasks, and selected documents over REST as part of
    the Imagine platform, so tools like Apple Shortcuts, n8n, Zapier, Replit, and custom code can read Craft content.
  humanURL: https://connect.craft.do/api-docs
  baseURL: https://connect.craft.do
  tags:
  - Documents
  - Productivity
  - Notes
  properties:
  - type: Documentation
    url: https://connect.craft.do/api-docs
  - type: APIReference
    url: https://connect.craft.do/api-docs
- name: Craft eXtension API
  description: The Craft eXtension API is an official TypeScript/JavaScript SDK (@craftdocs/craft-extension-api) for building
    extensions that run inside the Craft app to read and modify document content, blocks, and workspace state.
  humanURL: https://github.com/craftdocs/craft-extension-api
  baseURL: https://github.com/craftdocs/craft-extension-api
  tags:
  - SDK
  - Extensions
  properties:
  - type: SourceCode
    url: https://github.com/craftdocs/craft-extension-api
  - type: Documentation
    url: https://github.com/craftdocs/craft-extension-api
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: IssueTracker
  url: https://github.com/craftdocs/craft-extension-api/issues
- type: License
  name: MIT
  url: https://github.com/craftdocs/craft-extension-api/blob/master/LICENSE
- type: Website
  url: https://www.craft.do/
- type: DeveloperPortal
  url: https://www.craft.do/imagine
- type: Documentation
  url: https://support.craft.do/
- type: APIReference
  url: https://connect.craft.do/api-docs
- type: Support
  url: https://support.craft.do/
- type: Blog
  url: https://www.craft.do/blog
- type: GitHubOrganization
  url: https://github.com/craftdocs
- type: Pricing
  url: https://www.craft.do/pricing
- type: TermsOfService
  url: https://www.craft.do/terms
- type: PrivacyPolicy
  url: https://www.craft.do/privacy
- type: ChangeLog
  url: https://www.craft.do/whats-new
- type: StatusPage
  url: https://craftdocs.statuspage.io/
- type: Compliance
  url: https://www.craft.do/security
- type: Security
  url: https://www.craft.do/security/responsible-disclosure
- type: MCPServer
  url: mcp/craft-mcp.yml
- type: LLMsTxt
  url: llms/craft-llms.txt
- type: Packages
  url: packages/craft-packages.yml
- type: SDKs
  url: packages/craft-packages.yml
- type: WellKnown
  url: well-known/craft-well-known.yml
- type: Conformance
  url: conformance/craft-conformance.yml
- type: DomainSecurity
  url: security/craft-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/craft-vulnerability-disclosure.yml
- type: TrustCenter
  url: security/craft-trust-center.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence

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