Wrike
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Wrike earns Band C in the Project & Task Management category of The Headless Index, with a thesis-fit score of 44/100. Its strongest dimension is API-first design intent (11/20); its weakest scored dimension is schema observability (6/20). No public OpenAPI specification was found when Wrike was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Wrike ships a documented REST v4 at www.wrike.com/api/v4 with OAuth2 and permanent tokens, but the API is plainly a layer beneath the dashboard. The public org (github.com/wrike) carries Dart internal libraries, not client SDKs; no official JavaScript, Python or Go package exists. Agents write raw HTTP against prose docs. Versioning has at least been stable on v4 for years.
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 maintainedNone detected in vendor org
cite (1)
- github.sdks@2026-08-19
Tasks, folders, custom fields, timelogs and dependencies all have endpoints, so day to day project mechanics are scriptable. Everything above that is not: space provisioning, blueprints, request forms and Wrike Integrate recipes are built by hand in the browser. There is no CLI, no Terraform provider (registry.terraform.io lists none), and no self-host path. An agent can move work but cannot stand up a workspace.
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
The only MCP artifact under the org (github.com/wrike/datahub-mcp) has zero stars, a last commit in May 2025, and targets Wrike Datahub rather than the work management API agents actually need. No registry listing, no agent documentation, no toolkit package. Nothing here lets an agent bootstrap itself. For a vendor this large in project work, that absence is a choice.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +Official MCP serverhttps://github.com/wrike/datahub-mcp (0 stars, last commit 459 days ago)
- −Community MCP serversNone found
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.mcp@2026-08-19
No machine readable contract is published anywhere. Probing the API host returns an authentication wall for every path (https://www.wrike.com/api/v4/openapi.json answers 401), and developers.wrike.com serves hand written prose with inline examples. There is no spec repository and no GraphQL introspection. An agent cannot build a Wrike client cold; a human must read and transcribe. That is the weakest link here.
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
Webhooks are a first class resource, created and deleted through the API, with a concrete event vocabulary (TaskCreated, TaskStatusChanged, CommentAdded, AttachmentAdded, TimelogChanged). Delivery is scoped per folder or account, which is genuinely useful. What is missing is verification: Wrike documents no payload signing scheme, so trust rests entirely on the secrecy of the hook URL. Replay is not offered.
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.webhooks@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 Wrike'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.
Wrike and agent readiness
- Is Wrike agent-ready?
- Wrike 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 schema observability.
- Does Wrike publish an OpenAPI spec?
- No published OpenAPI specification was found when Wrike was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Wrike's Headless Index score?
- Wrike scores 44/100 on the Headless Index thesis-fit rubric and sits in Band C in the Project & Task Management category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.