Skip to content

Clerky wins · 153 (11 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 Clerky
    Clerkyfullprobed9/10

    Clerky's developer docs site serves a valid llms.txt (HTTP 200) with structured links to markdown-formatted docs pages, confirmed by direct probe evidence, satisfying the ability to point an agent at agent-oriented documentation. missing for 10: independent third-party confirmation of an agent successfully consuming the llms.txt in practice.

    • [probe] PROBE llms.txt: HTTP 200 at https://developers.clerky.com/llms.txt - [Lifecycle](https://developers.clerky.com/getting-started/lifecycle/ind…
    • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
    • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
    Firstbasenone0/10

    Firstbase is a business-formation/back-office SaaS, and while agent-oriented docs are a fair axis for any modern SaaS, a direct probe shows llms.txt returns 404 and no other agent-oriented documentation format is evidenced.

    • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
  2. ai-native userUse an official CLI

    weight 2 · round drawn
    Clerkynone0/10

    Clerky provides a Partner API and a remote MCP server, but no evidence of an official CLI tool for AI-native workflows; probes for docs/llms.txt found no CLI references.

    • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
    • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
    • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
    • [probe] PROBE llms.txt: HTTP 200 at https://developers.clerky.com/llms.txt - [Lifecycle](https://developers.clerky.com/getting-started/lifecycle/ind…
    Firstbasenone0/10

    No evidence of any official CLI tool; Firstbase is a business incorporation/back-office platform with no mention of developer tooling or CLI. Missing for 10: any CLI documentation, package, or reference whatsoever.

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

      weight 3 · round to Clerky
      Clerkypartialprobed6/10

      Clerky publishes real developer documentation for a Partner API (developers.clerky.com, discoverable via llms.txt) covering document-set lifecycle, form schemas, and endpoints like POST /v1/document_sets and GET forms, which is genuine documented programmatic access. However, the docs themselves state OAuth-based authentication is 'coming soon' and not yet live, meaning the API isn't fully operational for external partner integration yet, and scope is limited to Delaware C-Corp formations only. Missing for 10: live/functional authentication flow, evidence of broader API scope, and independent developer reports of successful integration.

      • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
      • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
      • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
      • [probe] PROBE llms.txt: HTTP 200 at https://developers.clerky.com/llms.txt - [Lifecycle](https://developers.clerky.com/getting-started/lifecycle/ind…
      Firstbasenone0/10

      No evidence of a documented public API; probes for llms.txt and OpenAPI/Swagger specs all returned 404, and no docs mention API access for AI-native or programmatic use.

      • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
      • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…
    • ai-native userBuild against official SDKs

      weight 2 · round to Clerky
      Clerkypartialprobed5/10

      Clerky publishes an official Partner API (REST, JSON schema-driven forms, document-set lifecycle) with docs and an llms.txt developer portal, plus a documented remote MCP server for AI assistants — both usable for programmatic/agentic integration. However there is no evidence of a packaged SDK (client libraries in Python/JS/etc.), and the API's OAuth authentication is explicitly still 'coming soon,' meaning full client access isn't yet live. Missing for 10: language-specific SDK packages, completed/live OAuth client registration, independent developer corroboration of successful integration.

      • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
      • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
      • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
      • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
      • [probe] PROBE llms.txt: HTTP 200 at https://developers.clerky.com/llms.txt - [Lifecycle](https://developers.clerky.com/getting-started/lifecycle/ind…
      • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
      Firstbasenone0/10

      Firstbase is a business incorporation/back-office service with no evidence of any SDK offering; probes for llms.txt and OpenAPI specs both returned 404s, and no docs mention SDKs at all.

      • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
      • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…
    • ai-native userSubscribe to events via webhooks

      weight 2 · round drawn
      Clerkynone0/10

      The Partner API docs explicitly describe a poll-based lifecycle model (create, submit, poll for state) rather than any webhook/event-subscription mechanism, and no evidence anywhere mentions webhooks or push notifications.

      • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
      • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
      Firstbasenone0/10

      No evidence of any webhook subscription capability, API, or event system in Firstbase's documentation; probes for OpenAPI/llms.txt both returned 404, and no docs mention webhooks at all.

      • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
      • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…

    Agentic features

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

      weight 2 · round drawn
      Clerkynone0/10

      Clerky is a legal document/formation platform with an MCP server and partner API for workflow automation, but there is no evidence of AI-generated insights or suggestions surfaced from the user's own data (e.g., analytics, recommendations, anomaly detection) inside the product. The MCP server exposes tools for AI assistants to act on data, not the product itself generating insights.

      • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
      • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
      Firstbasenone0/10

      No evidence of AI-generated insights, analytics, or suggestions within Firstbase's product; the pack only describes compliance, banking, mail, and accounting services delivered by humans or manual processes.

      • ai-native userSet up automations that run autonomously in the background

        weight 2 · round drawn
        Clerkynone0/10

        Clerky's MCP server and Partner API let AI assistants or partner products interactively invoke Clerky tools (with team-scoped OAuth access), but nothing in the evidence describes autonomous, unattended background automations (e.g., scheduled triggers, event-driven workflows) running without a live user/assistant session initiating each action.

        • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
        • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
        • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
        • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
        Firstbasenone0/10

        Firstbase is a company-formation/back-office service; nothing in the evidence describes AI-agent automation building, scheduling, or autonomous background workflows for users. No API, no llms.txt, no automation builder is documented — probes for openapi/llms.txt both 404.

        • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
        • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…
      • ai-native userOperate the product with natural-language commands

        weight 2 · round to Clerky
        Clerkypartialprobed7/10

        Clerky ships a live MCP server (mcp.clerky.com) enabling Claude/ChatGPT and other AI assistants to invoke Clerky tools with team-scoped access, which is the mechanism for natural-language operation; a probe confirms the endpoint is real and OAuth-gated rather than vaporware. Missing for 10: no hands-on transcript or independent report of actually issuing natural-language commands through the MCP tools, and no evidence of a broader in-app conversational/NL command interface beyond the MCP integration.

        • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
        • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
        • [probe] PROBE llms.txt: HTTP 200 at https://developers.clerky.com/llms.txt - [Lifecycle](https://developers.clerky.com/getting-started/lifecycle/ind…
        Firstbasenone0/10

        No evidence of any natural-language command interface, chat-based control, or AI-native operation; probes for llms.txt and OpenAPI both failed, and all docs describe a traditional web-form/dashboard business-services product.

        • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
        • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…

      Api quality

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

        weight 2 · round drawn
        Clerkynone0/10

        Clerky's developer docs describe the Partner API lifecycle, forms, and authentication in prose (clerky-docs-19/20/21) and llms.txt lists doc pages, but there is no evidence of an interactive API reference (e.g., Swagger/OpenAPI explorer) or runnable examples; explicit probes for openapi.json/swagger.json all returned 404 (clerky-probe-3).

        • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
        • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
        • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
        • [probe] PROBE openapi: all candidate paths 404 (https://handbooks.clerky.com/openapi.json, https://handbooks.clerky.com/swagger.json, https://handbo…
        • [probe] PROBE llms.txt: HTTP 200 at https://developers.clerky.com/llms.txt - [Lifecycle](https://developers.clerky.com/getting-started/lifecycle/ind…
        Firstbasenone0/10

        Firstbase is a business-formation/back-office platform; no evidence of any API reference, interactive docs, or runnable examples—probes for llms.txt and OpenAPI specs both returned 404.

        • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
        • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…
      2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

        weight 2 · round drawn
        Clerkynone0/10

        Clerky has a documented Partner API with REST endpoints and JSON schema forms, but explicit probes for OpenAPI/Swagger spec files (openapi.json, swagger.json, .well-known/openapi.json) all returned 404, and no docs page offers a downloadable machine-readable spec.

        • [probe] PROBE openapi: all candidate paths 404 (https://handbooks.clerky.com/openapi.json, https://handbooks.clerky.com/swagger.json, https://handbo…
        • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
        • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
        Firstbasenone0/10

        Probes explicitly show no OpenAPI/swagger spec exists at any expected location, and no docs mention a public API spec.

        • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…
      3. ai-native userRely on versioned APIs with a documented deprecation policy

        weight 2 · round drawn
        Clerkynone0/10

        The Partner API docs show endpoints prefixed with /v1/ but there is no evidence of a documented API versioning scheme, changelog, or deprecation policy anywhere in the docs, llms.txt index, or OpenAPI probes (which 404). Missing for 10: any explicit versioning/deprecation policy documentation, changelog, or migration guidance for breaking changes.

        • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
        • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
        • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
        • [probe] PROBE openapi: all candidate paths 404 (https://handbooks.clerky.com/openapi.json, https://handbooks.clerky.com/swagger.json, https://handbo…
        • [probe] PROBE llms.txt: HTTP 200 at https://developers.clerky.com/llms.txt - [Lifecycle](https://developers.clerky.com/getting-started/lifecycle/ind…
        Firstbasenone0/10

        No evidence of any public API, versioning scheme, or deprecation policy; probes for llms.txt and OpenAPI specs both returned 404, and Firstbase's docs focus entirely on incorporation/compliance services, not developer APIs.

        • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
        • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…

      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 drawn
        Clerkynone0/10

        Evidence shows Clerky's Partner API and MCP server operate on a single document set at a time (create, fill forms, submit, poll) with no batch/bulk endpoints or bulk document/task operations documented; task assignment features are per-item, not bulk. Missing for 10: any bulk create/update endpoint, batch API operations, or bulk import/export capability across multiple items.

        • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
        • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
        • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
        • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
        Firstbasenone0/10

        No evidence of any bulk/batch operations capability across items; Firstbase is a company formation/back-office service with no API or bulk automation features documented, and probes confirm no API/llms.txt exists.

        • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
        • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…

      Compliance registered agent — stories about compliance registered agent in this arenaCompliance registered agent

      Stories about compliance registered agent in this arena

      Compliance

      1. founderFile annual reports and franchise tax on time through the platform

        weight 2 · round to Firstbase
        Clerkynone0/10

        No evidence anywhere in the pack mentions annual report filing, franchise tax filing, registered agent services, or compliance deadline tracking; Clerky's documented scope is formation, equity, hiring, banking, and IRS forms only.

          Firstbasepartialcommunity6/10

          Firstbase documents a compliance dashboard showing per-state deadlines and required actions, registered agent service, and tax filing (extension filing, R&D eligibility) — covering the general mechanics of annual report/franchise tax compliance. However, evidence doesn't explicitly confirm automated annual report filing itself (vs. just deadline tracking), and a community report confirms users still must independently handle annual state filings/fees themselves. Missing for 10: explicit confirmation that Firstbase files annual reports/franchise tax on the founder's behalf (not just tracks deadlines), and independent verification of on-time filing success.

          • [claimed-docs] Get an instant overview of your company’s status in each state. Click on a state to view requirements, upcoming deadlines, and take any nece…
          • [claimed-docs] Need to expand your business to a new state? No problem. Just select a state on your compliance dashboard and we’ll take care of it for you.
          • [claimed-docs] Register for Payroll™ to compliantly hire remote employees, process payroll, and file tax returns. Available in all 50 states.
          • [claimed-docs] Subscribe by April 15 and we'll file an extension form ASAP
          • [community] Used Firstbase, it's cheaper and took me 2 weeks to get up and running. From Uganda. Firstbase supports Stripe, sets up US bank account with…
        • legal-ops leadSee a compliance calendar of upcoming filing deadlines and get reminders before each one

          weight 2 · round to Firstbase
          Clerkynone0/10

          No evidence in the pack of any compliance calendar, filing-deadline tracking, or reminder feature; Clerky's evidence covers document formation, collaboration, task assignment, and API/MCP integrations but nothing about deadline tracking or reminders.

            Firstbasepartialclaimed5/10

            Firstbase's registered-agent/compliance dashboard gives an overview of state-by-state status and upcoming deadlines (firstbase-docs-7, firstbase-docs-14), which is the closest match to a compliance calendar, but there's no evidence of proactive reminder/notification mechanisms (email/SMS alerts) before deadlines. missing for 10: explicit reminder/notification feature description, evidence of calendar/alert scheduling, independent confirmation the dashboard surfaces deadlines accurately.

            • [claimed-docs] Get an instant overview of your company’s status in each state. Click on a state to view requirements, upcoming deadlines, and take any nece…
            • [claimed-docs] Need to expand your business to a new state? No problem. Just select a state on your compliance dashboard and we’ll take care of it for you.
            • [claimed-docs] Your bookkeeper is always available to answer any questions about accounting dates, deadlines, regulations.
          • founderUse the platform as my registered agent and receive scanned legal mail and service of process digitally

            weight 2 · round to Firstbase
            Clerkynone0/10

            No evidence anywhere in the pack that Clerky offers registered agent services or digital mail/service-of-process scanning; its documented scope is document generation, e-signature, IRS filings, banking, and API/MCP integrations. Registered agent service is a plausible offering for a startup-formation platform, so absence of evidence yields 'none' rather than 'na'.

              Firstbasefullclaimed7/10

              Firstbase explicitly offers a Registered Agent service with compliance dashboard tracking deadlines/state requirements, and a virtual mailroom that scans mail into PDFs, which together cover the registered-agent-plus-digital-mail story. Missing for 10: explicit mention of 'service of process' handling, independent/hands-on confirmation of the registered agent mail-scanning workflow, and any user testimonial specifically validating this feature.

              • [claimed-docs] Appoint Firstbase as your Registered Agent — or switch if you already have one — and forget the stress of staying compliant.
              • [claimed-docs] Get an instant overview of your company’s status in each state. Click on a state to view requirements, upcoming deadlines, and take any nece…
              • [claimed-docs] Need to expand your business to a new state? No problem. Just select a state on your compliance dashboard and we’ll take care of it for you.
              • [claimed-docs] We’ll manage all your mail and securely convert them into easily viewable, high-resolution PDFs. Any action you can perform with email, you …

            Compliance agentic

            1. ai-native userDelegate an annual report or compliance filing to an agent that prepares it through the platform with minimal human input

              weight 2 · round to Clerky
              Clerkypartialprobed4/10

              Clerky offers a remote MCP server and Partner API that let an AI assistant interact with document sets, forms, and workflow state (clerky-docs-19/20/22), and IRS forms can be completed and submitted online (clerky-docs-5/15), suggesting some agent-driven compliance work is possible. However, the probe shows the MCP tools are read-only with team-scoped OAuth access (clerky-probe-5), and there is no evidence of an actual 'annual report' or ongoing compliance-filing product, nor of an agent completing filings end-to-end with minimal human input. missing for 10: evidence of annual report/compliance-filing capability specifically, evidence the MCP/API can autonomously submit filings (not just read/collect data), and confirmation that human sign-off isn't required at each step.

              • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
              • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
              • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
              • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
              • [claimed-docs] Use Clerky to complete IRS forms and submit them to the IRS, completely online. No need for a fax machine.
              • [claimed-docs] Use Clerky to complete IRS forms and submit them to the IRS, completely online. No need for a fax machine. 100% in-house, not outsourced.
              Firstbasenone0/10

              Firstbase offers a human-facing registered-agent and compliance dashboard, but there is no evidence of any AI-agent API, automation hooks, or delegation workflow that would let an AI agent prepare filings with minimal human input; probes even confirm no llms.txt or OpenAPI endpoint exists for programmatic/agentic access.

              • [claimed-docs] Get an instant overview of your company’s status in each state. Click on a state to view requirements, upcoming deadlines, and take any nece…
              • [claimed-docs] Need to expand your business to a new state? No problem. Just select a state on your compliance dashboard and we’ll take care of it for you.
              • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
              • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…

            Contract lifecycle — stories about contract lifecycle in this arenaContract lifecycle

            Stories about contract lifecycle in this arena

            Clm agentic

            1. ai-native userHave an agent monitor contract renewals and deadlines through the product's API and act before they lapse

              weight 2 · round drawn
              Clerkynone0/10

              Clerky's API and MCP server are scoped to formation document-set workflows (create, fill forms, sign, poll lifecycle state) — there is no evidence of tracking contract renewal dates, deadline alerts, or proactive lapse-prevention actions via the API or MCP tools.

              • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
              • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
              • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
              • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
              Firstbasenone0/10

              No evidence of any public API for agents to consume deadline/contract data; probes confirm no OpenAPI spec or llms.txt exists, and deadline tracking is described only as a manual dashboard feature, not an API-accessible capability. missing for 10: public API/webhook for deadlines, agent-actionable endpoints, any documentation of programmatic access.

              • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
              • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…
              • [claimed-docs] Get an instant overview of your company’s status in each state. Click on a state to view requirements, upcoming deadlines, and take any nece…
              • [claimed-docs] Need to expand your business to a new state? No problem. Just select a state on your compliance dashboard and we’ll take care of it for you.

            Document automation — stories about document automation in this arenaDocument automation

            Stories about document automation in this arena

            Doc api

            1. developerGenerate, populate, and send legal documents programmatically through a documented API

              weight 3 · round to Clerky
              Clerkypartialprobed5/10

              Clerky publishes a documented Partner API with concrete lifecycle steps (create document set, GET forms with json_schema, POST values, poll state) covering document generation and population (clerky-docs-19, clerky-docs-20). However, the API currently only supports Delaware C-Corp formations, OAuth-based authentication is explicitly stated as 'coming soon' rather than live (clerky-docs-21), and 'sending' is really 'user signs on Clerky' rather than a programmatic send step, so the story is only partially realized in production. Missing for 10: live/production authentication for partners, broader document-type coverage beyond formations, and independent/hands-on evidence of a working end-to-end integration.

              • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
              • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
              • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
              • [probe] PROBE llms.txt: HTTP 200 at https://developers.clerky.com/llms.txt - [Lifecycle](https://developers.clerky.com/getting-started/lifecycle/ind…
              Firstbasenone0/10

              No evidence of a documented API for generating, populating, or sending legal documents; probes for OpenAPI/llms.txt endpoints returned 404s, and all docs describe manual/back-office services, not developer APIs.

              • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
              • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…

            Equity fundraising — stories about equity fundraising in this arenaEquity fundraising

            Stories about equity fundraising in this arena

            Fundraising

            1. founderGenerate and sign SAFEs or convertible notes on standard terms without drafting from scratch

              weight 3 · round to Clerky

              Clerky's core startup product explicitly supports issuing SAFEs and convertible notes on standard forms with customizable key terms, collaborative editing, attorney review, and e-signature—removing the need to draft from scratch. Community feedback corroborates ease of use and frictionless process for founders using Clerky's paperwork workflows. Missing for 10: independent hands-on account of actually generating/signing a SAFE end-to-end and specifics on which standard SAFE variants (YC, pre/post-money) are supported.

              • [claimed-docs] Issue safes or convertible notes. Hire employees, consultants, and advisors, and issue stock or stock options as equity compensation.
              • [claimed-docs] Our software makes it easy to customize the key terms of the legal paperwork you're working on.
              • [claimed-docs] you can easily loop in your attorney to have them review and comment on the information you're entering.
              • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time.
              • [community] Wow, this is great. Props to the Clerky team. If this had existed in 2015 we would have used it, instead we paid a few thousand extra.
              • [community] We were among the first companies to use this product at Crowdbotics... the process was almost totally frictionless and Clerky's support was…
              Firstbasenone0/10

              Evidence covers incorporation, registered agent, banking, payroll, accounting, and tax services but contains no mention of SAFEs, convertible notes, or equity fundraising document generation.

              Hiring

              1. legal-ops leadRun hiring and equity paperwork — offer letters, confidentiality/IP agreements, and option grants — through the platform

                weight 2 · round to Clerky

                Clerky's own product docs explicitly cover hiring paperwork (offer/hiring workflows), confidentiality/IP agreements implied via founder/employee onboarding docs, and equity issuance (stock, stock options, safes, convertible notes) via a stock plan, plus attorney oversight/collaboration features for legal-ops review. Community reviews corroborate real-world use of the hiring/fundraising/maintenance packages. Missing for 10: explicit mention of confidentiality/IP agreement templates by name and independent case studies detailing legal-ops workflows specifically.

                • [claimed-docs] Issue safes or convertible notes. Hire employees, consultants, and advisors, and issue stock or stock options as equity compensation.
                • [claimed-docs] Adopt a stock plan to easily issue restricted stock or stock options to employees, consultants, and advisors.
                • [claimed-docs] Forming a startup on Clerky enables access to a legal dashboard that makes it easy to do additional legal paperwork.
                • [claimed-docs] you can easily loop in your attorney to have them review and comment on the information you're entering.
                • [community] Clerky gives me management tools (including the post-incorporation package: Fundraising, Hiring and Maintenance) although this does not give…
                Firstbasenone0/10

                Evidence covers incorporation, registered agent, banking, payroll registration, accounting, and tax filing, but nothing about offer letters, confidentiality/IP agreements, or option/equity grant paperwork for hiring.

                Esignature flows — stories about esignature flows in this arenaEsignature flows

                Stories about esignature flows in this arena

                Esign

                1. founderSend a document for legally binding e-signature to multiple recipients with routing

                  weight 3 · round to Clerky
                  Clerkypartialclaimed4/10

                  Clerky's document sets clearly involve multiple signers (collaborators, attorneys, co-founders) and a signing workflow (clerky-docs-13/17, clerky-docs-19/20), but this is signing within Clerky's own fixed legal document templates rather than a general-purpose 'send any document for signature with custom multi-recipient routing' capability. No evidence describes configurable signing order, roles, or routing logic for recipients. Missing for 10: explicit documentation of routing/sequencing controls, ability to send arbitrary documents (not just Clerky-generated ones) for signature, and independent confirmation of multi-recipient routing behavior.

                  • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time.
                  • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time. Rest easy knowing everyone is looking at t…
                  • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
                  • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
                  Firstbasenone0/10

                  No evidence in the pack mentions e-signature functionality, document routing, or multi-recipient signing workflows; Firstbase's evidence covers incorporation, compliance, banking, accounting, and mail services only.

                  Incorporation — stories about incorporation in this arenaIncorporation

                  Stories about incorporation in this arena

                  Formation

                  1. founderObtain a federal EIN for my new company through the platform

                    weight 2 · round to Clerky

                    Clerky explicitly advertises completing and submitting IRS forms (including EIN application, a core IRS form for new companies) fully online without fax, done in-house — clerky-docs-5/15. Community evidence corroborates general ease/friction of the incorporation process but doesn't specifically dispute the EIN step. Missing for 10: independent hands-on confirmation specifically of the EIN application step (vs. general process reviews) and detail on turnaround time.

                    • [claimed-docs] Use Clerky to complete IRS forms and submit them to the IRS, completely online. No need for a fax machine.
                    • [claimed-docs] Use Clerky to complete IRS forms and submit them to the IRS, completely online. No need for a fax machine. 100% in-house, not outsourced.
                    • [community] We were among the first companies to use this product at Crowdbotics... the process was almost totally frictionless and Clerky's support was…
                    Firstbasenone0/10

                    The evidence pack covers registered agent, banking, payroll, accounting, and mailroom services, but no citation explicitly states Firstbase files or obtains a federal EIN for the founder; the only EIN reference (docs-16) is about opening a bank account 'without an EIN', not about Firstbase obtaining one. Missing for 10: explicit documentation of an EIN application/filing service and any confirmation of turnaround time or IRS interaction.

                  2. founderIncorporate a Delaware startup end-to-end online, including the filing, bylaws, and initial board approvals

                    weight 3 · round to Clerky

                    Clerky is purpose-built for online Delaware incorporation, covering formation filing, customizable bylaws/legal documents, board approvals, and post-incorporation paperwork, corroborated by positive hands-on founder accounts of using it for incorporation. missing for 10: independent verification of the full end-to-end filing-to-board-approval flow (vs marketing pages), and a documented step-by-step walkthrough showing bylaws/board consent generation explicitly.

                    • [claimed-docs] Forming a startup on Clerky enables access to a legal dashboard that makes it easy to do additional legal paperwork.
                    • [claimed-docs] Our software makes it easy to customize the key terms of the legal paperwork you're working on.
                    • [claimed-docs] Issue safes or convertible notes. Hire employees, consultants, and advisors, and issue stock or stock options as equity compensation.
                    • [claimed-docs] Adopt a stock plan to easily issue restricted stock or stock options to employees, consultants, and advisors.
                    • [community] I used Clerky in 2016. I found them pleasant and easy to work with. Took the time to answer all of my questions. Prices quite reasonable.
                    • [community] We were among the first companies to use this product at Crowdbotics... the process was almost totally frictionless and Clerky's support was…
                    • [community] I love Stripe Atlas overall for fast/excellent UX, but Clerky supports PBCs and a higher degree of customization (eg useful for incorporatin…
                    Firstbasepartialcommunity3/10

                    Firstbase clearly offers a company-formation product (evidenced by the /incorporate-your-company URL and related account/banking setup features), and a community anecdote confirms users have used it to set up a US entity. However, no evidence explicitly describes Delaware-specific filing, bylaws generation, or initial board approval workflows. Missing for 10: explicit documentation of Delaware filing steps, bylaws templates/generation, and board consent/approval process.

                    • [claimed-docs] Open a business bank account without an EIN\*
                    • [community] Used Firstbase, it's cheaper and took me 2 weeks to get up and running. From Uganda. Firstbase supports Stripe, sets up US bank account with…
                  3. founderComplete post-incorporation setup — founder stock purchases, IP assignment, and 83(b) elections — with correct standard paperwork

                    weight 2 · round to Clerky

                    Clerky's docs confirm founder stock/equity issuance (clerky-docs-9, clerky-docs-16) and completing/submitting IRS forms online (clerky-docs-5, clerky-docs-15), which covers 83(b) elections, and community confirms a post-incorporation 'Maintenance' package (clerky-comm-3). However, IP assignment agreements are not explicitly named in the evidence pack, so full coverage of that specific document isn't directly confirmed. missing for 10: explicit documentation of IP assignment agreement generation, independent verification that 83(b) filings are correctly executed, and hands-on account of the full post-incorporation flow.

                    • [claimed-docs] Use Clerky to complete IRS forms and submit them to the IRS, completely online. No need for a fax machine.
                    • [claimed-docs] Issue safes or convertible notes. Hire employees, consultants, and advisors, and issue stock or stock options as equity compensation.
                    • [claimed-docs] Use Clerky to complete IRS forms and submit them to the IRS, completely online. No need for a fax machine. 100% in-house, not outsourced.
                    • [claimed-docs] Adopt a stock plan to easily issue restricted stock or stock options to employees, consultants, and advisors.
                    • [community] Clerky gives me management tools (including the post-incorporation package: Fundraising, Hiring and Maintenance) although this does not give…
                    Firstbasenone0/10

                    No evidence in the pack mentions founder stock purchase agreements, IP assignment agreements, or 83(b) election paperwork — Firstbase's documented offerings focus on registered agent, compliance dashboard, banking, accounting, and payroll services instead.

                    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 Clerky
                      Clerkypartialclaimed4/10

                      Clerky has a Partner API but it explicitly 'currently supports Delaware C-Corporation formations' only, a narrow subset of the 40+ products, safes, stock plans, hiring, banking integrations, and legal dashboard features described in the UI docs. OAuth authentication is also still 'coming soon,' meaning the API isn't even fully live yet, and there's no evidence of API coverage for post-formation workflows (safes, convertible notes, hiring, stock issuance, IRS filing, banking apps) that are core UI capabilities. Missing for 10: API coverage for post-incorporation products (safes, hiring, equity issuance, IRS/bank filings), live OAuth access, and evidence of parity across the 40+ advanced products.

                      • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
                      • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
                      • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
                      • [claimed-docs] Issue safes or convertible notes. Hire employees, consultants, and advisors, and issue stock or stock options as equity compensation.
                      • [claimed-docs] Attorney accounts get access to over 40 advanced products that are not publicly available.
                      • [claimed-docs] Apply for accounts with the most popular banks for startups. Pre-filled applications make it as easy as possible.
                      Firstbasenone0/10

                      No evidence of any public API at all — probes for llms.txt and OpenAPI/Swagger endpoints returned 404, and no docs mention an API for parity with UI features.

                      • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
                      • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…
                    2. ai-native userExport all of my data in open formats and leave

                      weight 3 · round drawn
                      Clerkynone0/10

                      No evidence of any bulk data export in open/standard formats (e.g., document download bundles, JSON/CSV exports of legal data) for users to take their data and leave; the Partner API and MCP server are designed for partner integrations/AI assistants working within Clerky, not full data portability/exit. Probes also show no llms.txt/docs export or export-oriented endpoints beyond the legal-workflow API.

                      • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
                      • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
                      • [probe] PROBE llms.txt: HTTP 404 at https://handbooks.clerky.com/llms.txt
                      • [probe] PROBE docs-md: HTTP 404 at https://handbooks.clerky.com/legal-concepts.md
                      • [probe] PROBE openapi: all candidate paths 404 (https://handbooks.clerky.com/openapi.json, https://handbooks.clerky.com/swagger.json, https://handbo…
                      Firstbasenone0/10

                      No evidence of any data export functionality in open formats; Firstbase is a business incorporation/back-office service with no documented export/portability feature, and probes for llms.txt and OpenAPI both 404.

                      • [probe] PROBE llms.txt: HTTP 404 at https://www.firstbase.io/llms.txt
                      • [probe] PROBE openapi: all candidate paths 404 (https://www.firstbase.io/openapi.json, https://www.firstbase.io/swagger.json, https://www.firstbase.…

                    Privacy posture — data-handling and privacy storiesPrivacy posture

                    Data-handling and privacy stories

                    1. ai-native userControl data retention and deletion

                      weight 2 · round drawn
                      Clerkynone0/10

                      No evidence in the pack addresses data retention policies, export, or deletion controls for user data within Clerky; the docs focus on formation, collaboration, and MCP/API features, none of which mention retention or deletion. Missing for 10: any documentation of data retention periods, deletion requests, or export/erasure controls.

                        Firstbasenone0/10

                        Firstbase is a company-formation/back-office platform; none of the evidence addresses AI data retention, data deletion controls, or privacy settings for AI-native use of user data. Absence of any mention of data retention/deletion policy means this applicable axis is unmet.

                        Templates library — stories about templates library in this arenaTemplates library

                        Stories about templates library in this arena

                        Templates

                        1. founderAnswer guided questionnaires that fill in legal documents correctly and flag choices that need attorney review

                          weight 1 · round to Clerky
                          Clerkypartialclaimed6/10

                          Clerky's docs show forms with structured fields/json_schema that collect info to fill documents (clerky-docs-19, clerky-docs-20), easy customization of key terms (clerky-docs-11), and the ability to loop in an attorney to review and comment on entered information (clerky-docs-12). However, there is no explicit evidence of a system that automatically flags specific choices as needing attorney review versus a general 'invite attorney' collaboration feature. missing for 10: explicit automated flagging/warning UI for attorney-review-needed choices, independent user account of the questionnaire flow itself, and confirmation the guided form correctly maps answers to legal documents.

                          • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
                          • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
                          • [claimed-docs] Our software makes it easy to customize the key terms of the legal paperwork you're working on.
                          • [claimed-docs] you can easily loop in your attorney to have them review and comment on the information you're entering.
                          • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time.
                          Firstbasenone0/10

                          Evidence shows Firstbase handles incorporation, registered agent, banking, accounting, and payroll services, but there is no mention of guided questionnaires that fill in legal documents or flag choices needing attorney review — missing for 10: any documented questionnaire/document-assembly workflow, any attorney-review flagging feature, any templates library.

                          • founderStart from a library of vetted standard legal templates (NDAs, agreements, policies) instead of hiring counsel for routine documents

                            weight 2 · round to Clerky

                            Clerky documents show a template-driven system for startup-specific legal paperwork (formation, safes/convertible notes, stock plans, hiring/equity agreements, IRS forms) that lets founders self-serve rather than hire counsel for those documents. However, the evidence never mentions NDAs, general contract templates, or company policy documents, which are explicitly named in the story. Missing for 10: evidence of NDA templates, general business agreement templates, and policy document templates beyond incorporation/equity paperwork.

                            • [claimed-docs] Issue safes or convertible notes. Hire employees, consultants, and advisors, and issue stock or stock options as equity compensation.
                            • [claimed-docs] Adopt a stock plan to easily issue restricted stock or stock options to employees, consultants, and advisors.
                            • [claimed-docs] Use Clerky to complete IRS forms and submit them to the IRS, completely online. No need for a fax machine.
                            • [claimed-docs] Our software makes it easy to customize the key terms of the legal paperwork you're working on.
                            • [community] Clerky gives me management tools (including the post-incorporation package: Fundraising, Hiring and Maintenance) although this does not give…
                            Firstbasenone0/10

                            No evidence of a legal templates library (NDAs, agreements, policies) anywhere in Firstbase's docs; evidence covers incorporation, registered agent, accounting, banking, payroll, and tax services only, not standardized legal document templates.

                            Not comparable on these axes

                            1. ai-native userRun the product headlessly / in CI for automation

                              weight 2 · not comparable
                              Clerkypartialclaimed3/10

                              Clerky exposes a Partner API (create document sets, list forms, submit JSON, poll status) that could in principle be scripted, but authentication is an OAuth authorization-code flow tied to a human sign-in ('coming soon' per docs), and legal documents still require human e-signature, so true unattended/CI automation isn't demonstrated. Missing for 10: machine-to-machine/service-account auth, CLI or CI examples, and confirmation the workflow can complete without a human signing step.

                              • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
                              • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
                              • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
                              Firstbasen/a

                              Firstbase is a company-formation/back-office service (registered agent, accounting, banking, tax), not a developer tool or agent-driven product with a CLI/API surface meant for headless or CI automation — this axis is a category error for this product type.

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

                                weight 3 · not comparable
                                Clerkyn/a

                                Clerky is a legal-paperwork SaaS, not an AI agent/assistant platform; the evidence shows it exposes its own remote MCP server (mcp.clerky.com) for other AI assistants to consume its tools, which is the opposite direction from this story (a user plugging external MCP servers into Clerky so it can use their tools). There is no evidence Clerky itself acts as an MCP client consuming outside tools, and this capability is outside its product category.

                                • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
                                • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
                                Firstbasen/a

                                Firstbase is a business incorporation/back-office service, not an AI agent or platform with MCP integration; plugging MCP servers into it is a category error for this product type.

                                • ai-native userConnect an agent via an official MCP server

                                  weight 3 · not comparable
                                  Clerkyfullprobed8/10

                                  Clerky publishes an official remote MCP server (https://mcp.clerky.com/mcp) with documented setup for Claude, ChatGPT, and other AI assistants, and a live probe confirms the endpoint is real and OAuth-gated as documented. Missing for 10: independent/community confirmation of real-world agent usage and full detail on the OAuth authorization flow completion.

                                  • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
                                  • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
                                  • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
                                  Firstbasen/a

                                  Firstbase is a business-incorporation/back-office SaaS, not an AI agent or agentic tool; MCP server connectivity is not a relevant axis for this category, and no evidence suggests otherwise.

                                  • ai-native userIssue scoped/least-privilege API credentials for an agent

                                    weight 2 · not comparable
                                    Clerkypartialprobed4/10

                                    Clerky documents an OAuth 2.0 bearer-token model for its Partner API with an 'access model' limiting what each token can do, and a live remote MCP server gated by OAuth ('team access you authorize') confirmed via a 401 invalid_token probe rather than being open. However, OAuth for the Partner API is explicitly marked 'coming soon' with scopes/lifetime 'to be published,' and the MCP scoping described is team-level, not clearly a fine-grained least-privilege credential model for individual agents. Missing for 10: published granular scopes/permissions list, confirmed live least-privilege token issuance flow, and independent verification of scope enforcement.

                                    • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
                                    • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
                                    • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
                                    Firstbasen/a

                                    Firstbase is a business incorporation/back-office service (registered agent, banking, payroll, accounting), not an API/agent platform; scoped API credential issuance for agents is a category mismatch for this product.

                                    • ai-native userDelegate tasks to a built-in AI assistant inside the product

                                      weight 3 · not comparable
                                      Clerkynone0/10

                                      Evidence shows Clerky exposes an MCP server so external AI assistants (Claude, ChatGPT) can call into Clerky's tools, but this is the reverse of a built-in assistant inside Clerky's own product that a user delegates tasks to. No evidence of any in-app AI assistant/chat feature for delegating formation, hiring, or document tasks.

                                      • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
                                      • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
                                      Firstbasen/a

                                      Firstbase is a business-formation/back-office compliance service, not an AI product; there is no evidence of any built-in AI assistant feature, so this axis is a category error for this product type.

                                      • ai-native userTest against a sandbox environment without touching production data

                                        weight 1 · not comparable
                                        Clerkynone0/10

                                        Clerky's Partner API and MCP server docs describe production workflows (document sets, OAuth, live formation filings) but no evidence anywhere mentions a sandbox, test mode, or staging environment separate from production data.

                                        • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
                                        • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
                                        • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
                                        • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
                                        • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
                                        Firstbasen/a

                                        Firstbase is a business incorporation/back-office platform, not a developer/API product with sandbox testing environments; sandbox-vs-production data testing is a category mismatch here.

                                        • legal-ops leadRely on a tamper-evident audit trail and completion certificate for every signed document

                                          weight 2 · not comparable
                                          Clerkypartialclaimed2/10

                                          Clerky documents that it logs every change made to a document set or workspace so admins can see who did what, which is a basic audit-log capability, but there is no mention of tamper-evidence (e.g., cryptographic sealing, hash-chained logs) or of a signing completion certificate being issued for executed documents. Missing for 10: tamper-evident/cryptographic audit trail mechanics, completion certificate artifact, and any independent verification of these claims.

                                          • [claimed-docs] We log every change anyone makes to a document set or workspace, so you can always see who was responsible for what.
                                          Firstbasen/a

                                          Firstbase is a company formation/back-office compliance platform, not an e-signature or document-execution tool; the evidence contains nothing about signing documents, audit trails, or completion certificates, so this axis is a category error for this product.

                                          • legal-ops leadRequire stronger signer identity verification (SMS, ID check, knowledge-based) on sensitive documents

                                            weight 1 · not comparable
                                            Clerkynone0/10

                                            No evidence anywhere in the pack mentions signer identity verification methods like SMS, ID check, or knowledge-based authentication for document signing; Clerky's documentation focuses on formation workflows, collaboration, and audit logs, not signer verification strength.

                                              Firstbasen/a

                                              Firstbase is a business incorporation/compliance/back-office platform, not a document e-signature or identity-verification product; signer verification (SMS, ID check, KBA) is not a relevant axis for this product category.

                                              • ai-native userDefine rules that trigger actions automatically on events

                                                weight 3 · not comparable
                                                Clerkyn/a

                                                Clerky is a legal document/incorporation product, not a rules/automation-engine platform; defining event-triggered automation rules is a category error for this type of product.

                                                  Firstbasen/a

                                                  Firstbase is a company-formation/back-office compliance service, not an automation/rules-engine platform; defining event-triggered automation rules is outside its product category.

                                                  • ai-native userSchedule recurring jobs or workflows

                                                    weight 2 · not comparable
                                                    Clerkyn/a

                                                    Clerky is a legal/formation document platform; scheduling recurring automated jobs or workflows is not a fit for its product category (document sets, formations, partner API, MCP tools for legal paperwork), and no evidence suggests any job-scheduling capability.

                                                      Firstbasen/a

                                                      Firstbase is a business incorporation/compliance back-office service, not an automation/workflow platform; scheduling recurring jobs is not a relevant capability for this product category.

                                                      • ai-native userVersion, review, and roll back my automations

                                                        weight 1 · not comparable
                                                        Clerkyn/a

                                                        Clerky is a legal-document/formation automation service (document sets, e-signatures, filings), not a workflow/automation-builder product with versionable automations to review or roll back; the closest evidence is basic audit logging of document-set changes, not automation versioning.

                                                        • [claimed-docs] We log every change anyone makes to a document set or workspace, so you can always see who was responsible for what.
                                                        Firstbasen/a

                                                        Firstbase is a business incorporation/compliance/back-office service, not an automation or workflow-building tool; there is no concept of automations to version, review, or roll back.

                                                        • legal-ops leadDraft, negotiate, and redline contracts in a controlled workflow instead of email attachments

                                                          weight 3 · not comparable
                                                          Clerkypartialclaimed4/10

                                                          Clerky offers real-time collaboration, attorney review/comment, customization of key terms, and full audit logging of document set changes, which supports a 'controlled workflow instead of email attachments' for its own formation/equity documents. However, there is no evidence of redlining, track-changes, or multi-round negotiation with external counterparties—Clerky's workflow is field-based data entry and e-signature for standardized startup legal docs, not general contract redlining. Missing for 10: explicit redline/track-changes tooling, version comparison, negotiation cycles with external parties, and support for arbitrary (non-template) contracts.

                                                          • [claimed-docs] We log every change anyone makes to a document set or workspace, so you can always see who was responsible for what.
                                                          • [claimed-docs] you can easily loop in your attorney to have them review and comment on the information you're entering.
                                                          • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time.
                                                          • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time. Rest easy knowing everyone is looking at t…
                                                          • [claimed-docs] Our software makes it easy to customize the key terms of the legal paperwork you're working on.
                                                          Firstbasen/a

                                                          Firstbase is a company-formation/back-office platform (registered agent, banking, payroll, accounting) with no contract-lifecycle, drafting, or redlining features in evidence — this axis is a category error for this product type.

                                                          • legal-ops leadStore executed contracts in a searchable repository with key terms and metadata extracted

                                                            weight 2 · not comparable
                                                            Clerkynone0/10

                                                            Clerky is a formation/document-generation tool; evidence covers document sets, activity logs, and collaboration but nothing about a searchable repository of executed contracts with extracted key terms/metadata—no full-text search, term extraction, or metadata tagging is described anywhere in the pack.

                                                              Firstbasen/a

                                                              Firstbase is a company formation/back-office compliance platform (registered agent, banking, payroll, tax, mailroom); it has no contract-lifecycle or document repository functionality in evidence. This is a category mismatch, not a missing feature.

                                                              • legal-ops leadTrack contract renewals, expirations, and obligations with automatic alerts

                                                                weight 2 · not comparable
                                                                Clerkyn/a

                                                                Clerky is a startup legal-document formation and equity/incorporation platform, not a contract-lifecycle management tool; there is no evidence of contract renewal tracking, expiration alerts, or obligation management, and this is not the kind of capability Clerky's product category would offer.

                                                                  Firstbasen/a

                                                                  Firstbase is a company formation/back-office compliance platform (registered agent, accounting, banking, tax), not a contract-lifecycle management tool; there is no evidence of contract tracking, renewal alerts, or obligation management, and this axis is a category mismatch for the product's purpose.

                                                                  • legal-ops leadRoute contracts through configurable approval workflows before signature

                                                                    weight 2 · not comparable
                                                                    Clerkynone0/10

                                                                    Clerky's evidence covers document generation, collaboration, task assignment, and attorney review invites, but nothing describes configurable approval workflows/routing before signature (e.g., multi-step approval chains, conditional routing rules, or sign-off gating). Collaboration/task features are not the same as an approval workflow engine.

                                                                    • [claimed-docs] We've built features that let you easily assign tasks to co-founders and work on everything together.
                                                                    • [claimed-docs] you can easily loop in your attorney to have them review and comment on the information you're entering.
                                                                    • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time.
                                                                    • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time. Rest easy knowing everyone is looking at t…
                                                                    Firstbasen/a

                                                                    Firstbase is a company incorporation/back-office platform (registered agent, banking, accounting, payroll, tax); it has no contract-lifecycle or approval-workflow functionality in its product category, so this axis is a category error.

                                                                    • ai-native userHave an agent draft an NDA and route it for signature end-to-end via the product's API or MCP server

                                                                      weight 3 · not comparable
                                                                      Clerkynone0/10

                                                                      Clerky's Partner API and MCP server are real and documented, but the API explicitly states it 'currently supports Delaware C-Corporation formations' only, and the MCP server tools are scoped to Clerky's startup-formation document sets (cap tables, safes, stock plans) — there is no evidence of NDA drafting or NDA e-signature routing via either channel.

                                                                      • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
                                                                      • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
                                                                      • [claimed-docs] # Clerky MCP Server Clerky works with AI assistants that support remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/…
                                                                      • [probe] PROBE remote MCP initialize (no token): {"error": "invalid_token", "error_description": "Authentication required"} HTTP 401 — live OAuth-gat…
                                                                      Firstbasen/a

                                                                      Firstbase is a company-formation/back-office compliance platform, not a document-automation or e-signature product; there is no API/MCP-driven NDA drafting or signature routing capability in scope for this product category.

                                                                      • legal-ops leadPrepare board consents and resolutions and collect approvals online

                                                                        weight 2 · not comparable

                                                                        Clerky's docs describe document-set collaboration, inviting co-founders/attorneys to review and comment in real-time, and issuing stock/options (which typically requires board approval) — these features generally support drafting and collecting sign-off on corporate paperwork online. However, no evidence explicitly names 'board consents' or 'resolutions' as a document type or confirms an approval-workflow specifically for board actions. Missing for 10: explicit mention of board consent/resolution templates, a dedicated approval/e-signature workflow for board members, and independent confirmation that board-level approvals are collected through the platform.

                                                                        • [claimed-docs] Issue safes or convertible notes. Hire employees, consultants, and advisors, and issue stock or stock options as equity compensation.
                                                                        • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time.
                                                                        • [claimed-docs] Our software makes it easy to invite other people to collaborate on a document set, in real-time. Rest easy knowing everyone is looking at t…
                                                                        • [claimed-docs] you can easily loop in your attorney to have them review and comment on the information you're entering.
                                                                        • [claimed-docs] We've built features that let you easily assign tasks to co-founders and work on everything together.
                                                                        • [community] Clerky gives me management tools (including the post-incorporation package: Fundraising, Hiring and Maintenance) although this does not give…
                                                                        Firstbasen/a

                                                                        Firstbase is a company formation/back-office compliance platform (registered agent, banking, accounting, tax); nothing in its evidence pack relates to preparing board consents/resolutions or collecting e-signature approvals, which is a cap-table/equity-management axis outside its category.

                                                                        • developerEmbed the signing experience inside my own app or website

                                                                          weight 2 · not comparable
                                                                          Clerkypartialclaimed5/10

                                                                          Clerky's Partner API lets a developer create a document set, render forms, and collect data inside their own product, but the docs explicitly state 'Users enter formation information in your product and sign documents on Clerky' — meaning the actual signing step happens on Clerky's own platform rather than being embedded, and OAuth authentication for partners is still listed as 'coming soon' rather than live. missing for 10: evidence of an embeddable signing widget/iframe, live partner OAuth flow, and any third-party confirmation of a working embedded integration.

                                                                          • [claimed-docs] # Introduction The Clerky Partner API lets partners bring a Clerky-powered formation workflow into their own product. It currently supports …
                                                                          • [claimed-docs] # Lifecycle A [document set][document-sets] moves through four partner-facing steps: create it, collect [form][forms] values, submit those v…
                                                                          • [claimed-docs] # Authentication The Clerky Partner API will use OAuth 2.0 bearer tokens. OAuth-based access is coming soon; client registration, URLs, scop…
                                                                          Firstbasen/a

                                                                          Firstbase is a company incorporation/back-office compliance platform, not an e-signature/embedding SDK product; the evidence pack shows no signing or embeddable UI capability at all, making this axis a category error for this product type.

                                                                          • legal-ops leadBulk-send the same document to many recipients at once

                                                                            weight 1 · not comparable
                                                                            Clerkynone0/10

                                                                            Clerky's evidence describes single document-set collaboration, invitations, and signature workflows for specific named parties (co-founders, employees, attorneys) but nothing about bulk-sending one document to many recipients at once, a feature typical of e-signature platforms like DocuSign.

                                                                              Firstbasen/a

                                                                              Firstbase is a company incorporation/compliance/back-office platform, not an e-signature or document-distribution product; bulk-sending documents to recipients is outside its category.

                                                                              • legal-ops leadSet signing order, automatic reminders, and expirations on outstanding signature requests

                                                                                weight 1 · not comparable
                                                                                Clerkynone0/10

                                                                                No evidence describes signing order, automatic reminders, or expiration settings for signature requests; Clerky's evidence focuses on document collaboration, workspace access, and formation workflows, not e-signature controls of this kind.

                                                                                  Firstbasen/a

                                                                                  Firstbase is a company incorporation/compliance/back-office platform, not an e-signature product; signing order, reminders, and expirations on signature requests are outside its category entirely.

                                                                                  • ai-native userRead the product's source under an open license

                                                                                    weight 2 · not comparable
                                                                                    Clerkynone0/10

                                                                                    Clerky is a closed-source legal SaaS product; there is no evidence of any open-source license or public source repository, and probes for open documentation/API artifacts returned 404s. Missing for 10: any open-source license, public code repository, or source availability statement.

                                                                                    • [probe] PROBE llms.txt: HTTP 404 at https://handbooks.clerky.com/llms.txt
                                                                                    • [probe] PROBE docs-md: HTTP 404 at https://handbooks.clerky.com/legal-concepts.md
                                                                                    • [probe] PROBE openapi: all candidate paths 404 (https://handbooks.clerky.com/openapi.json, https://handbooks.clerky.com/swagger.json, https://handbo…
                                                                                    Firstbasen/a

                                                                                    Firstbase is a company-incorporation/back-office SaaS, not open-source software; there is no source code to read under any license, so this axis is a category error for this product.

                                                                                    • ai-native userSelf-host the core product

                                                                                      weight 3 · not comparable
                                                                                      Clerkyn/a

                                                                                      Clerky is a SaaS legal/formation platform tied to legal filings and attorney workflows; self-hosting the core product is not a coherent capability for this category, as it depends on Clerky's own infrastructure, attorneys, and IRS/state filing pipelines.

                                                                                        Firstbasen/a

                                                                                        Firstbase is a SaaS business-formation/back-office service, not open-source or deployable software; self-hosting is not a coherent concept for this product category.

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

                                                                                          weight 2 · not comparable
                                                                                          Clerkyn/a

                                                                                          Clerky is a legal document/formation service, not infrastructure with configurable data residency; the evidence pack contains no mention of region/residency options, and this is not a fair capability to expect from this type of product (a US-focused legal filing service).

                                                                                            Firstbasen/a

                                                                                            Firstbase is a business incorporation/compliance platform, not a data storage or AI product; data residency/region selection is a category error for this product type.

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

                                                                                              weight 3 · not comparable
                                                                                              Clerkynone0/10

                                                                                              No evidence in the pack addresses AI training data usage, opt-out settings, or any privacy policy statement about model training; Clerky's materials focus on legal document workflows, MCP/API integration, and formation services with nothing on this axis.

                                                                                                Firstbasen/a

                                                                                                Firstbase is a company incorporation/back-office service, not an AI model or AI-data product; AI training-data opt-out is not a relevant axis for this product category.

                                                                                                • ai-native userOpt out of telemetry and usage tracking

                                                                                                  weight 2 · not comparable
                                                                                                  Clerkynone0/10

                                                                                                  No evidence in the pack addresses telemetry, usage tracking, or any opt-out mechanism for Clerky; the documentation focuses entirely on legal/document workflows with no privacy-controls content.

                                                                                                    Firstbasen/a

                                                                                                    Firstbase is a business incorporation/back-office service, not an AI tool or SDK with telemetry collection relevant to AI-native users; this privacy axis about opting out of telemetry doesn't apply to this product category.