Skip to content

Rippling vs Deel

subscription-per-seat · enterprise-custom

·

free-tier · subscription-flat · subscription-per-seat · enterprise-custom

Rippling wins · 2018 (13 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round to Deel
    Ripplingnone0/10

    No evidence of an llms.txt file, agent-oriented documentation format, or any mention of enabling AI agents to consume Rippling docs directly; evidence only covers developer docs/sandbox and a CLI, not agent-readable doc formats. Missing for 10: llms.txt file, agent-oriented doc structure, any mention of AI agent doc consumption.

      Probe confirms llms.txt exists at developer.deel.com/llms.txt (HTTP 200) and per-page markdown (.md) versions are available, plus dedicated MCP/agent-oriented docs exist. Missing for 10: independent third-party confirmation that agents actually consume llms.txt effectively in practice.

      • [probe] PROBE llms.txt: HTTP 200 at https://developer.deel.com/llms.txt # Welcome > Build powerful integrations with Deel's global workforce platfo…
      • [probe] PROBE docs-md: HTTP 200 at https://developer.deel.com/home.md > For clean Markdown of any page, append .md to the page URL. > For a complete…
      • [probe] official MCP server documented at https://developer.deel.com/mcp/introduction
      • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
    • ai-native userRun the product headlessly / in CI for automation

      weight 2 · round to Deel
      Ripplingpartialprobed3/10

      Rippling has an official CLI (rippling-cli) with 'Flux' commands letting developers create, manage, and deploy Rippling-hosted integrations, which could be invoked in scripts/CI, but there is no documentation of headless automation of core HR/payroll workflows or CI-specific guidance for the main product itself. missing for 10: evidence of CI-specific usage guides, headless/automation examples beyond integration deployment, and confirmation the CLI covers core product actions (not just integration publishing).

      • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
      • [probe] official CLI documented at https://github.com/Rippling/rippling-cli

      Deel exposes a REST API with API-token authentication (a non-interactive credential suitable for headless/CI use), plus a sandbox environment for safe automated testing and webhooks for event-driven automation without polling, all of which support running Deel operations headlessly. However, there is no explicit CI/CD example, official SDK, or CLI tool documented for automation pipelines, and MCP usage is framed around interactive AI clients (Claude, ChatGPT) rather than CI contexts. missing for 10: official CI/CD integration guide or example, dedicated SDK/CLI for scripted automation, evidence of MCP server running unattended in a pipeline.

      • [claimed-docs] The API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
      • [claimed-docs] Pre-populated Data**: Use sample contracts, workers, and organizations right away.
      • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
      • [claimed-docs] Deel supports two authentication methods: ... API tokens ... OAuth2
      • [claimed-docs] The Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version…
    • ai-native userConnect an agent via an official MCP server

      weight 3 · round to Deel
      Ripplingnone0/10

      Rippling is a SaaS HR/IT platform (not an agent), so the MCP-server axis is applicable, but the evidence pack shows only a developer CLI, APIs, and app-shop integrations—no mention of an official MCP server for connecting AI agents.

      • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
      • [claimed-docs] Access to developer documentation and sandbox environment
      • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
      • [probe] official CLI documented at https://github.com/Rippling/rippling-cli

      Deel documents an official MCP server exposing tools (listOfContracts, createTimeOffRequest, etc.) that map to Deel API operations, with OAuth2 auto-handled by clients like Claude Desktop, Cursor, VS Code, and ChatGPT, and compatibility with any MCP-over-HTTP client. This is well-documented first-party evidence with no independent hands-on corroboration found. missing for 10: independent/hands-on confirmation of the MCP server working in practice, broader community validation.

      • [claimed-docs] Connect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP …
      • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
      • [claimed-docs] the `createTimeOffRequest` tool submits a time-off request
      • [claimed-docs] Most MCP clients (Cursor, VS Code, Claude Desktop, ChatGPT) handle the OAuth2 authorization flow automatically.
      • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
      • [claimed-docs] The Deel MCP server is compatible with any client that implements the Model Context Protocol over HTTP transport.
      • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
      • [probe] official MCP server documented at https://developer.deel.com/mcp/introduction
    • ai-native userUse an official CLI

      weight 2 · round to Rippling
      Ripplingpartialprobed5/10

      Rippling does have an official CLI (rippling-cli) referenced on GitHub, enabling developers to create/manage/deploy Rippling-hosted integrations via 'Flux' commands, confirming an official CLI exists. However, evidence does not show this CLI is framed for AI-native/agentic workflows (e.g., no mention of LLM/agent integration, scripting for AI agents, or automation-first design) and lacks independent documentation depth or usage examples. Missing for 10: AI-native framing/use cases, detailed CLI documentation, independent corroboration of adoption.

      • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
      • [probe] official CLI documented at https://github.com/Rippling/rippling-cli
      Deelnone0/10

      Evidence shows Deel offers a REST API, an MCP server, and sandbox/webhooks, but nowhere is a dedicated CLI tool mentioned or documented; all developer interactions are via HTTP API or MCP, not a command-line interface.

      • ai-native userDrive the product through a documented public API

        weight 3 · round to Deel
        Ripplingpartialprobed5/10

        Rippling has a developer program with documented APIs, developer docs/sandbox, and a CLI (Flux commands) for building and deploying integrations, which supports programmatic/agentic access. However, there's no evidence of an OpenAPI/REST reference specifically framed for AI-native or agentic consumption, no mention of API rate limits, auth flows, or SDKs beyond the CLI, and no independent corroboration of API usability. missing for 10: detailed public API reference docs, evidence of AI-agent-specific tooling or SDKs, independent developer confirmation of API usability.

        • [claimed-docs] Access to developer documentation and sandbox environment
        • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
        • [claimed-docs] Publish to the Rippling App Shop and unlock support through our Choice program.
        • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
        • [probe] official CLI documented at https://github.com/Rippling/rippling-cli

        Deel provides a well-documented public REST API with authentication (API tokens, OAuth2), versioning, sandbox environment, webhooks, and even an official MCP server exposing tools mapped to API operations—giving AI-native users multiple documented ways to drive the product programmatically. Missing for 10: independent third-party developer corroboration of real-world API usage beyond vendor docs.

        • [claimed-docs] POST https://api.letsdeel.com/rest/contracts
        • [claimed-docs] The API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
        • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
        • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
        • [claimed-docs] Deel supports two authentication methods: ... API tokens ... OAuth2
        • [claimed-docs] OAuth 2.0 is the industry-standard protocol for authorization. It allows your app to access specific data in user accounts with explicit use…
        • [claimed-docs] The Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version…
        • [probe] PROBE llms.txt: HTTP 200 at https://developer.deel.com/llms.txt # Welcome > Build powerful integrations with Deel's global workforce platfo…
        • [probe] PROBE docs-md: HTTP 200 at https://developer.deel.com/home.md > For clean Markdown of any page, append .md to the page URL. > For a complete…
        • [probe] official MCP server documented at https://developer.deel.com/mcp/introduction
      • ai-native userIssue scoped/least-privilege API credentials for an agent

        weight 2 · round to Deel
        Ripplingnone0/10

        Rippling exposes developer APIs, a sandbox, and role-based permissions for employees and apps (rippling-docs-8, rippling-docs-35, rippling-docs-43), but there is no evidence of scoped or least-privilege API credential issuance specifically for AI agents or any agent-oriented credentialing mechanism.

        • [claimed-docs] Access to developer documentation and sandbox environment
        • [claimed-docs] Permissions and approvals are dynamic and role-based, automatically governing what each employee can do across every app. Define rules once …
        • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.

        Deel documents two auth methods—static API tokens and OAuth2 (deel-docs-27, deel-docs-28)—and OAuth2 is described as granting access to 'specific data... with explicit user consent,' implying some scoping, and MCP clients handle this OAuth2 flow automatically (deel-docs-17, deel-docs-29). However, there is no explicit documentation of configurable least-privilege scopes/permission sets for API tokens or a scope list for OAuth grants tailored to agent use. Missing for 10: explicit scope/permission catalog for API tokens, documented ability to restrict an agent's OAuth grant to specific resources/actions, and any hands-on confirmation that agents can be issued narrowly scoped credentials.

        • [claimed-docs] Deel supports two authentication methods: ... API tokens ... OAuth2
        • [claimed-docs] OAuth 2.0 is the industry-standard protocol for authorization. It allows your app to access specific data in user accounts with explicit use…
        • [claimed-docs] Most MCP clients (Cursor, VS Code, Claude Desktop, ChatGPT) handle the OAuth2 authorization flow automatically.
        • [claimed-docs] The Deel MCP server is compatible with any client that implements the Model Context Protocol over HTTP transport.
        • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
      • ai-native userBuild against official SDKs

        weight 2 · round drawn
        Ripplingpartialprobed5/10

        Rippling documents developer resources including APIs, a sandbox environment, extensions/development kits, and an official open-source CLI (Flux commands) for building integrations, which is evidence-adjacent to an SDK offering. However, no explicit named SDK (e.g., language-specific client libraries) is cited, and there's no independent developer corroboration of SDK quality or adoption. Missing for 10: named/versioned SDK packages, language coverage, and independent hands-on developer reviews of SDK usage.

        • [claimed-docs] Leverage Rippling extensions and development kits
        • [claimed-docs] Access to developer documentation and sandbox environment
        • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
        • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
        • [probe] official CLI documented at https://github.com/Rippling/rippling-cli

        Deel provides a rich developer platform — a documented REST API, sandbox environment, webhooks, OAuth2/API-token auth, versioning, and an official MCP server exposing typed tools (createTimeOffRequest, listOfContracts, etc.) that AI agents can call directly — which supports agentic, AI-native integration. However, the evidence never explicitly documents official client SDKs (e.g., language-specific libraries like Python/Node/Go SDKs); all examples are raw REST calls or MCP tool calls, not SDK wrappers. missing for 10: explicit official SDK libraries/language bindings, SDK-specific docs or code samples, independent confirmation of SDK usage.

        • [claimed-docs] POST https://api.letsdeel.com/rest/contracts
        • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
        • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
        • [claimed-docs] Deel supports two authentication methods: ... API tokens ... OAuth2
        • [claimed-docs] The API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
        • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
        • [probe] official MCP server documented at https://developer.deel.com/mcp/introduction
      • ai-native userSubscribe to events via webhooks

        weight 2 · round to Deel
        Ripplingnone0/10

        While Rippling has a developer platform, APIs, sandbox, and workflow automation triggers (e.g. Slack alerts based on Zendesk tickets), none of the evidence explicitly mentions webhook subscriptions or an event-based webhook API for external event listening. Missing for 10: explicit webhook documentation, event subscription API, or any mention of 'webhook' functionality.

        • [claimed-docs] Use Rippling’s platform capabilities to run reports across your third-party app data or trigger workflows–like automating a Slack alert base…
        • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
        • [claimed-docs] Access to developer documentation and sandbox environment

        Deel provides documented webhooks delivering real-time event notifications with HMAC-SHA256 signature security, explicitly framed as an alternative to polling for building integrations—directly matching the AI-native subscribe-to-events story. Missing for 10: no explicit list of supported event types/topics, and no independent/hands-on corroboration of webhook reliability.

        • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
        • [claimed-docs] Webhooks are secured using HMAC-SHA256 signatures

      Agentic features

      1. ai-native userGet AI-generated insights and suggestions from my data inside the product

        weight 2 · round to Rippling
        Ripplingpartialclaimed6/10

        Rippling documents AI-driven insights inside the product—e.g. 'Use AI to build reports and dashboards on labor cost trends, overtime by location' and a headcount dashboard with a natural-language prompt 'Show me headcount vs plan,' plus AI-powered instant answers for benefits questions. These are first-party marketing claims without independent hands-on verification or detail on breadth/accuracy across the whole platform. Missing for 10: independent/hands-on corroboration of the AI insights actually working, broader coverage of AI-generated suggestions beyond time-attendance/benefits (e.g. payroll, HR core), and technical depth on how insights are generated.

        • [claimed-docs] Use AI to build reports and dashboards on labor cost trends, overtime by location, and more.
        • [claimed-docs] A tablet displaying an Annual Headcount Plan dashboard with purple line charts and a prompt reading "Show me headcount vs plan."
        • [claimed-docs] Have Rippling AI automatically review proof of relationship documents and approve coverage if they’re valid.
        • [claimed-docs] Employees can get instant answers to questions, compare plans, and submit qualifying life events with AI, on desktop and mobile.

        Deel doesn't advertise a native in-app AI insights/analytics dashboard, but its MCP server explicitly exposes structured tools (e.g., calculateEorVersusEntityHiringCosts, listOfContracts) that let connected AI agents like Claude or ChatGPT pull and reason over contracts, payroll, and time data to generate insights/suggestions such as EOR-vs-entity cost comparisons. This satisfies the spirit of 'AI-generated insights from my data' but only via external agent connection, not a built-in AI feature surfaced directly in Deel's UI. missing for 10: a native in-product AI insights/recommendation feature (e.g., dashboard-level AI suggestions), independent evidence of the MCP-driven insight tools being used in practice.

        • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
        • [claimed-docs] calculateEorVersusEntityHiringCosts | Compare EOR versus entity hiring costs
        • [claimed-docs] Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP server.
        • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
        • [probe] official MCP server documented at https://developer.deel.com/mcp/introduction
      2. ai-native userSet up automations that run autonomously in the background

        weight 2 · round drawn
        Ripplingpartialclaimed5/10

        Rippling documents workflow automation that runs in the background without manual triggering—e.g., automating administrative tasks like bonus reminders, triggering a Slack alert from a Zendesk ticket, and auto-provisioning/deprovisioning accounts based on lifecycle events—which shows autonomous, condition-based background automations. However, these are rule-based workflow triggers rather than AI-driven agentic automations that reason or act independently. Missing for 10: evidence of AI/agent-driven autonomous decision-making automations (not just rule-based triggers), scheduling/monitoring dashboards for these automations, and independent confirmation of reliability at scale.

        • [claimed-docs] Easily build custom workflows to notify people of important changes and automate administrative tasks—like triggering a reminder to pay a bo…
        • [claimed-docs] Use Rippling’s platform capabilities to run reports across your third-party app data or trigger workflows–like automating a Slack alert base…
        • [claimed-docs] Automatically provision and deprovision accounts from onboarding to offboarding.
        • [claimed-docs] Attribute mapping allows updates made to user fields in Rippling—like photo, department, or preferred name—to automatically apply to your th…
        • [claimed-docs] Supergroup rules for app access let you group, manage, and automate user permissions to your integrated apps as roles change across the empl…

        Deel provides the building blocks for autonomous automation—real-time webhooks that avoid polling, a public API, and an MCP server exposing tools (listOfContracts, createTimeOffRequest, etc.) that AI agents can invoke—so agents could be wired to act on Deel data without human intervention. However, there's no evidence of a native scheduling/orchestration engine or documented example of an agent running unattended background workflows end-to-end. Missing for 10: evidence of built-in automation/workflow engine, documented autonomous/scheduled agent runs, and independent confirmation of agents operating without human-in-the-loop.

        • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
        • [claimed-docs] Webhooks are secured using HMAC-SHA256 signatures
        • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
        • [claimed-docs] the `createTimeOffRequest` tool submits a time-off request
        • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
        • [claimed-docs] The Deel MCP server is compatible with any client that implements the Model Context Protocol over HTTP transport.
        • [claimed-docs] Most MCP clients (Cursor, VS Code, Claude Desktop, ChatGPT) handle the OAuth2 authorization flow automatically.
      3. ai-native userDelegate tasks to a built-in AI assistant inside the product

        weight 3 · round to Rippling
        Ripplingpartialclaimed6/10

        Rippling markets several embedded 'Rippling AI' capabilities where users can offload tasks—AI-generated reports/dashboards, AI-driven natural-language queries ('Show me headcount vs plan'), AI review of proof-of-relationship documents for benefits approval, and AI-powered employee self-service Q&A—all suggesting a built-in assistant that performs delegated tasks. However these are scattered point features rather than a single unified conversational assistant, and all evidence is first-party marketing copy with no independent hands-on verification of how broadly tasks can be delegated. Missing for 10: a unified, named AI assistant interface spanning the whole product, explicit task-delegation workflow documentation, and independent/community corroboration of real-world use.

        • [claimed-docs] Use AI to build reports and dashboards on labor cost trends, overtime by location, and more.
        • [claimed-docs] Have Rippling AI automatically review proof of relationship documents and approve coverage if they’re valid.
        • [claimed-docs] Employees can get instant answers to questions, compare plans, and submit qualifying life events with AI, on desktop and mobile.
        • [claimed-docs] A tablet displaying an Annual Headcount Plan dashboard with purple line charts and a prompt reading "Show me headcount vs plan."
        Deelnone0/10

        Evidence shows Deel exposes an MCP server so external AI agents (Claude, ChatGPT, custom agents) can query contracts/payroll/time-off data, but this is the opposite direction: it lets outside assistants pull from Deel, not a built-in assistant delegated tasks inside Deel's own product UI. No evidence of a native in-app AI assistant feature.

        • [claimed-docs] Connect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP …
        • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
        • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
        • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
      4. ai-native userOperate the product with natural-language commands

        weight 2 · round to Deel
        Ripplingpartialclaimed4/10

        Some hints of natural-language interaction exist—an AI-generated dashboard prompt ('Show me headcount vs plan'), AI-built reports/dashboards, and AI-based instant answers for benefits questions—but there is no evidence of broad natural-language command control over core operations like running payroll, managing permissions, or workflows. missing for 10: evidence of NL commands driving actual actions (not just queries/reports), broader scope across HR/IT/finance modules, and independent confirmation of this AI interface working as described.

        • [claimed-docs] A tablet displaying an Annual Headcount Plan dashboard with purple line charts and a prompt reading "Show me headcount vs plan."
        • [claimed-docs] Use AI to build reports and dashboards on labor cost trends, overtime by location, and more.
        • [claimed-docs] Employees can get instant answers to questions, compare plans, and submit qualifying life events with AI, on desktop and mobile.

        Deel ships an official MCP server exposing contracts, payroll, and time-off tools that can be invoked by AI agents/assistants (Claude, ChatGPT, Cursor) using natural language, with structured tool definitions like createTimeOffRequest and listOfContracts documented in detail. This directly enables AI-native users to operate Deel via natural-language commands routed through MCP clients rather than a native chat UI. Missing for 10: independent/hands-on validation that these NL-driven MCP interactions work reliably in practice, and no evidence of a native in-product NL command interface outside the MCP integration.

        • [claimed-docs] Connect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP …
        • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
        • [claimed-docs] the `createTimeOffRequest` tool submits a time-off request
        • [claimed-docs] Most MCP clients (Cursor, VS Code, Claude Desktop, ChatGPT) handle the OAuth2 authorization flow automatically.
        • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
        • [claimed-docs] createTimeOffRequest | Create a time-off request
        • [claimed-docs] listOfContracts | List contracts in the organization
        • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
        • [probe] official MCP server documented at https://developer.deel.com/mcp/introduction

      Api quality

      1. ai-native userExplore an interactive API reference with runnable examples

        weight 2 · round to Deel
        Ripplingnone0/10

        Rippling has developer docs, a sandbox, and an APIs/CLI (rippling-docs-8, rippling-docs-43, rippling-gh-1), but nothing in the evidence describes an interactive API reference with runnable/live examples (e.g., a Swagger/OpenAPI explorer or code playground). Missing for 10: any mention of an interactive/try-it-now API console or runnable code examples in the developer docs.

        • [claimed-docs] Access to developer documentation and sandbox environment
        • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
        • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
        • [probe] official CLI documented at https://github.com/Rippling/rippling-cli

        Deel provides a sandbox environment with pre-populated data for safely testing API calls (deel-docs-3, deel-docs-4, deel-docs-22, deel-docs-26) and detailed API/MCP tool references, which supports experimentation, but there is no explicit evidence of an interactive in-browser API reference UI with 'try it now' runnable code examples (e.g., Swagger/OpenAPI explorer). Missing for 10: an explicit interactive API reference page with embedded runnable requests, and independent/hands-on confirmation that such a console exists.

        • [claimed-docs] The API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
        • [claimed-docs] Pre-populated Data**: Use sample contracts, workers, and organizations right away.
        • [claimed-docs] Your sandbox comes with ready-to-use data for testing
        • [claimed-docs] The Deel API Sandbox is a **completely isolated testing environment** that mirrors production functionality without affecting real data, tri…
        • [claimed-docs] The Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version…
      2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

        weight 2 · round drawn
        Ripplingnone0/10

        Evidence shows Rippling has a developer portal with API access, sandbox, and a CLI, but no mention of a downloadable OpenAPI spec or other machine-readable API specification is present anywhere in the evidence pack.

        • [claimed-docs] Access to developer documentation and sandbox environment
        • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
        • [probe] official CLI documented at https://github.com/Rippling/rippling-cli
        Deelnone0/10

        The evidence pack documents Deel's REST API endpoints, versioning headers, sandbox, and MCP server, but nowhere mentions an OpenAPI/Swagger spec file or download link for the API. Missing for 10: any reference to an OpenAPI/Swagger JSON/YAML spec, a spec download endpoint, or explicit machine-readable API schema.

        • [claimed-docs] POST https://api.letsdeel.com/rest/contracts
        • [claimed-docs] The Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version…
        • [probe] PROBE llms.txt: HTTP 200 at https://developer.deel.com/llms.txt # Welcome > Build powerful integrations with Deel's global workforce platfo…
        • [probe] PROBE docs-md: HTTP 200 at https://developer.deel.com/home.md > For clean Markdown of any page, append .md to the page URL. > For a complete…
      3. ai-native userTest against a sandbox environment without touching production data

        weight 1 · round to Deel
        Ripplingpartialclaimed3/10

        Rippling documents developer access to a sandbox environment for building/testing integrations, but the evidence gives no detail on how it isolates data from production, its fidelity, or whether it's usable for general AI-native testing workflows beyond app development. missing for 10: documentation on sandbox data isolation/fidelity, first-party guidance on production-parity testing, independent/hands-on confirmation the sandbox behaves realistically, and any mention of AI-specific sandbox testing workflows.

        • [claimed-docs] Access to developer documentation and sandbox environment

        Deel documents a dedicated API Sandbox described as a 'completely isolated testing environment' that mirrors production without affecting real data, triggering payments, or creating legal contracts, and comes pre-populated with sample contracts/workers/orgs plus a reset function to restore clean data. This directly satisfies the ai-native story of testing without touching production. Missing for 10: independent/hands-on confirmation that the sandbox behaves as documented (only first-party docs available).

        • [claimed-docs] The API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
        • [claimed-docs] Pre-populated Data**: Use sample contracts, workers, and organizations right away.
        • [claimed-docs] Resetting will delete all test data you've created and restore the original pre-populated sample data.
        • [claimed-docs] Your sandbox comes with ready-to-use data for testing
        • [claimed-docs] The Deel API Sandbox is a **completely isolated testing environment** that mirrors production functionality without affecting real data, tri…
      4. ai-native userRely on versioned APIs with a documented deprecation policy

        weight 2 · round to Deel
        Ripplingnone0/10

        Evidence mentions developer docs, a sandbox environment, and a CLI for building integrations, but nothing about API versioning or a documented deprecation policy is present anywhere in the pack.

          Deel documents header-based date versioning (X-Version) for managing API changes, giving clear evidence of a versioned API scheme, but no evidence pack item describes a documented deprecation policy (e.g., sunset timelines, notice periods, or a changelog of deprecated versions). Missing for 10: explicit deprecation/sunset policy documentation, changelog of version retirements, migration guidance for deprecated versions.

          • [claimed-docs] The Deel API uses **header-based date versioning** as the standard for managing API changes. You specify a version date using the `X-Version…
          • [claimed-docs] Deel supports two authentication methods: ... API tokens ... OAuth2

        Automation depth — how much of the product can run unattendedAutomation depth

        How much of the product can run unattended

        1. ai-native userPerform bulk operations across many items at once

          weight 2 · round to Rippling
          Ripplingpartialclaimed5/10

          Rippling documents specific bulk actions (bulk EOI/dependent approval and coverage updates in docs-23/docs-41) and offers a developer CLI/platform APIs (rippling-gh-1, docs-43) that could support programmatic bulk operations, but there's no evidence of a general-purpose bulk operation capability (e.g., bulk edit payroll, HR records, or time entries) exposed for AI-native automation across arbitrary object types. Missing for 10: a documented bulk API/endpoint for arbitrary entities, evidence of AI agents invoking bulk actions, and independent confirmation of bulk operation reliability at scale.

          • [claimed-docs] Upload a carrier EOI file and Rippling matches each decision to the right employee, updates their coverage, and adjusts payroll deductions i…
          • [claimed-docs] Automatically approve dependents, update coverage, and route EOI in bulk
          • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
          • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
          Deelnone0/10

          The evidence shows individual REST/MCP operations (single contract creation, single time-off request, single contract listing) but no documented bulk/batch endpoints or batch MCP tools for operating on many items at once. Payroll 'consolidation' and webhook mentions do not describe bulk create/update operations across large item sets.

          • [claimed-docs] # Create a contractor contract POST https://api.letsdeel.com/rest/contracts
          • [claimed-docs] createTimeOffRequest | Create a time-off request
          • [claimed-docs] listOfContracts | List contracts in the organization
          • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
        2. ai-native userDefine rules that trigger actions automatically on events

          weight 3 · round drawn
          Ripplingpartialclaimed5/10

          Rippling offers custom workflow automation triggered by events (e.g., notify on changes, trigger reminders, automate Slack alerts from Zendesk tickets, auto-provision/deprovision accounts, dynamic rule-based permissions), which supports rule-based event-triggered actions but is framed as admin/no-code workflow building rather than an AI-native, developer-defined rule engine. Missing for 10: documentation of an explicit rules/automation API or AI-native trigger-action framework, examples of natural-language or agent-defined rule creation, and independent/hands-on verification of workflow automation reliability.

          • [claimed-docs] Easily build custom workflows to notify people of important changes and automate administrative tasks—like triggering a reminder to pay a bo…
          • [claimed-docs] Use Rippling’s platform capabilities to run reports across your third-party app data or trigger workflows–like automating a Slack alert base…
          • [claimed-docs] Automatically provision and deprovision accounts from onboarding to offboarding.
          • [claimed-docs] Permissions and approvals are dynamic and role-based, automatically governing what each employee can do across every app. Define rules once …
          • [claimed-docs] Supergroup rules for app access let you group, manage, and automate user permissions to your integrated apps as roles change across the empl…

          Deel offers webhooks for event notifications (deel-docs-6, deel-docs-7) which could feed automated actions, and its MCP server/API expose tools like createTimeOffRequest that agents could invoke, but there's no evidence of a built-in rules engine or automation/workflow builder where a user defines 'if event X then action Y' logic natively within Deel. missing for 10: a native rules/automation engine or workflow builder, documented trigger-condition-action configuration UI or API, and evidence of end-to-end automated event-to-action chaining without external glue code.

          • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
          • [claimed-docs] Webhooks are secured using HMAC-SHA256 signatures
          • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
          • [claimed-docs] the `createTimeOffRequest` tool submits a time-off request
          • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
        3. ai-native userSchedule recurring jobs or workflows

          weight 2 · round to Rippling
          Ripplingpartialclaimed4/10

          Rippling offers workflow automation (custom workflows, triggers, Slack alerts) and flexible payroll run scheduling, which shows some recurring-job/workflow capability, but none of this is framed for AI-native/agentic scheduling or exposed via an API/CLI for programmatic recurring job scheduling. Missing for 10: explicit AI-agent-triggered or API/CLI-based recurring job scheduling, documentation of cron-like triggers, and independent verification of workflow automation depth.

          • [claimed-docs] Easily build custom workflows to notify people of important changes and automate administrative tasks—like triggering a reminder to pay a bo…
          • [claimed-docs] Use Rippling’s platform capabilities to run reports across your third-party app data or trigger workflows–like automating a Slack alert base…
          • [claimed-docs] Run payroll on your schedule Stay flexible and process payroll as often as you need — at no extra charge.
          • [claimed-docs] Automatically provision and deprovision accounts from onboarding to offboarding.
          Deelnone0/10

          Evidence shows Deel's API/MCP server exposes discrete tools (create contract, time-off request, list contracts) and webhooks for event-driven notifications, but there is no mention of scheduling, cron-like recurring job triggers, or workflow automation orchestration that an AI-native user could invoke. Webhooks only react to events rather than being scheduled or recurring on a timer.

          • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
          • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
          • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
          • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
        4. ai-native userVersion, review, and roll back my automations

          weight 1 · round drawn
          Ripplingnone0/10

          No evidence describes version control, review workflows, or rollback capabilities for Rippling's automations/workflows; the CLI and platform docs cover deployment and permissions but nothing about versioning history, diffing changes, or reverting automations. This axis applies to Rippling's workflow-builder capability but there is no supporting evidence.

            Deelnone0/10

            Deel's docs cover API/MCP tools, sandbox testing, and webhooks, but there is no evidence of any versioning, review, or rollback mechanism for automations built on Deel (e.g., no changelog, revision history, or rollback feature for workflows/API integrations).

            • [claimed-docs] The API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
            • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
            • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
            • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.

          Benefits admin — stories about benefits admin in this arenaBenefits admin

          Stories about benefits admin in this arena

          Benefits

          1. ops userOffer and administer health insurance with enrollments and deductions synced to payroll

            weight 2 · round to Rippling
            Ripplingfullclaimed8/10

            Docs directly evidence benefits admin with payroll deduction sync: HSA/FSA/commuter deductions always sync with payroll, benefits deductions flow into payroll, one-click enrollment reopen, bulk EOI/dependent approval and coverage updates with automatic payroll deduction adjustment. This covers offering, administering, and syncing enrollments/deductions to payroll as the story requires. Missing for 10: independent/hands-on verification of benefits-payroll sync accuracy (only vendor docs, no third-party corroboration).

            • [claimed-docs] Offer integrated HSA, FSA, and commuter benefits. Deductions always sync with payroll.
            • [claimed-docs] With Rippling, HR data—like new hires, salary changes, and benefits deductions—flow directly and automatically into Payroll.
            • [claimed-docs] Reopen an employee’s benefits enrollment in one click.
            • [claimed-docs] Upload a carrier EOI file and Rippling matches each decision to the right employee, updates their coverage, and adjusts payroll deductions i…
            • [claimed-docs] Automatically approve dependents, update coverage, and route EOI in bulk
            • [claimed-docs] Have Rippling AI automatically review proof of relationship documents and approve coverage if they’re valid.
            Deelnone0/10

            The evidence pack covers payroll, contracts, EOR, API/MCP integration, and sandbox testing, but contains no mention of health insurance offerings, enrollment workflows, or benefits deductions syncing to payroll. While benefits administration is a plausible axis for an HR/payroll platform like Deel, there is no documentation or feature evidence supporting this specific capability.

            • ops userOffer a 401(k) or retirement plan whose contributions sync automatically with each payroll

              weight 2 · round to Rippling
              Ripplingpartialclaimed3/10

              Rippling advertises that benefits deductions (docs-13) and specific benefit types like HSA/FSA/commuter (docs-24) sync automatically with payroll, showing the general payroll-benefits sync capability exists, but no evidence specifically names 401(k) or retirement plan administration or its contribution sync. missing for 10: explicit 401(k)/retirement plan offering, contribution sync details, employer-match handling, and any hands-on confirmation of retirement plan integration.

              • [claimed-docs] With Rippling, HR data—like new hires, salary changes, and benefits deductions—flow directly and automatically into Payroll.
              • [claimed-docs] Offer integrated HSA, FSA, and commuter benefits. Deductions always sync with payroll.
              Deelnone0/10

              No evidence in the pack mentions 401(k), retirement plans, or benefits administration syncing with payroll; the pack only covers global payroll, contracts, MCP/API tooling, and unrelated community complaints.

              Contractor global — stories about contractor global in this arenaContractor global

              Stories about contractor global in this arena

              Contractor payments

              1. ops userPay both W-2 employees and 1099 contractors from one platform

                weight 3 · round to Rippling
                Ripplingfullclaimed8/10

                Rippling's docs explicitly state it pays both employees and contractors globally from a single system ('Pay employees and contractors around the world in a single system'), with unified payroll processing, tax filing, and HR data flowing into payroll for both worker types. missing for 10: independent/hands-on verification of contractor payment workflow specifically, and no evidence distinguishing 1099-specific compliance handling (e.g., 1099 filing) beyond general contractor payment claims.

                • [claimed-docs] Pay employees and contractors around the world in a single system
                • [claimed-docs] Pay your employees and contractors around the world without waiting on transfers or conversion.
                • [claimed-docs] Seamlessly pay workers around the world without waiting for any bank transfers or conversion.
                • [claimed-docs] Rippling instantly calculates and files payroll taxes for your employees worldwide.
                • [claimed-docs] We automatically calculate payroll taxes and file them with the correct federal, state, and local agencies at precisely the right time.
                • [claimed-docs] With Rippling, HR data—like new hires, salary changes, and benefits deductions—flow directly and automatically into Payroll.

                Deel's own marketing and API docs explicitly state it can 'pay every worker type... employees, contractors, and EOR workers' from one platform, and the API supports creating contractor contracts and payroll consolidation (deel-docs-11,19,24,14). This directly matches the ops story of paying both W-2 employees and 1099 contractors together. Missing for 10: explicit mention of US W-2 tax-form handling/classification, and independent/hands-on confirmation beyond vendor marketing copy.

                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…
                • [claimed-docs] # Create a contractor contract POST https://api.letsdeel.com/rest/contracts
                • [claimed-docs] Consolidate multiple vendors

              Global hiring

              1. founderEmploy people in other countries through employer-of-record or owned-entity global payroll

                weight 2 · round to Deel
                Ripplingpartialclaimed5/10

                Rippling's docs repeatedly describe paying employees and contractors 'around the world' in a single system with automatic worldwide payroll tax filing and location-based labor-policy compliance, which implies international employment capability, but none of the evidence explicitly names an Employer-of-Record service or owned/local entity setup for hiring abroad. missing for 10: explicit EOR product documentation, description of owned-entity incorporation process, independent case studies confirming EOR hires, and clarity on which countries are covered via EOR vs contractor-only payroll.

                • [claimed-docs] Pay employees and contractors around the world in a single system
                • [claimed-docs] Seamlessly pay workers around the world without waiting for any bank transfers or conversion.
                • [claimed-docs] Pay your employees and contractors around the world without waiting on transfers or conversion.
                • [claimed-docs] Rippling instantly calculates and files payroll taxes for your employees worldwide.
                • [claimed-docs] Monitor global compensation trends by department, location, and more, with built-in conversion to your local currency for easy comparison.
                • [claimed-docs] Rippling lets you manage global HR, payroll, benefits, spend, devices, apps, and more, all in one affordable platform.
                • [claimed-docs] Rippling automatically applies the correct labor policies—from overtime to breaks—based on location, and flags potential risks based on each…

                Deel's core offering directly matches this story: docs describe EOR and owned-entity payroll across 150+ countries with compliance and cost visibility (deel-docs-11, deel-docs-19, deel-docs-24), plus API/MCP tooling to create contracts and compare EOR vs entity hiring costs (deel-docs-10, deel-docs-14). Community complaints (deel-comm-1/2/3) concern customer service and data-privacy practices, not whether EOR/payroll actually functions, so they don't contradict the core capability. Missing for 10: independent third-party verification of payroll accuracy/compliance across countries beyond vendor marketing copy.

                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…
                • [claimed-docs] calculateEorVersusEntityHiringCosts | Compare EOR versus entity hiring costs
                • [claimed-docs] # Create a contractor contract POST https://api.letsdeel.com/rest/contracts
                • [claimed-docs] Hire, manage, pay, & equip anyone, anywhere.
              2. founderPay international contractors in their local currencies with compliant contracts

                weight 3 · round to Deel
                Ripplingpartialclaimed6/10

                Rippling's docs confirm paying contractors globally without waiting on bank transfers/conversion and unifying global payroll in one system, implying local currency payouts, but there is no explicit mention of compliant contractor agreements/contract generation or EOR/compliance guarantees specific to contractors. missing for 10: explicit evidence of compliant contractor agreement templates or localized contract compliance, independent/hands-on verification of local-currency payouts, and any detail on contractor misclassification protections.

                • [claimed-docs] Pay employees and contractors around the world in a single system
                • [claimed-docs] Seamlessly pay workers around the world without waiting for any bank transfers or conversion.
                • [claimed-docs] Pay your employees and contractors around the world without waiting on transfers or conversion.
                • [claimed-docs] Rippling lets you manage global HR, payroll, benefits, spend, devices, apps, and more, all in one affordable platform.

                Deel's docs describe creating contractor contracts via API and running compliant payroll for contractors across 150+ countries with automated compliance and unified data, directly matching the story's core ask. Missing for 10: explicit documentation of local-currency disbursement mechanics and independent verification of contract compliance quality (community feedback focuses on data-sharing/Wallet friction rather than confirming or denying local-currency payment execution).

                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…
                • [claimed-docs] # Create a contractor contract POST https://api.letsdeel.com/rest/contracts
                • [claimed-docs] Create a contractor contract POST https://api.letsdeel.com/rest/contracts

              Onboarding hiring — stories about onboarding hiring in this arenaOnboarding hiring

              Stories about onboarding hiring in this arena

              Ai onboarding

              1. ai-native userHave an agent onboard a new hire end-to-end via the API — creating the employee, compensation, and tax setup

                weight 3 · round to Deel
                Ripplingnone0/10

                While Rippling advertises unified onboarding, payroll, and developer APIs/sandbox in general (rippling-docs-33, rippling-docs-43, rippling-docs-8), there is no evidence of a documented API or endpoint that lets an agent programmatically create an employee record, set compensation, and configure tax setup end-to-end. Missing for 10: API reference for employee creation/compensation/tax objects, example agent-driven onboarding workflow, and any confirmation this is exposed outside the UI.

                • [claimed-docs] Onboard new hires, run payroll, manage performance, and issue devices and corporate cards instantly and without switching systems.
                • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
                • [claimed-docs] Access to developer documentation and sandbox environment

                Deel's API/MCP docs show contract creation, listing contracts, time-off requests, and payroll/EOR cost comparisons, and the API supports creating contracts via POST /rest/contracts, suggesting an agent could programmatically onboard a contractor. However, there is no explicit documented endpoint or MCP tool for full employee onboarding covering compensation setup and tax setup as a single end-to-end workflow — the evidence only shows contract creation and cost comparison tools, not a unified 'create employee + compensation + tax' flow. missing for 10: explicit API/MCP endpoints for employee creation with compensation configuration, dedicated tax-setup endpoint/tool, and a documented end-to-end onboarding workflow example or independent confirmation it works as described.

                • [claimed-docs] POST https://api.letsdeel.com/rest/contracts
                • [claimed-docs] # Create a contractor contract POST https://api.letsdeel.com/rest/contracts
                • [claimed-docs] Create a contractor contract POST https://api.letsdeel.com/rest/contracts
                • [claimed-docs] calculateEorVersusEntityHiringCosts | Compare EOR versus entity hiring costs
                • [claimed-docs] listOfContracts | List contracts in the organization
                • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
                • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.

              Employee onboarding

              1. ops userSend offer letters and HR documents for e-signature and keep them stored per employee

                weight 1 · round drawn
                Ripplingnone0/10

                The evidence pack contains no mention of offer letters, e-signature workflows, or per-employee document storage; onboarding content only vaguely references 'onboarding new hires' without detailing document/e-sign features. missing for 10: any mention of e-signature capability, offer letter templates/workflow, or document storage per employee.

                  Deelnone0/10

                  The evidence pack covers contracts API, payroll, MCP tools, and sandbox testing, but contains no mention of offer-letter e-signature workflows or per-employee document storage. Missing for 10: e-signature capability documentation, offer letter templates, per-employee document repository evidence.

                  • ops userSend a new hire a self-serve onboarding flow that collects W-4, I-9, and bank details before day one

                    weight 3 · round to Rippling
                    Ripplingpartialclaimed3/10

                    Evidence only generically mentions 'onboarding new hires' and HR data flowing into payroll/benefits, without any documentation of a self-serve flow specifically collecting W-4, I-9, or bank details before day one. missing for 10: explicit documentation of W-4/I-9 e-signature collection, bank/direct-deposit setup during onboarding, and a self-serve pre-day-one flow with hands-on or independent corroboration.

                    • [claimed-docs] Onboard new hires, run payroll, manage performance, and issue devices and corporate cards instantly and without switching systems.
                    • [claimed-docs] Having everything in one system for [all] three countries—including benefits, employee-self-service, and onboarding—just made sense.
                    • [claimed-docs] With Rippling, HR data—like new hires, salary changes, and benefits deductions—flow directly and automatically into Payroll.
                    Deelnone0/10

                    The evidence pack covers Deel's API/MCP developer tools, payroll/contract endpoints, and community complaints, but contains no mention of a self-serve onboarding flow, W-4/I-9 collection, or bank detail setup for new hires. Onboarding is plausibly a core Deel HR feature, but no evidence documents this specific capability, so it cannot be credited as delivered.

                    Openness — open source, data portability, and self-hosting storiesOpenness

                    Open source, data portability, and self-hosting stories

                    1. ai-native userDo everything through the API that I can do in the UI

                      weight 2 · round to Deel
                      Ripplingpartialprobed4/10

                      Rippling documents developer APIs, a CLI, sandbox, extensions/dev kits, and app publishing (rippling-docs-7,8,9,43; rippling-gh-1), showing genuine API/platform surface for building integrations, but there is no evidence establishing full parity between UI functionality and API/CLI coverage. Missing for 10: explicit API reference/endpoint coverage list, confirmation that all UI actions (e.g., payroll runs, benefits admin, approvals) are exposed via API, and independent/hands-on verification of API completeness.

                      • [claimed-docs] Leverage Rippling extensions and development kits
                      • [claimed-docs] Access to developer documentation and sandbox environment
                      • [claimed-docs] Publish to the Rippling App Shop and unlock support through our Choice program.
                      • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
                      • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
                      • [probe] official CLI documented at https://github.com/Rippling/rippling-cli

                      Deel exposes a broad REST API and MCP server covering contracts, payroll, time-off, people data, and more, with sandbox/testing and webhook support, indicating substantial parity between API and UI capabilities. However, no evidence explicitly confirms full 1:1 parity between every UI feature and API/MCP tool coverage; documentation shows selected core objects (contracts, time-off, EOR cost calc) rather than an exhaustive UI-equivalence map. Missing for 10: explicit statement or audit confirming all UI actions have API equivalents, and coverage of less common UI workflows (e.g., compliance docs, benefits admin) via API.

                      • [claimed-docs] POST https://api.letsdeel.com/rest/contracts
                      • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
                      • [claimed-docs] the `createTimeOffRequest` tool submits a time-off request
                      • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
                      • [claimed-docs] listOfContracts | List contracts in the organization
                      • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
                      • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
                      • [claimed-docs] The API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
                    2. ai-native userExport all of my data in open formats and leave

                      weight 3 · round to Deel
                      Ripplingnone0/10

                      No evidence of any data export/portability feature in open formats, nor mention of account closure/data takeout; evidence covers payroll, benefits, integrations, and CLI for app development, none addressing exportability or vendor lock-in exit. Missing for 10: bulk/open-format data export tools, documented offboarding data portability, or any explicit anti-lock-in export commitment.

                        Deel's REST API lets you programmatically retrieve contracts, workers, and payroll data in JSON (an open format) via endpoints like listOfContracts, which could support partial self-service extraction, but there is no documented bulk 'export all my data' feature, account-closure/offboarding data-export workflow, or explicit data-portability guarantee. missing for 10: dedicated full-account data export tool, documented account termination/data takeout process, independent confirmation that all data types (payroll, docs, history) are exportable.

                        • [claimed-docs] POST https://api.letsdeel.com/rest/contracts
                        • [claimed-docs] listOfContracts | List contracts in the organization
                        • [claimed-docs] # Create a contractor contract POST https://api.letsdeel.com/rest/contracts
                        • [claimed-docs] Deel supports two authentication methods: ... API tokens ... OAuth2

                      Payroll runs — stories about payroll runs in this arenaPayroll runs

                      Stories about payroll runs in this arena

                      Ai payroll ops

                      1. ai-native userHave an agent run a payroll preview via the API and surface anomalies for review before I approve the run

                        weight 3 · round to Rippling
                        Ripplingpartialclaimed3/10

                        Rippling documents a pay-run comparison feature to catch discrepancies before approval (rippling-docs-1) and offers general developer APIs/sandbox for building custom integrations (rippling-docs-8, rippling-docs-43), which could theoretically support an agent-driven payroll preview workflow. However, there is no evidence of a specific payroll preview API endpoint, anomaly-surfacing mechanism accessible programmatically, or any agent/AI integration example for this exact workflow. Missing for 10: a documented payroll preview API endpoint, anomaly-detection API output format, and any evidence of an agent actually using the API to run a preview and flag anomalies before approval.

                        • [claimed-docs] Rippling lets you compare your current pay run with previous ones to catch discrepancies before final approval.
                        • [claimed-docs] Access to developer documentation and sandbox environment
                        • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
                        Deelnone0/10

                        Evidence shows Deel's API/MCP exposes contracts, time-off, and EOR cost-comparison tools, and general marketing about running global payroll, but there is no documented payroll-run preview endpoint, no anomaly-detection capability, and no approval workflow surfaced via API/MCP.

                        • [claimed-docs] calculateEorVersusEntityHiringCosts | Compare EOR versus entity hiring costs
                        • [claimed-docs] listOfContracts | List contracts in the organization
                        • [claimed-docs] createTimeOffRequest | Create a time-off request
                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…

                      Pay runs

                      1. ops userCancel or correct a submitted payroll before employees are paid

                        weight 2 · round drawn
                        Ripplingnone0/10

                        Evidence only covers catching discrepancies before final approval (pre-submission) and general run-payroll flexibility, but nothing documents an ability to cancel or correct a payroll run that has already been submitted, before employees are actually paid. Missing for 10: any documentation of a 'void/cancel run' or 'off-cycle correction' feature, or evidence of a workflow to halt payment after submission.

                        • [claimed-docs] Rippling lets you compare your current pay run with previous ones to catch discrepancies before final approval.
                        • [claimed-docs] Run payroll on your schedule Stay flexible and process payroll as often as you need — at no extra charge.
                        Deelnone0/10

                        The evidence pack shows Deel's payroll processing, API/MCP tooling, and general platform capabilities, but nothing documents an ability to cancel or correct a submitted payroll run before employees are paid; no API endpoint, MCP tool, or docs reference this workflow. Community comments discuss unrelated complaints (data privacy, wallet terms) and don't address payroll correction/cancellation.

                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                        • [claimed-docs] Process payroll globallyConsolidate multiple vendors
                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                      2. ops userRun an off-cycle payroll for bonuses, corrections, or terminations outside the regular schedule

                        weight 3 · round to Rippling
                        Ripplingpartialclaimed6/10

                        Rippling's docs explicitly support adding one-off bonuses to payroll and running payroll 'as often as you need' rather than on a fixed schedule, which covers the core off-cycle bonus/correction use case, but there's no explicit mention of termination-triggered off-cycle runs or independent/hands-on confirmation of the workflow. Missing for 10: explicit termination off-cycle run support, independent user corroboration of off-cycle payroll UX.

                        • [claimed-docs] Add one-off bonuses to payroll in seconds.
                        • [claimed-docs] Run payroll on your schedule Stay flexible and process payroll as often as you need — at no extra charge.
                        • [claimed-docs] With Rippling, HR data—like new hires, salary changes, and benefits deductions—flow directly and automatically into Payroll.
                        Deelnone0/10

                        The evidence pack shows general global payroll processing capability (docs-11, docs-19, docs-24) but contains no mention of off-cycle payroll runs, bonus payments, correction runs, or termination-related payroll outside the regular schedule. A community report even notes that 'any exceptions to the rigid workflow breaks the entire process' (deel-comm-3), suggesting non-standard payroll actions may not be well supported, but this is not concrete enough to call it disputed—there's simply no direct evidence the feature exists.

                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                        • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…
                        • [community] how terrible is it to deal with deel? ...any exceptions to the rigid workflow breaks the entire process. Customer service is completely help…
                      3. ops userRun a full payroll cycle end-to-end — review hours and earnings, preview totals, and submit — in one flow

                        weight 3 · round to Rippling
                        Ripplingpartialcommunity7/10

                        Docs describe the core elements of the story: reviewing timesheets inside a pay run, comparing totals against previous runs, adding one-off items, and submitting on a schedule, which together map to review→preview→submit. However, evidence is entirely first-party marketing copy with no independent walkthrough confirming a single unified flow, and community reports flag real-world payroll execution failures (delayed payouts, CSV errors) that raise reliability concerns around the run process. Missing for 10: independent/hands-on confirmation of the actual UI flow, and resolution of community-reported run-time reliability issues.

                        • [claimed-docs] Rippling lets you compare your current pay run with previous ones to catch discrepancies before final approval.
                        • [claimed-docs] Approved hours from T&A flow instantly to Payroll—no more manual data entry or syncing issues. You can even review timesheets right inside e…
                        • [claimed-docs] Add one-off bonuses to payroll in seconds.
                        • [claimed-docs] Run payroll on your schedule Stay flexible and process payroll as often as you need — at no extra charge.
                        • [claimed-docs] We automatically calculate payroll taxes and file them with the correct federal, state, and local agencies at precisely the right time.
                        • [community] SF payroll firm Rippling delayed payouts after SVB collapse; some paychecks arrived late due to bank transition, but Rippling covered overdr…
                        • [community] Someone put an extra comma in a CSV file and payroll was delayed for about 20k US employees who did not get paid timely. They covered any ov…

                        Deel's marketing pages claim it can 'run accurate, compliant payroll' and 'process payroll globally' across 150+ countries, implying payroll execution capability, but there is no documentation of the actual end-to-end flow (reviewing hours/earnings, previewing totals, submitting) as a single unified action — the API/MCP evidence only covers contracts, time-off requests, and cost comparisons, not a payroll run review-preview-submit sequence. Missing for 10: explicit description or screenshot/API of the review-hours step, a totals-preview step, and a single submit action tying them together.

                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                        • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…
                        • [claimed-docs] Process payroll globallyConsolidate multiple vendors
                        • [claimed-docs] Consolidate multiple vendors

                      Pay schedules

                      1. ops userSet up multiple pay schedules (weekly, biweekly, semimonthly, monthly) across different teams

                        weight 2 · round to Rippling
                        Ripplingpartialclaimed3/10

                        Rippling's payroll docs only mention flexible run frequency ('process payroll as often as you need') without detailing distinct weekly/biweekly/semimonthly/monthly schedules or per-team configuration. missing for 10: explicit documentation of multiple concurrent pay schedule types, evidence of assigning different schedules to different teams/departments, and any hands-on confirmation of this setup.

                        • [claimed-docs] Run payroll on your schedule Stay flexible and process payroll as often as you need — at no extra charge.
                        Deelnone0/10

                        Evidence pack covers Deel's global payroll marketing claims, API/MCP docs, and community complaints, but nothing specifically documents configuring multiple pay schedules (weekly, biweekly, semimonthly, monthly) across different teams. Missing for 10: any docs, UI screenshots, or API reference showing pay schedule/frequency configuration per team.

                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                        • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                        • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…

                      Payment speed

                      1. founderPay employees by fast (next-day or 2-day) direct deposit instead of writing checks

                        weight 2 · round drawn
                        Ripplingnone0/10

                        The evidence pack describes payroll scheduling flexibility, tax filing, and HR-to-payroll data flow, but nowhere claims or documents a specific fast (next-day or 2-day) direct deposit turnaround for employees. Community evidence even references payroll delays (SVB transition, CSV error) rather than confirming fast deposit speed, so there's no basis to credit this specific capability.

                        • [claimed-docs] Run payroll on your schedule Stay flexible and process payroll as often as you need — at no extra charge.
                        • [claimed-docs] We automatically calculate payroll taxes and file them with the correct federal, state, and local agencies at precisely the right time.
                        • [community] SF payroll firm Rippling delayed payouts after SVB collapse; some paychecks arrived late due to bank transition, but Rippling covered overdr…
                        • [community] Someone put an extra comma in a CSV file and payroll was delayed for about 20k US employees who did not get paid timely. They covered any ov…
                        Deelnone0/10

                        The evidence pack contains general claims about running global payroll (150+ countries, unified data) but no specific mention of direct deposit speed (next-day or 2-day) or check-replacement wire/ACH capability for employees. Community evidence even suggests Deel pushed a proprietary 'Deel Wallet' card rather than standard bank deposit, but this isn't framed against a documented claim. Missing for 10: any documentation of direct deposit timing, ACH/bank transfer speed, or comparison to check payments.

                        Platform embedded — stories about platform embedded in this arenaPlatform embedded

                        Stories about platform embedded in this arena

                        Embedded payroll

                        1. developerEmbed white-label payroll into my own product through a partner API

                          weight 3 · round to Deel
                          Ripplingnone0/10

                          Rippling's developer evidence covers building integrations/apps on top of its platform (docs, sandbox, App Shop, CLI, extensions) but nothing indicates a partner API for white-labeling Rippling's payroll engine inside a third party's own product. Missing for 10: any mention of embedded/white-label payroll API, partner/reseller program, or evidence of other companies embedding Rippling payroll under their own brand.

                          • [claimed-docs] Access to developer documentation and sandbox environment
                          • [claimed-docs] Publish to the Rippling App Shop and unlock support through our Choice program.
                          • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
                          • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…

                          Deel exposes a documented REST API and MCP tools for contracts, payroll, and time-off data (e.g., deel-docs-1, deel-docs-11, deel-docs-19, deel-docs-27) that a developer could integrate into their own product, with OAuth2/API tokens and a sandbox for testing (deel-docs-3, deel-docs-26, deel-docs-28). However, none of the evidence mentions a formal 'white-label' or partner-branding program, reseller terms, or embedded-finance partnership model — the API is presented as direct integration, not white-label embedding. Missing for 10: explicit white-label/partner API program docs, branding customization options, and partner agreement terms.

                          • [claimed-docs] POST https://api.letsdeel.com/rest/contracts
                          • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                          • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                          • [claimed-docs] Deel supports two authentication methods: ... API tokens ... OAuth2
                          • [claimed-docs] OAuth 2.0 is the industry-standard protocol for authorization. It allows your app to access specific data in user accounts with explicit use…
                          • [claimed-docs] The API Sandbox is a **separate testing environment** where you can safely test API calls without affecting real data or production systems.
                          • [claimed-docs] The Deel API Sandbox is a **completely isolated testing environment** that mirrors production functionality without affecting real data, tri…

                        Payroll events

                        1. developerSubscribe to payroll lifecycle events (payroll processed, employee onboarded, payment failed) via webhooks to drive downstream automations

                          weight 2 · round to Deel
                          Ripplingnone0/10

                          Evidence shows Rippling has developer APIs, a CLI, sandbox, and workflow automation triggers (e.g. Slack/Zendesk workflows) but nowhere describes webhook subscriptions for payroll lifecycle events like payroll processed, employee onboarded, or payment failed. Without concrete evidence of this webhook capability, the story is unsupported despite the axis being plausible for a platform with APIs.

                          • [claimed-docs] Access to developer documentation and sandbox environment
                          • [claimed-docs] Use Rippling’s platform capabilities to run reports across your third-party app data or trigger workflows–like automating a Slack alert base…
                          • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
                          • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…

                          Deel's docs confirm a webhooks system delivering real-time notifications for 'key platform events' with HMAC-SHA256 signed payloads, avoiding polling — directly supporting event-driven downstream automation. However, the evidence never enumerates specific payroll lifecycle events like 'payroll processed', 'employee onboarded', or 'payment failed', so it's unclear the exact event catalog matches the story's examples. Missing for 10: an explicit list of supported webhook event types/payloads, and any hands-on/community confirmation of reliability in production use.

                          • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…
                          • [claimed-docs] Webhooks are secured using HMAC-SHA256 signatures

                        Privacy posture — data-handling and privacy storiesPrivacy posture

                        Data-handling and privacy stories

                        1. ai-native userChoose where my data is stored (region/residency)

                          weight 2 · round drawn
                          Ripplingnone0/10

                          No evidence in the pack addresses data residency, regional storage choice, or data localization controls for Rippling; all citations concern payroll, benefits, HR workflows, integrations, or unrelated security incidents. missing for 10: any mention of data residency/region selection, storage location controls, or compliance certifications tied to geographic data storage.

                            Deelnone0/10

                            No evidence pack items mention data residency, region selection, or where data is stored; the API/MCP/sandbox docs cover functionality but not storage location or residency controls. Community items are unrelated to data residency and are ignored. missing for 10: any documentation of region/residency options, data center locations, or configurable data storage location.

                            • ai-native userPrevent my data from being used to train AI models

                              weight 3 · round drawn
                              Ripplingnone0/10

                              No evidence in the pack addresses AI training data opt-out or data usage controls for AI models; Rippling's docs focus on HR/payroll AI features (e.g., report building, benefits assistance) but never mention training-data policies or opt-out controls.

                                Deelnone0/10

                                The evidence pack contains no documentation, settings, or policy statements about opting out of AI model training on user data—only API/MCP integration docs and unrelated community complaints about data sharing for marketing. Since Deel exposes workforce data via MCP to AI agents, this is a fair privacy question, but nothing in the pack addresses training-data controls.

                                • ai-native userControl data retention and deletion

                                  weight 2 · round drawn
                                  Ripplingnone0/10

                                  No evidence in the pack addresses data retention policies, deletion controls, or AI-specific data handling for user-controlled deletion; all citations concern payroll, benefits, HR, and integrations features unrelated to data retention/deletion controls.

                                    Deelnone0/10

                                    No evidence pack item describes any Deel feature letting an AI-native user configure data retention periods or delete data used by AI agents/MCP integrations; sandbox reset only pertains to test data, not production or AI-agent data. Community reports (deel-comm-1) even suggest Deel retains and reuses data (e.g., marketing outreach) beyond user control, but this doesn't confirm a specific retention/deletion control feature exists to be disputed.

                                    • ai-native userOpt out of telemetry and usage tracking

                                      weight 2 · round drawn
                                      Ripplingnone0/10

                                      No evidence anywhere in the pack about telemetry collection, usage tracking, or an opt-out mechanism for Rippling's platform, CLI, or developer tools; the pack only covers payroll/HR/benefits features and unrelated security incidents.

                                        Deelnone0/10

                                        No evidence pack item addresses telemetry/usage-tracking opt-out controls for Deel's platform, API, or MCP server; community evidence even raises concerns about Deel using customer/worker data for its own marketing purposes, but nothing documents an opt-out mechanism one way or the other.

                                        Reporting accounting — stories about reporting accounting in this arenaReporting accounting

                                        Stories about reporting accounting in this arena

                                        Accounting sync

                                        1. ops userSync payroll journal entries automatically to my accounting software like QuickBooks or Xero

                                          weight 3 · round to Rippling
                                          Ripplingpartialclaimed5/10

                                          Rippling explicitly claims integration with QuickBooks, Xero, and NetSuite for accounting sync (rippling-docs-14), plus general automatic data-flow claims (rippling-docs-13, rippling-docs-10). However, there is no detail on how payroll journal entries specifically map/sync, no documentation of configuration, sync frequency, or error-handling, and no independent/hands-on corroboration confirming this works reliably in practice. Missing for 10: technical details on journal entry mapping, sync frequency/reliability, and independent verification of the accounting sync working correctly.

                                          • [claimed-docs] Integrate with industry-leading accounting systems like Xero, QuickBooks, and NetSuite.
                                          • [claimed-docs] With Rippling, HR data—like new hires, salary changes, and benefits deductions—flow directly and automatically into Payroll.
                                          • [claimed-docs] Using multiple systems for your global team? That creates data silos and busy work. Rippling unifies all your systems.
                                          Deelnone0/10

                                          Evidence covers Deel's global payroll processing, API/webhooks, sandbox, and MCP server, but there is no mention of a QuickBooks/Xero accounting sync or automated GL journal-entry export capability anywhere in the pack.

                                          • ai-native userHave an agent pull payroll journal data via API or export and reconcile the entries into my ledger

                                            weight 3 · round to Deel
                                            Ripplingpartialclaimed4/10

                                            Rippling documents integrations with accounting systems (Xero, QuickBooks, NetSuite) and offers developer APIs/sandbox and a CLI for building custom integrations, which could support pulling payroll data programmatically, but there is no explicit mention of a payroll journal export/API or agent-driven reconciliation workflow into a ledger. missing for 10: explicit payroll journal API/export documentation, agent-specific reconciliation tooling, and any hands-on evidence of this exact workflow.

                                            • [claimed-docs] Integrate with industry-leading accounting systems like Xero, QuickBooks, and NetSuite.
                                            • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
                                            • [claimed-docs] Access to developer documentation and sandbox environment
                                            • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…

                                            Deel's API and MCP server expose payroll data (and contracts, people, time data) that an agent could pull via API calls or MCP tools like listOfContracts, and sandbox/webhook infrastructure supports building such integrations. However, there is no explicit evidence of a 'payroll journal' entry format, GL-code export, or reconciliation-into-ledger capability (e.g., no mention of accounting export formats or ledger-sync tools). missing for 10: dedicated payroll journal/GL export endpoint, explicit reconciliation or ledger-sync tooling, evidence of accounting-system integration.

                                            • [claimed-docs] Connect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP …
                                            • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                            • [claimed-docs] The Deel MCP server exposes tools that map to Deel API operations. Each tool accepts structured input parameters and returns JSON results.
                                            • [claimed-docs] listOfContracts | List contracts in the organization
                                            • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…
                                            • [claimed-docs] Deel Webhooks deliver real-time notifications for key platform events, allowing you to build efficient and responsive integrations without r…

                                          Reports

                                          1. ops userGenerate payroll registers and gross-to-net reports and export them for analysis

                                            weight 2 · round drawn
                                            Ripplingnone0/10

                                            The evidence pack describes general payroll processing, tax filing, and some reporting/dashboard capabilities (e.g. docs-34, docs-5), but never mentions payroll registers, gross-to-net reports, or exporting such reports for analysis. Missing for 10: any documentation of payroll register generation, gross-to-net report format, or export functionality (CSV/PDF) for these specific reports.

                                              Deelnone0/10

                                              Evidence confirms Deel runs global payroll and exposes payroll data via API/MCP, but there is no mention of payroll register reports, gross-to-net breakdowns, or export/analysis features for ops users. Missing for 10: payroll register report generation, gross-to-net report format, export functionality (CSV/Excel) for analysis.

                                              • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                              • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                              • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…

                                            Tax compliance — stories about tax compliance in this arenaTax compliance

                                            Stories about tax compliance in this arena

                                            Compliance monitoring

                                            1. founderGet proactive alerts when a new hire, location, or law change creates a compliance obligation

                                              weight 2 · round to Rippling
                                              Ripplingpartialclaimed4/10

                                              Rippling documents automatic application of location-based labor policies and flags of potential risks tied to an employee's work location (docs-26/45), plus configurable workflow notifications for 'important changes' (docs-3) and automatic tax filing (docs-40/44), which together gesture at proactive compliance alerting. However, there is no explicit evidence of alerts specifically triggered by a new hire or by legal/regulatory changes (e.g., new state tax registration requirements), only location-based labor-policy risk flags within time-and-attendance. Missing for 10: dedicated compliance-alert feature tied to new-hire events, explicit law-change monitoring/alerting, and independent confirmation of these alerts working in practice.

                                              • [claimed-docs] Rippling automatically applies the correct labor policies—from overtime to breaks—based on location, and flags potential risks based on each…
                                              • [claimed-docs] Rippling automatically applies the correct labor policies—from overtime to breaks—based on location, and flags potential risks based on each…
                                              • [claimed-docs] Easily build custom workflows to notify people of important changes and automate administrative tasks—like triggering a reminder to pay a bo…
                                              • [claimed-docs] We automatically calculate payroll taxes and file them with the correct federal, state, and local agencies at precisely the right time.
                                              Deelnone0/10

                                              Evidence covers Deel's API, MCP server, sandbox, and general payroll/compliance marketing claims, but nothing describes proactive alerts or notifications tied to compliance obligations triggered by new hires, location changes, or law changes; webhooks exist for platform events generally, not compliance-specific alerting. Community evidence is unrelated to this axis. No evidence of a compliance-alerting feature.

                                              Tax filing

                                              1. ops userHave federal, state, and local payroll taxes calculated, filed, and remitted automatically

                                                weight 3 · round to Rippling
                                                Ripplingfullclaimed8/10

                                                Rippling's docs explicitly claim automatic calculation and filing of payroll taxes with correct federal, state, and local agencies at the right time, plus automatic tax calculation/filing worldwide, directly matching the story. Evidence is vendor-sourced only, with no independent/hands-on corroboration of tax filing accuracy or remittance specifics; missing for 10: independent verification of accurate multi-jurisdiction filing/remittance, details on handling agency notices or penalty guarantees.

                                                • [claimed-docs] We automatically calculate payroll taxes and file them with the correct federal, state, and local agencies at precisely the right time.
                                                • [claimed-docs] Rippling instantly calculates and files payroll taxes for your employees worldwide.
                                                Deelnone0/10

                                                Evidence only offers generic claims of 'automated compliance' and global payroll processing across 150+ countries, with no specific mention of federal/state/local tax calculation, filing, or remittance automation for US payroll. Missing for 10: any documentation of US tax jurisdiction handling, filing cadence, remittance to tax authorities, or compliance guarantees specific to federal/state/local payroll taxes.

                                                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                                • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…
                                              2. ops userRun payroll for employees across multiple states with the right registrations and withholdings per state

                                                weight 3 · round to Rippling
                                                Ripplingpartialclaimed6/10

                                                Rippling documents automatic multi-state payroll tax calculation and filing with federal, state, and local agencies, plus location-based labor policy application (overtime, breaks) which supports multi-state compliance. However, there is no explicit mention of state tax registration handling, new-state onboarding workflows, or independent/hands-on verification of accuracy across states. Missing for 10: evidence of state registration setup/automation, third-party/hands-on validation of multi-state accuracy, and detail on withholding setup per state.

                                                • [claimed-docs] We automatically calculate payroll taxes and file them with the correct federal, state, and local agencies at precisely the right time.
                                                • [claimed-docs] Rippling automatically applies the correct labor policies—from overtime to breaks—based on location, and flags potential risks based on each…
                                                • [claimed-docs] Rippling automatically applies the correct labor policies—from overtime to breaks—based on location, and flags potential risks based on each…
                                                • [claimed-docs] Rippling instantly calculates and files payroll taxes for your employees worldwide.

                                                Deel's marketing pages claim 'automated compliance' and payroll processing across 150+ countries, implying broad tax/compliance handling, but no evidence specifically addresses U.S. multi-state payroll registrations or per-state withholding mechanics. Missing for 10: documentation on state-specific tax registration setup, per-state withholding calculation details, and any hands-on/independent verification of multi-state payroll accuracy.

                                                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                                • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                                • [claimed-docs] Run accurate, compliant payroll for employees, contractors, and EOR workers across 150+ countries with unified data, automated compliance, a…
                                                • [claimed-docs] Process payroll globallyConsolidate multiple vendors
                                              3. ops userHave W-2s and 1099s generated and distributed to workers automatically at year-end

                                                weight 3 · round to Rippling
                                                Ripplingpartialclaimed5/10

                                                Rippling's payroll docs show it automatically calculates and files payroll taxes with agencies and lets employees view 'tax forms' (implying W-2/1099s) alongside pay stubs, suggesting year-end forms are generated and made accessible, but there's no explicit documentation describing automatic W-2/1099 generation, e-filing to SSA/IRS, or proactive distribution timing at year-end. Missing for 10: explicit description of automatic W-2/1099 generation process, confirmation of e-filing with tax authorities, and evidence of proactive distribution (email/notification) to workers at year-end rather than just on-demand viewing.

                                                • [claimed-docs] Reduce HR requests by letting current and past employees view pay stubs and tax forms at any time.
                                                • [claimed-docs] We automatically calculate payroll taxes and file them with the correct federal, state, and local agencies at precisely the right time.
                                                Deelnone0/10

                                                Evidence pack covers Deel's API, MCP server, sandbox, and general global payroll/EOR marketing claims, but contains no mention of W-2/1099 tax form generation or year-end distribution to workers.

                                                Time pto — stories about time pto in this arenaTime pto

                                                Stories about time pto in this arena

                                                Time off

                                                1. ops userDefine PTO policies with accruals and approvals that apply automatically to payroll

                                                  weight 2 · round to Rippling
                                                  Ripplingpartialclaimed5/10

                                                  Evidence confirms employees can request time off and that time-off data syncs automatically into payroll (rippling-docs-28, rippling-docs-18, rippling-docs-25), implying some PTO-to-payroll integration, but there is no documentation of configurable accrual rules or an approval workflow specific to PTO policies. Missing for 10: explicit accrual policy configuration, approval workflow steps for PTO requests, and any independent confirmation of automatic policy enforcement.

                                                  • [claimed-docs] Let employees clock in, request time off, and view timesheets—all in a single, easy-to-use app.
                                                  • [claimed-docs] Sync hours, time off, deductions, and more with payroll from a single global system.
                                                  • [claimed-docs] Approved hours from T&A flow instantly to Payroll—no more manual data entry or syncing issues. You can even review timesheets right inside e…
                                                  Deelnone0/10

                                                  Evidence only shows a generic 'createTimeOffRequest' MCP/API tool for submitting a time-off request; there is no documentation of defining PTO accrual policies, approval workflows, or automatic application of those policies to payroll runs. missing for 10: PTO policy configuration, accrual rule definitions, approval workflow documentation, and evidence linking time-off data to payroll processing.

                                                  • [claimed-docs] the `createTimeOffRequest` tool submits a time-off request
                                                  • [claimed-docs] createTimeOffRequest | Create a time-off request
                                                  • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…

                                                Time tracking

                                                1. ops userHave hourly time entries and overtime flow directly into the payroll run

                                                  weight 2 · round to Rippling
                                                  Ripplingfullclaimed8/10

                                                  Rippling's docs explicitly state approved hours from Time & Attendance flow instantly into Payroll with no manual entry, and that it automatically applies correct overtime/labor policies by location, flagging risks before payroll runs — directly matching the story of hourly entries and overtime flowing into payroll. Missing for 10: independent/hands-on verification of overtime calculation accuracy and no first-hand customer account of the payroll-time sync working end-to-end.

                                                  • [claimed-docs] Approved hours from T&A flow instantly to Payroll—no more manual data entry or syncing issues. You can even review timesheets right inside e…
                                                  • [claimed-docs] Rippling automatically applies the correct labor policies—from overtime to breaks—based on location, and flags potential risks based on each…
                                                  • [claimed-docs] Rippling automatically applies the correct labor policies—from overtime to breaks—based on location, and flags potential risks based on each…
                                                  • [claimed-docs] Surface duplicate punches, missed clock-outs, and shift mismatches before payroll runs, not after.
                                                  • [claimed-docs] Sync hours, time off, deductions, and more with payroll from a single global system.
                                                  Deelnone0/10

                                                  Evidence shows Deel's payroll platform and MCP tools cover contracts, people, payroll, and time-off requests, but nothing documents hourly time entry tracking or overtime calculations flowing into a payroll run. Missing for 10: hourly time entry logging, overtime calculation rules, and explicit integration of time-tracking data into payroll processing.

                                                  • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                                  • [claimed-docs] Pay every worker type, in every country, from one platform. Run accurate, compliant payroll for employees, contractors, and EOR workers acro…
                                                  • [claimed-docs] createTimeOffRequest | Create a time-off request
                                                  • [claimed-docs] Each tool maps to a Deel API operation. For example, the `listOfContracts` tool retrieves contracts, and the `createTimeOffRequest` tool sub…

                                                Not comparable on these axes

                                                1. ai-native userPlug MCP servers into this product so it can use their tools

                                                  weight 3 · not comparable
                                                  Ripplingnone0/10

                                                  Evidence pack shows Rippling's integration platform, extensions, developer APIs, sandbox, and CLI (rippling-docs-7,8,9,43; rippling-gh-1) but no mention of MCP (Model Context Protocol) support or the ability to plug in MCP servers for tool use. The axis is plausible for a platform with an integrations ecosystem and AI features, but no evidence confirms this capability exists.

                                                  • [claimed-docs] Leverage Rippling extensions and development kits
                                                  • [claimed-docs] Access to developer documentation and sandbox environment
                                                  • [claimed-docs] Publish to the Rippling App Shop and unlock support through our Choice program.
                                                  • [claimed-docs] Leverage Rippling’s unified platform and APIs to build custom apps that extend functionality across HR, IT, and finance.
                                                  • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
                                                  Deeln/a

                                                  Deel is a workforce/payroll SaaS platform, not an AI agent or assistant host; all evidence describes Deel exposing its own MCP server so external agents (Claude, ChatGPT, etc.) can call Deel's tools, which is the opposite direction from this story of plugging external MCP servers into Deel itself. There is no evidence of any Deel-side agent or assistant that could act as an MCP client consuming other servers' tools, making this axis a category mismatch for this product.

                                                  • [claimed-docs] Connect AI agents to workforce data Expose contracts, people, payroll, and time data to Claude, ChatGPT, or your own agent with Deel's MCP …
                                                  • [claimed-docs] The Deel MCP server exposes Deel platform operations as tools that AI agents and assistants can invoke directly.
                                                  • [claimed-docs] The Deel MCP server is compatible with any client that implements the Model Context Protocol over HTTP transport.
                                                2. ai-native userRead the product's source under an open license

                                                  weight 2 · not comparable
                                                  Ripplingnone0/10

                                                  Evidence shows Rippling is a closed commercial SaaS platform with a CLI repo on GitHub, but nothing indicates the core product source is available under an open license; the CLI repo's license status is not documented as open.

                                                  • [github] The Flux commands as part of the Rippling CLI allow both first-party and third-party App developers to create, manage and deploy Rippling-ho…
                                                  • [probe] official CLI documented at https://github.com/Rippling/rippling-cli
                                                  Deeln/a

                                                  Deel is a closed-source, proprietary SaaS HR/payroll platform, not an open-source project; publishing source code under an open license is not a plausible axis for this kind of commercial service product.

                                                  • ai-native userSelf-host the core product

                                                    weight 3 · not comparable
                                                    Ripplingn/a

                                                    Rippling is a cloud-based HR/payroll/IT SaaS platform with no evidence of, or plausible expectation for, a self-hostable core product; self-hosting is not a fair axis for this category of managed compliance-heavy SaaS.

                                                      Deeln/a

                                                      Deel is a SaaS HR/payroll platform, not open-source infrastructure meant to be self-hosted; self-hosting the core product is a category error for this kind of service.