Motion
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Motion earns Band D in the Project & Task Management category of The Headless Index, with a thesis-fit score of 30/100. Its strongest dimension is API-first design intent (8/20); its weakest scored dimension is MCP and agent posture (4/20). No public OpenAPI specification was found when Motion was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Motion sells an AI scheduler, and the API is an afterthought bolted to the side. There is a REST surface at api.usemotion.com/v1 with key auth (X-API-Key header), covering tasks, projects, recurring tasks, schedules, statuses, comments, custom fields, users and workspaces. No SDK in any language, and github.com/usemotion holds only desktop app shells and a Homebrew tap.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 34 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
CRUD over tasks and projects works, and there is a move endpoint, so basic queue manipulation is scriptable. The product's actual value, the auto-scheduling engine that arranges work against calendars, is not exposed; an agent can create a task but cannot query how Motion placed it. There is no CLI, no config-as-code and no self-host (github.com/usemotion publishes none of these).
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
There is no MCP server, official or community, associated with Motion. A search of the org (github.com/usemotion) returns desktop app repos and a policy bot, nothing agent facing, and the registry has no entry. For a product marketed on AI scheduling, having no way for an AI agent to talk to it is an odd place to end up.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −Official MCP serverNone found in vendor's GitHub org or the official MCP registry
- −Community MCP serversNone found
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.pages_fetched@2026-08-19
No machine readable contract is served. Requesting https://docs.usemotion.com/openapi.json returns the documentation site's HTML shell (an Astro page, not JSON), and api.usemotion.com/v1/openapi.json is a 404. The reference is a rendered sidebar of endpoints. No public repository holds schemas, so any client has to be transcribed from the browser by hand. This is the floor of the batch.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 34 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
Motion publishes no webhooks at all. The documentation navigation lists comments, custom fields, projects, recurring tasks, schedules, statuses, tasks, users and workspaces, and stops there; no events section, no signing scheme, no delivery semantics. An agent that wants to know when a task was rescheduled has to poll (GET /v1/tasks on a timer) and diff the results itself.
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:D band triggered: HeadlessIndex=30
Show Motion'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.
Motion and agent readiness
- Is Motion agent-ready?
- Motion scores Band D 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 MCP and agent posture.
- Does Motion publish an OpenAPI spec?
- No published OpenAPI specification was found when Motion was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Motion's Headless Index score?
- Motion scores 30/100 on the Headless Index thesis-fit rubric and sits in Band D in the Project & Task Management category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.