Writer
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Writer earns Band C in the AI Platforms category of The Headless Index, with a thesis-fit score of 54/100. Its strongest dimension is API-first design intent (15/20); its weakest scored dimension is webhooks and events (6/20). No public OpenAPI specification was found when Writer was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Writer's API is a Stainless build and the consistency shows: 29 endpoints spanning /v1/chat, /v1/completions, /v1/graphs, /v1/files and /v1/vision, with maintained clients on both registries (writer-sdk on npm, writer-sdk on PyPI). Knowledge Graph management is covered end to end. The agent surface is much narrower than the model surface, and that is where the product actually lives.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 0 probe paths
- −GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
- ·SDKs maintained2 (python); top by stars: writer/client.marian (1 stars)
cite (1)
- github.sdks@2026-08-19
The split is stark. Agents built in AI Studio can be listed and invoked over HTTP (GET /v1/applications, POST /v1/applications/{application_id}/jobs), yet they cannot be created or edited that way; Agent Builder is a browser tool with no programmatic equivalent. The writer command line tool is a local framework runner (pypi.org/project/writer), not a control plane. No Terraform provider exists.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −API operations exposedNo OpenAPI spec; operations count unknown
- ·Docs pages crawled0 pages (crawler: none)
- ·Auth schemes documentedAuth documentation page not reached by crawler
- ·Setup / quickstart docsNot reached by crawler
- ·Billing docsNot reached by crawler
- ·Teams / org docsNot reached by crawler
- ·CLI docsNot reached by crawler
- ·Schema / data model docsNot reached by crawler
cite (1)
- ai_review_browser.topics_found@2026-08-19
Writer consumes MCP rather than publishing it. Custom connectors can be built from an OpenAPI specification or from an existing MCP server, and the documentation describes a connector gateway fronting tools for its agent product (dev.writer.com/home/mcp-gateway). No server exposing the Writer API itself appears under github.com/writer. For a vendor selling agents, that asymmetry is conspicuous.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +Official MCP serverhttps://github.com/writer/cerebro (14 stars, last commit 0 days ago)
- ·Community MCP servers1 community MCP repos; top by stars: https://github.com/writer/aperio (0 stars)
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.mcp@2026-08-19
No specification is served from any Writer domain. The SDK repository does pin one: .stats.yml names a Stainless-hosted OpenAPI URL alongside a configured endpoint count, so a determined agent can retrieve it indirectly (github.com/writer/writer-python .stats.yml). Documentation ships an llms.txt index, which helps prose retrieval. Neither substitutes for a spec at a stable vendor-controlled URL.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 0 standard probe paths
- −GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
Nothing outbound is documented. Event logs and agent observability exist as dashboard views with export, and a plugin pushes logs into Datadog for monitoring (dev.writer.com/home/event-logs). There is no subscribable event catalogue, no signing scheme and no delivery guarantee, so an agent waiting on a long-running job must poll /v1/applications/jobs/{job_id} until it changes.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.
No public OpenAPI specification discovered during collection
Powered by JAIRF v1.0.0 by Jentic
Band rationale:C band: scores 40-75 range
Show Writer's score on your site.
Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.
Writer and agent readiness
- Is Writer agent-ready?
- Writer scores Band C on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is API-first design intent; its weakest is webhooks and events.
- Does Writer publish an OpenAPI spec?
- No published OpenAPI specification was found when Writer was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Writer's Headless Index score?
- Writer scores 54/100 on the Headless Index thesis-fit rubric and sits in Band C in the AI Platforms category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.