Jitsu
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Jitsu earns Band B in the Analytics & Events category of The Headless Index, with a thesis-fit score of 78/100. Its strongest dimension is MCP and agent posture (18/20); its weakest scored dimension is webhooks and events (13/20). No public OpenAPI specification was found when Jitsu was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Ingestion and control are separate and both are HTTP-native: /api/s/s2s/track for server events, a Management API keyed by {keyId}:{keySecret} bearer tokens for everything else. Browser and framework clients are published and current (@jitsu/js 1.11.0, @jitsu/react 3.1.5, @jitsu/nextjs 3.1.5). The core is open source at jitsucom/jitsu, so the API contract is readable in the repo rather than inferred.
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 maintained1 (java); top by stars: jitsucom/eventnative-java-sdk (0 stars)
cite (1)
- ai_review_browser.auth@2026-08-19
Jitsu is close to fully drivable without a browser. The Management API covers workspaces, streams, destinations, connections and functions on a uniform list/get/create/update/delete shape; jitsu-cli (docs.jitsu.com/docs/jitsu-cli) handles auth and configuration from a terminal; self-hosting is documented for Docker Compose and Helm. Functions are TypeScript you deploy, not clicks. The console remains the only place to mint an API key.
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
This is the reference implementation in analytics. Jitsu serves a remote MCP endpoint at https://use.jitsu.com/mcp with OAuth 2.1 discovery that actually resolves (/.well-known/oauth-protected-resource), an API key path for CI, and nine tools including get_resource_schema and query_events. Self-hosters get /mcp on their own console host. An agent can create a destination and then read live events through it.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·MCP detector statusTimed out during collection (likely GitHub search API rate limit without GITHUB_TOKEN). No verified evidence about MCP presence.
cite (1)
- ai_review_browser.mcp@2026-08-19
There is no OpenAPI URL to fetch; the Management API reference renders client side (docs.jitsu.com/docs/management-api), which leaves a crawler with nothing. The compensation is unusual and effective: get_resource_schema returns JSON Schema for destination, stream, service, function and connection over MCP, so an agent asks the system for its own contract before writing to it. Cold generation of a typed client still is not possible.
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
Jitsu is an event pipe, so the question inverts: it delivers your events rather than emitting its own. The Webhook destination (docs.jitsu.com/docs/destinations/webhook) forwards any tracked event to an HTTPS endpoint, and Live Events plus query_events let an agent inspect what actually shipped. What is absent is a signed platform event catalogue with documented retry and replay.
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:A band: JAIRF=N/A HeadlessIndex=78; JAIRF N/A ceiling applied: max band B when OpenAPI not available
Show Jitsu'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.
Jitsu and agent readiness
- Is Jitsu agent-ready?
- Jitsu scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is MCP and agent posture; its weakest is webhooks and events.
- Does Jitsu publish an OpenAPI spec?
- No published OpenAPI specification was found when Jitsu was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Jitsu's Headless Index score?
- Jitsu scores 78/100 on the Headless Index thesis-fit rubric and sits in Band B in the Analytics & Events category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.