Skip to content

Startup Legal & Incorporation Arena

Ironclad vs Beglaubigt.de

Ironclad wins · 116 (16 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 Ironclad
    Ironcladfullprobed9/10

    Direct probe evidence confirms Ironclad hosts a live llms.txt at the developer docs root and serves markdown-formatted docs pages (e.g. getting-started.md), which are exactly the agent-oriented doc formats an AI agent could point to. Missing for 10: no independent third-party confirmation of agents actually consuming these docs successfully in practice.

    • [probe] PROBE llms.txt: HTTP 200 at https://developer.ironcladapp.com/llms.txt # Ironclad CLM API Documentation | Ironclad Developer Hub Documentati…
    • [probe] PROBE docs-md: HTTP 200 at https://developer.ironcladapp.com/docs/getting-started.md --- updatedAt: 2026-08-11T20:11:21.000Z --- Fetch the …
    • [claimed-docs] Ironclad's rich API can be used to connect your contract data and contracting process to your applications and internal platforms.
    Beglaubigt.defullprobed8/10

    Beglaubigt.de has a live llms.txt confirmed via direct probe (HTTP 200) plus an llms-full.txt with detailed API/event docs, and a separate marketing-domain llms.txt listing product capabilities, giving agents a clear entry point into agent-oriented documentation. Missing for 10: no OpenAPI/machine-readable schema (probe shows 404s) and no independent third-party confirmation of agent usage.

    • [probe] PROBE llms.txt: HTTP 200 at https://docs.beglaubigt.de/llms.txt # Beglaubigt.de API - [Introduction to Beglaubigt.de API](/): Welcome to th…
    • [claimed-docs] Digital notarization of legal documents (under 48h)
    • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
  2. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round drawn
    Ironcladpartialclaimed5/10

    Ironclad exposes a REST API with OAuth bearer tokens, webhooks, and endpoints to launch workflows, trigger exports, and manage records — all of which can be scripted/automated without the UI, supporting headless-style automation. However there is no CLI, no explicit CI/CD integration examples, and workflow launch still requires a pre-published design from the in-app Workflow Designer, limiting full headless autonomy. Missing for 10: dedicated CLI or SDK for CI pipelines, explicit CI/CD examples, and evidence that workflow publishing itself can be done headlessly.

    • [claimed-docs] Ironclad's rich API can be used to connect your contract data and contracting process to your applications and internal platforms.
    • [claimed-docs] Ironclad primarily uses the OAuth 2.0 Authorization Framework to generate API bearer tokens that can be used to authenticate API requests.
    • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
    • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
    • [claimed-docs] Client submits an API request via Public API with request body payload to trigger an export job
    • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
    • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
    Beglaubigt.departialprobed5/10

    Beglaubigt.de exposes a REST API (incorporation, notarization, translation, tax/trade registration) with webhooks and HMAC-signed events, which is inherently callable headlessly from scripts or CI pipelines. However, there is no explicit CI/automation guidance, SDK, or CLI, and an OpenAPI spec probe returned 404s, so headless integration must be inferred rather than confirmed. Missing for 10: explicit CI/automation documentation, official SDK/CLI, and a machine-readable OpenAPI spec.

    • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
    • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
    • [claimed-docs] This endpoint creates a notarization request for a document
    • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
    • [claimed-docs] This signature is generated using the HMAC-SHA256 algorithm and a secret key that is shared exclusively between Beglaubigt and your system.
    • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
  3. ai-native userConnect an agent via an official MCP server

    weight 3 · round drawn
    Ironcladnone0/10

    Ironclad is not an AI agent itself, so publishing an official MCP server is a plausible, applicable axis, but no evidence pack item mentions MCP at all—only REST API, webhooks, and OAuth are documented.

    • [claimed-docs] Ironclad's rich API can be used to connect your contract data and contracting process to your applications and internal platforms.
    • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
    • [claimed-docs] Ironclad primarily uses the OAuth 2.0 Authorization Framework to generate API bearer tokens that can be used to authenticate API requests.
    • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
    Beglaubigt.denone0/10

    Beglaubigt.de offers a REST API and webhooks for notarization/incorporation workflows but no evidence of an official MCP server; probes for OpenAPI/MCP artifacts returned 404s. Missing for 10: any MCP server documentation, endpoint, or SDK enabling agent connection.

    • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
    • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
  4. ai-native userDrive the product through a documented public API

    weight 3 · round to Beglaubigt.de
    Ironcladfullprobed7/10

    Ironclad ships a documented public REST API (Records, Workflows, Records) with OAuth2 authentication, webhooks, and detailed guides for launching workflows, exports, and embedding clickwraps, clearly enabling programmatic/agentic control of contracting processes. missing for 10: no discoverable OpenAPI/Swagger spec (all candidate paths 404), and no independent/hands-on developer corroboration beyond first-party docs.

    • [claimed-docs] Ironclad's rich API can be used to connect your contract data and contracting process to your applications and internal platforms.
    • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
    • [claimed-docs] Ironclad primarily uses the OAuth 2.0 Authorization Framework to generate API bearer tokens that can be used to authenticate API requests.
    • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
    • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
    • [claimed-docs] Integrations can also directly control the contract process, automatically blocking or pushing forward approvals.
    • [claimed-docs] integrations can interface directly with underlying contract documents, reading contract text or updating new versions of the document
    • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
    Beglaubigt.defullprobed8/10

    Beglaubigt.de publishes a documented public API with clear endpoints for incorporation, notarization, translation, tax and trade registration, webhooks, and signature verification, confirmed live via llms.txt probe (HTTP 200). Missing for 10: a discoverable OpenAPI/Swagger spec (all standard paths 404) and independent third-party corroboration of API usage.

    • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
    • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
    • [claimed-docs] This endpoint creates a notarization request for a document
    • [claimed-docs] POST https://api.beglaubigt.de/v1/trade-registration
    • [claimed-docs] This signature is generated using the HMAC-SHA256 algorithm and a secret key that is shared exclusively between Beglaubigt and your system.
    • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.
    • [probe] PROBE llms.txt: HTTP 200 at https://docs.beglaubigt.de/llms.txt # Beglaubigt.de API - [Introduction to Beglaubigt.de API](/): Welcome to th…
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
  5. ai-native userIssue scoped/least-privilege API credentials for an agent

    weight 2 · round drawn
    Ironcladnone0/10

    Ironclad's docs confirm OAuth 2.0 bearer token authentication for its API, but there is no evidence of scoped or least-privilege credential issuance (e.g., configurable permission scopes, role-based API keys, or agent-specific credential grants). The axis applies since an API platform could plausibly offer this, but no supporting evidence exists.

    • [claimed-docs] Ironclad primarily uses the OAuth 2.0 Authorization Framework to generate API bearer tokens that can be used to authenticate API requests.
    Beglaubigt.denone0/10

    No evidence of API key scoping, permission tiers, or least-privilege credential issuance for agents; docs describe HMAC signature verification for webhooks but nothing about scoped/restricted API credentials. Missing for 10: scoped API key/token creation, permission/role granularity, agent-specific credential management, documentation on least-privilege access control.

    • [claimed-docs] This signature is generated using the HMAC-SHA256 algorithm and a secret key that is shared exclusively between Beglaubigt and your system.
  6. ai-native userBuild against official SDKs

    weight 2 · round drawn
    Ironcladnone0/10

    Ironclad documents a REST API (Records, Workflows, webhooks, OAuth2) but the evidence pack contains no mention of official SDKs or client libraries in any language, and an OpenAPI spec probe returned 404s across all standard paths.

    • [claimed-docs] Ironclad's rich API can be used to connect your contract data and contracting process to your applications and internal platforms.
    • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
    • [claimed-docs] Ironclad primarily uses the OAuth 2.0 Authorization Framework to generate API bearer tokens that can be used to authenticate API requests.
    • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
    • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
    Beglaubigt.denone0/10

    Evidence shows a REST API with docs and webhooks, but there is no mention of official SDKs, client libraries, or language-specific packages, and the OpenAPI spec probe returned 404s across all candidate paths, suggesting no machine-consumable spec to auto-generate SDKs either.

    • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
    • [claimed-docs] This signature is generated using the HMAC-SHA256 algorithm and a secret key that is shared exclusively between Beglaubigt and your system.
  7. ai-native userSubscribe to events via webhooks

    weight 2 · round to Ironclad
    Ironcladfullclaimed7/10

    Ironclad's developer docs explicitly document webhooks that POST to a user-specified URL when events occur, directly supporting event subscription. Missing for 10: details on event types/filtering, payload schema, retry/security (signature verification) documentation, and independent/hands-on confirmation of reliability.

    • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
    Beglaubigt.departialclaimed6/10

    Docs describe webhook events (e.g., appointment.completed), real-time notarization notifications, and HMAC-SHA256 signature verification for incoming webhook payloads, indicating an event-driven webhook system exists. However, there's no explicit documentation of a subscription/registration endpoint or full event catalog for AI-native automation. Missing for 10: explicit webhook subscription/management API, full list of subscribable event types, and independent confirmation of webhook reliability.

    • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
    • [claimed-docs] This signature is generated using the HMAC-SHA256 algorithm and a secret key that is shared exclusively between Beglaubigt and your system.
    • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.

Agentic features

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

    weight 2 · round to Ironclad
    Ironcladpartialclaimed3/10

    Ironclad has a dedicated 'Ironclad AI' product page marketed as 'A New Era of Contract Intelligence,' implying AI-driven insights over contract data, but the evidence pack contains only page titles/taglines with no detail on what specific insights, suggestions, or analytics are actually generated or how a user interacts with them. Missing for 10: concrete feature descriptions (e.g., risk analysis, clause suggestions, obligation extraction), first-party documentation of AI capabilities, and independent/hands-on corroboration of the AI features working as described.

    Beglaubigt.denone0/10

    Beglaubigt.de is a notarization/incorporation workflow API; the only AI-related mention is signature/date field auto-detection during document processing (beglaubigt-docs-5), which is a document-parsing feature, not AI-generated insights or suggestions surfaced to the user from their data. No evidence of dashboards, analytics, recommendations, or generative insights derived from user data.

    • [claimed-docs] Signature and location/date fields will be automatically identified across the entire document using AI-powered detection.
  2. ai-native userSet up automations that run autonomously in the background

    weight 2 · round drawn
    Ironcladpartialclaimed5/10

    Ironclad's API and webhooks allow workflows to be triggered and events to fire automatically in the background (e.g., launching workflows via API, webhooks posting on contract events, integrations that can 'automatically block or push forward approvals'), which supports building autonomous automations. However, this requires custom integration/dev work rather than a native no-code 'set up an automation' feature aimed at AI-native users, and there's no evidence of an agent-oriented automation builder or scheduler. Missing for 10: a first-party no-code automation/agent builder, evidence of AI-driven autonomous triggers, and independent confirmation these automations run reliably unattended.

    • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
    • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
    • [claimed-docs] Integrations can also directly control the contract process, automatically blocking or pushing forward approvals.
    • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
    • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
    Beglaubigt.departialclaimed5/10

    The API supports triggering document workflows (incorporation, notarization, translation, tax registration) and emits webhook events like appointment.completed with HMAC-signed real-time notifications, which together allow building background automations that react to business events without manual polling — docs explicitly claim businesses can 'automate notarization workflows'. However there is no evidence of a built-in scheduler, multi-step workflow builder, or agent-triggered chaining beyond basic API+webhook usage. Missing for 10: evidence of a no-code/automation builder, orchestration across multiple document types, third-party automation platform integrations, and independent confirmation that webhooks reliably drive autonomous flows.

    • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
    • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
    • [claimed-docs] This signature is generated using the HMAC-SHA256 algorithm and a secret key that is shared exclusively between Beglaubigt and your system.
    • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.
  3. ai-native userOperate the product with natural-language commands

    weight 2 · round drawn
    Ironcladnone0/10

    Evidence shows Ironclad offers APIs, webhooks, and a no-code workflow builder, but nothing indicates a natural-language command interface for operating the product; the 'Ironclad AI' page is only a marketing teaser with no described NL capability.

    • [claimed-docs] Built on how contracts really move.
    • [claimed-docs] A New Era of Contract Intelligence | Ironclad
    • [claimed-docs] Ironclad's rich API can be used to connect your contract data and contracting process to your applications and internal platforms.
    Beglaubigt.denone0/10

    Evidence shows only structured REST API endpoints (incorporation, notarization, translation, tax registration) and llms.txt files aimed at helping AI agents read documentation — there is no chat interface, NL command parser, or agentic control surface letting an end user type natural-language instructions to operate the product.

    • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
    • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
    • [claimed-docs] This endpoint creates a notarization request for a document
    • [probe] PROBE llms.txt: HTTP 200 at https://docs.beglaubigt.de/llms.txt # Beglaubigt.de API - [Introduction to Beglaubigt.de API](/): Welcome to th…
    • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…

Api quality

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

    weight 2 · round drawn
    Ironcladnone0/10

    Ironclad publishes a standard API reference (getting-started, authentication, webhooks, workflows) but nothing in the evidence indicates an interactive console or runnable code examples; a probe for an OpenAPI/Swagger spec (which typically powers interactive 'try it' consoles) returned 404 on all candidate paths, suggesting no such tooling exists.

    • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
    • [claimed-docs] Ironclad primarily uses the OAuth 2.0 Authorization Framework to generate API bearer tokens that can be used to authenticate API requests.
    • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
    • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
    Beglaubigt.denone0/10

    The docs describe endpoints (POST/GET) for incorporation, notarization, translation, etc., but there is no evidence of an interactive API reference with runnable examples (e.g., embedded try-it console, SDK code snippets executable in-browser). A probe explicitly found no OpenAPI/Swagger spec at common paths, undermining any interactive reference tooling. Missing for 10: interactive 'try it' console, runnable code samples, OpenAPI/Swagger spec availability.

    • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
    • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
    • [claimed-docs] This endpoint creates a notarization request for a document
  2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

    weight 2 · round drawn
    Ironcladnone0/10

    Ironclad has extensive API documentation (Records, Workflows, Webhooks) but a direct probe of common OpenAPI spec locations returned 404 for all candidates, and no evidence pack item shows a downloadable machine-readable spec file. missing for 10: an actual OpenAPI/Swagger JSON or YAML file accessible for download, any documented endpoint serving the spec.

    • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
    Beglaubigt.denone0/10

    A direct probe for OpenAPI/Swagger spec files at common paths returned 404 on all candidates, and no evidence pack item references a downloadable machine-readable API spec — only an llms.txt (plain text docs index) exists, which is not an OpenAPI-equivalent schema.

    • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
    • [probe] PROBE llms.txt: HTTP 200 at https://docs.beglaubigt.de/llms.txt # Beglaubigt.de API - [Introduction to Beglaubigt.de API](/): Welcome to th…
  3. ai-native userTest against a sandbox environment without touching production data

    weight 1 · round drawn
    Ironcladnone0/10

    No evidence of a sandbox/test environment, staging API, or separate test credentials distinct from production data; the docs cover OAuth, webhooks, and API objects but never mention a sandbox mode.

      Beglaubigt.denone0/10

      No evidence of any sandbox, test-mode, or staging environment is mentioned anywhere in the docs or probes; all documented endpoints relate to live notarization, incorporation, and tax registration workflows involving real legal documents. Given the legal/notarial nature of the product, a sandbox axis is plausible for API testing, but the evidence pack shows no such offering.

      • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
      • [probe] PROBE llms.txt: HTTP 200 at https://docs.beglaubigt.de/llms.txt # Beglaubigt.de API - [Introduction to Beglaubigt.de API](/): Welcome to th…
      • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
    • ai-native userRely on versioned APIs with a documented deprecation policy

      weight 2 · round drawn
      Ironcladnone0/10

      Evidence shows a documented REST API (Records, Workflows, Webhooks) but no mention of API versioning scheme or a documented deprecation policy anywhere in the docs pack, and OpenAPI spec probes all 404. missing for 10: explicit API version numbering, changelog/release notes, deprecation policy or sunset timeline documentation.

      • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
      • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
      • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
      Beglaubigt.denone0/10

      The API endpoints use a /v1/ prefix suggesting some versioning, but there is no documented deprecation policy, versioning strategy, or changelog anywhere in the evidence; OpenAPI spec probes even returned 404s. missing for 10: documented versioning scheme, deprecation policy, changelog, migration guidance.

      • [claimed-docs] POST https://api.beglaubigt.de/v1/trade-registration
      • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…

    Audit trust — stories about audit trust in this arenaAudit trust

    Stories about audit trust in this arena

    Audit

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

      weight 2 · round to Beglaubigt.de
      Ironcladnone0/10

      Ironclad is a CLM/e-signature platform where a tamper-evident audit trail and completion certificate would be a natural expected capability, but the evidence pack contains no mention of audit trails, certificates of completion, or tamper-evidence for signed documents—only generic pages about signing, storing, and API access.

      Beglaubigt.departialclaimed4/10

      Beglaubigt.de documents webhook events (e.g. appointment.completed) with HMAC-SHA256 signature verification, which provides some tamper-evidence for API notifications, and its notarization process implies an eventual notarized/certified output. However, there is no explicit documentation of a dedicated audit-trail feature or a formal 'completion certificate' artifact for each signed document. Missing for 10: explicit audit-trail export/report, a documented completion certificate deliverable, and independent verification of tamper-evidence claims.

      • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
      • [claimed-docs] This signature is generated using the HMAC-SHA256 algorithm and a secret key that is shared exclusively between Beglaubigt and your system.
      • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.
      • [claimed-docs] This endpoint creates a notarization request for a document
    2. legal-ops leadRequire stronger signer identity verification (SMS, ID check, knowledge-based) on sensitive documents

      weight 1 · round to Beglaubigt.de
      Ironcladnone0/10

      No evidence in the pack mentions signer identity verification methods such as SMS, ID check, or knowledge-based authentication for e-signature; the docs cover contract signing generally but not these verification tiers.

      Beglaubigt.departialclaimed3/10

      Docs mention remote identity verification via eID or video as part of notarization, which is a form of stronger identity check, but there is no evidence of SMS verification, knowledge-based authentication, or a legal-ops control to selectively require stronger verification tiers per document. Missing for 10: SMS verification option, knowledge-based authentication, and an API/UI setting letting legal-ops choose verification strength per document.

      • [claimed-docs] Complete identity verification remotely (eID or video)
      • [claimed-docs] This endpoint creates a notarization request for a document

    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 Ironclad
      Ironcladpartialclaimed5/10

      Ironclad's Records/Workflows APIs allow retrieving, creating, and updating records/workflows programmatically, which enables scripted bulk operations across many contracts/records, and data-export jobs support bulk data retrieval. However, there is no explicit documentation of a native bulk/batch endpoint, rate-limit guidance for bulk calls, or first-party bulk-operation UI/API designed for AI-native agents. Missing for 10: dedicated bulk/batch API endpoints, documented pagination/batching best practices for large-scale operations, and independent evidence of successful bulk automation at scale.

      • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
      • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
      • [claimed-docs] Client submits an API request via Public API with request body payload to trigger an export job
      • [claimed-docs] Template IDs can be obtained in-app or via API
      Beglaubigt.denone0/10

      The API supports creating individual notarization, translation, incorporation, and tax-registration requests, and translation requests can include 'one or multiple documents,' but there is no evidence of batch/bulk endpoints, list-based submission across many items, or bulk status operations. No documentation of pagination-based bulk retrieval, batch job submission, or CSV/array-based multi-record processing was found.

      • [claimed-docs] This endpoint creates a translation request for one or multiple documents.
      • [claimed-docs] This endpoint creates a notarization request for a document
      • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
    2. ai-native userDefine rules that trigger actions automatically on events

      weight 3 · round to Ironclad
      Ironcladpartialclaimed6/10

      Ironclad supports webhooks to trigger outbound notifications on events and an API/Workflows API to programmatically launch or update workflows, plus integrations that can block/push forward approvals automatically — this gives event-driven automation. However there's no evidence of a native rules engine where AI-native users can define arbitrary conditional 'if event then action' automations without building custom integration code. Missing for 10: a first-class rules/automation builder, documented trigger-condition-action configuration UI, and independent confirmation of automated rule execution in practice.

      • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
      • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
      • [claimed-docs] Integrations can also directly control the contract process, automatically blocking or pushing forward approvals.
      • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
      Beglaubigt.departialclaimed5/10

      Beglaubigt.de exposes webhook-style events (e.g. `appointment.completed`, notarization completion notifications) with HMAC signature verification, letting external systems react automatically to platform events — a foundation for automation-on-event. However there is no evidence of an in-product rule-definition UI or conditional logic engine; users must build the 'if event, then action' logic themselves in their own system. Missing for 10: a native rules/trigger builder, support for multiple event-condition combinations, and documentation of a broader event catalog beyond a couple of named events.

      • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
      • [claimed-docs] This signature is generated using the HMAC-SHA256 algorithm and a secret key that is shared exclusively between Beglaubigt and your system.
      • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.

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

    Stories about compliance registered agent in this arena

    Compliance

    1. legal-ops leadSee a compliance calendar of upcoming filing deadlines and get reminders before each one

      weight 2 · round drawn
      Ironcladnone0/10

      Ironclad's evidence covers contract creation, signing, storage, workflows, and API/webhooks, but there is no mention of a compliance/filing deadline calendar or reminder system for legal-ops filing obligations.

        Beglaubigt.denone0/10

        Beglaubigt.de offers notarization, incorporation, and registration APIs with event webhooks, but there is no evidence of a compliance calendar view or proactive deadline reminders for legal-ops tracking of filing deadlines. Event webhooks like appointment.completed are transactional notifications, not a forward-looking deadline calendar.

        • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
        • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.

      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 Beglaubigt.de
        Ironcladnone0/10

        Ironclad's evidence covers APIs, workflows, and webhooks for contract lifecycle automation, but nothing describes an agent autonomously preparing an annual report or compliance filing end-to-end with minimal human input; 'Ironclad AI' references are generic marketing without this specific capability.

        • [claimed-docs] Built on how contracts really move.
        • [claimed-docs] A New Era of Contract Intelligence | Ironclad
        • [claimed-docs] Ironclad's rich API can be used to connect your contract data and contracting process to your applications and internal platforms.
        • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
        Beglaubigt.departialclaimed5/10

        Beglaubigt.de exposes APIs for tax-registration, trade-registration, incorporation and notarization with webhooks (e.g. appointment.completed) that could plausibly be orchestrated by an agent with minimal human input, but there is no evidence of an 'annual report' filing endpoint or of any product feature specifically marketed as agent-delegated compliance preparation. missing for 10: explicit annual report/Jahresabschluss filing capability, evidence of an actual autonomous agent workflow completing filings end-to-end, and confirmation that human signatures/appointments aren't still required as bottlenecks.

        • [claimed-docs] Submit a company's details to start its tax registration. An ELSTER XML document will be generated and sent the tax office
        • [claimed-docs] POST https://api.beglaubigt.de/v1/trade-registration
        • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
        • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.
        • [claimed-docs] Wir übernehmen die Pflichtmeldungen nach Gründung: Transparenzregister-Eintrag, Gewerbeanmeldung und Anmeldung beim Finanzamt.

      Document automation — stories about document automation in this arenaDocument automation

      Stories about document automation in this arena

      Doc api

      1. 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 · round to Ironclad
        Ironcladpartialprobed4/10

        Ironclad's Public API supports creating records from templates, launching workflows, and retrieving/interacting with workflows and contract data (ironclad-docs-2,5,13,23), which could technically support an agent drafting and routing an NDA end-to-end. However there is no evidence of an official MCP server, no explicit NDA-drafting example, and the docs note that approval/signature policies are handled by the platform rather than fully exposed for programmatic completion (ironclad-docs-15). Missing for 10: official MCP server, concrete NDA-draft-to-signature API walkthrough, independent confirmation of full automation without manual signature steps.

        • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
        • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
        • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
        • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
        • [claimed-docs] Template IDs can be obtained in-app or via API
        • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
        Beglaubigt.denone0/10

        Beglaubigt.de's docs show a notarization API for submitting existing documents, managing signers, and detecting signature fields, but there is no evidence of AI drafting of contract content (e.g., an NDA) nor of any MCP server or agent-facing interface — only a REST API for notarization/incorporation/translation workflows. The story's core capabilities (AI drafting + MCP server) are unevidenced.

        • [claimed-docs] This endpoint creates a notarization request for a document
        • [claimed-docs] Signature and location/date fields will be automatically identified across the entire document using AI-powered detection.
        • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
        • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
      2. developerGenerate, populate, and send legal documents programmatically through a documented API

        weight 3 · round to Beglaubigt.de
        Ironcladpartialprobed6/10

        Ironclad's developer docs describe a documented API (Workflows API to launch workflows, Records API to create/retrieve contract data, template IDs obtainable via API, webhooks for events) that supports generating, populating, and sending contracts programmatically. However, launching workflows still requires a pre-published Workflow Designer template (admin-gated, no-code step) rather than fully programmatic document creation, and there's no independent/hands-on developer corroboration of the API in practice, nor a discoverable OpenAPI spec (probe found only 404s). Missing for 10: independent developer testimonials of using the API end-to-end, a public OpenAPI/swagger spec, and evidence of fully code-driven document creation without the Workflow Designer dependency.

        • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
        • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
        • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
        • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
        • [claimed-docs] In Workflow Designer, publish the workflow you wish to launch if it has not been published already.
        • [claimed-docs] Template IDs can be obtained in-app or via API
        • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
        • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
        Beglaubigt.defullprobed7/10

        Documentation shows concrete POST endpoints for creating incorporation, notarization, translation, tax-registration, and trade-registration requests, plus GET endpoints and webhook events, indicating a genuine programmatic API for populating/sending legal documents. However, missing for 10: a discoverable OpenAPI/Swagger spec (probe found all candidate spec URLs 404), independent developer corroboration or third-party usage reports, and detail on request/response schemas or SDKs.

        • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
        • [claimed-docs] This endpoint retrieves the details of an incorporation
        • [claimed-docs] This endpoint creates a notarization request for a document
        • [claimed-docs] This endpoint creates a translation request for one or multiple documents.
        • [claimed-docs] Submit a company's details to start its tax registration. An ELSTER XML document will be generated and sent the tax office
        • [claimed-docs] POST https://api.beglaubigt.de/v1/trade-registration
        • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
        • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.
        • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…

      Equity fundraising — stories about equity fundraising in this arenaEquity fundraising

      Stories about equity fundraising in this arena

      Governance

      1. legal-ops leadPrepare board consents and resolutions and collect approvals online

        weight 2 · round to Ironclad
        Ironcladpartialclaimed4/10

        Ironclad is a general contract lifecycle management platform with workflow builders, e-signature, and approval routing that could be used to create and route a board consent/resolution document for approval, but there is no specific evidence of board-consent/resolution templates, cap-table/equity-fundraising features, or governance-specific workflows tailored to legal-ops board approvals. missing for 10: evidence of board consent/resolution-specific templates or workflows, evidence of equity-fundraising or governance use cases, and independent validation that Ironclad is used for board approvals specifically rather than generic contracts.

        • [claimed-docs] Create Contracts in No-Code Builder
        • [claimed-docs] Contract Signing Has Never Been Easier
        • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
        • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
        Beglaubigt.departialclaimed3/10

        Beglaubigt.de offers generic document submission, signer management, and notarization workflows (with signature-field auto-detection and appointment/event webhooks) that could technically be applied to notarize a board resolution, but there is no evidence of board-consent/resolution templates, multi-party approval tracking, or governance-specific workflows tailored to equity fundraising. Missing for 10: dedicated board-resolution/consent templates, multi-signer approval sequencing/voting, and any governance-specific use case documentation.

        • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
        • [claimed-docs] This endpoint creates a notarization request for a document
        • [claimed-docs] Signature and location/date fields will be automatically identified across the entire document using AI-powered detection.
        • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.

      Hiring

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

        weight 2 · round to Ironclad
        Ironcladpartialcommunity3/10

        Ironclad is a general-purpose CLM platform with no-code contract creation, workflows, and e-signature that could technically be configured to handle offer letters or NDAs (ironclad-docs-9, ironclad-docs-10, ironclad-comm-6 mentions using it for contractor onboarding), but there is no evidence of purpose-built templates, workflows, or integrations for hiring/equity paperwork specifically, especially option grants which typically require cap-table integration. Missing for 10: dedicated HR/equity templates, option grant or cap-table integration evidence, and any case study showing legal-ops running full hiring paperwork through Ironclad.

        • [claimed-docs] Create Contracts in No-Code Builder
        • [claimed-docs] Contract Signing Has Never Been Easier
        • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
        • [community] We use IronClad at Zinc and they are amazing. Whenever we have a new contractor, we shoot them an email (actually now we click a button) and…
        Beglaubigt.denone0/10

        Beglaubigt.de's documented capabilities cover generic document notarization, translation, incorporation, tax/trade registration, and apostilles for German companies — but no evidence pack item mentions offer letters, confidentiality/IP agreements, or option grants, nor any equity/HR paperwork workflow support. The evidence shows only signature-field detection on arbitrary uploaded documents, which is not the same as a legal-ops equity/hiring document suite.

        • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
        • [claimed-docs] This endpoint creates a notarization request for a document
        • [claimed-docs] Signature and location/date fields will be automatically identified across the entire document using AI-powered detection.

      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 Ironclad
        Ironcladpartialclaimed6/10

        Ironclad markets a dedicated 'Sign Contracts' capability and documents a Workflow Designer/Workflows API that lets processes 'follow approval and signature policies,' implying routing across multiple parties, and workflows can be launched via API for automation. However, the pack lacks concrete detail on multi-recipient routing order, legally-binding signature specifics, or independent verification of the e-signature flow working end-to-end. Missing for 10: explicit documentation of multi-recipient signing order/routing configuration, legal-binding compliance details (e.g., ESIGN/UETA), and independent/hands-on confirmation of the signature flow.

        • [claimed-docs] Contract Signing Has Never Been Easier
        • [claimed-docs] Contract Signing Has Never Been Easier | Ironclad
        • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
        • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
        • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
        • [claimed-docs] In Workflow Designer, publish the workflow you wish to launch if it has not been published already.
        Beglaubigt.departialclaimed3/10

        Beglaubigt.de's docs mention submitting documents and managing signers for notarization requests with AI-detected signature fields, which implies some multi-signer capability, but there is no evidence of routing logic (sequential/parallel order, per-recipient roles) for standard e-signature workflows — the platform's core focus is notarization/incorporation, not generic e-signature routing. Missing for 10: explicit routing/order configuration for multiple recipients, confirmation that signatures are 'legally binding e-signatures' rather than tied only to notarization appointments, and any independent corroboration of multi-recipient workflows.

        • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
        • [claimed-docs] This endpoint creates a notarization request for a document
        • [claimed-docs] Signature and location/date fields will be automatically identified across the entire document using AI-powered detection.

      Esign embed

      1. developerEmbed the signing experience inside my own app or website

        weight 2 · round to Ironclad
        Ironcladfullclaimed7/10

        Ironclad provides documented Clickwrap Workflow embedding via iframe for signing/agreement flows directly on a developer's own page. Missing for 10: independent hands-on confirmation of the embedding working in production, and broader coverage beyond clickwrap (e.g., full contract e-signature embedding) is not detailed.

        • [claimed-docs] This is a simple example outlining how to embed a clickwrap within an iframe.
        • [claimed-docs] Technical audiences will learn how to use Ironclad's Clickwrap Workflow to implement embedded clickwrap in their own pages.
        • [claimed-docs] This guide will cover the steps for embedding a clickwrap in your own page, once you have created and published a Clickwrap Workflow.
        Beglaubigt.denone0/10

        Beglaubigt.de exposes API endpoints for notarization, translation, incorporation, etc., but there is no evidence of any embeddable widget, iframe, or SDK for embedding a signing UI inside a third-party app or website — the evidence pack only shows backend API calls and webhook events. missing for 10: embeddable signing widget/iframe, front-end SDK or JS component, hosted signing page for embedding, customization/branding options for embedded flow.

        • [claimed-docs] This endpoint creates a notarization request for a document
        • [claimed-docs] Signature and location/date fields will be automatically identified across the entire document using AI-powered detection.
        • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
        • [probe] PROBE llms.txt: HTTP 200 at https://docs.beglaubigt.de/llms.txt # Beglaubigt.de API - [Introduction to Beglaubigt.de API](/): Welcome to th…
        • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…

      Esign scale

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

        weight 1 · round drawn
        Ironcladnone0/10

        Evidence shows Ironclad's Workflow API can launch individual contract workflows and clickwraps can be embedded, but there is no documentation or feature reference to a bulk-send capability (sending one document to many recipients simultaneously). Missing for 10: any mention of bulk-send, mail-merge-style multi-recipient dispatch, or batch signature request tooling.

        • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
        • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
        • [claimed-docs] In Workflow Designer, publish the workflow you wish to launch if it has not been published already.
        Beglaubigt.denone0/10

        Beglaubigt.de's docs describe creating a single notarization/translation/incorporation request and managing signers on that request, but there is no mention of a bulk-send or mass-distribution feature for sending one document to many recipients at once. Missing for 10: any bulk-send/batch-recipient API or UI capability, evidence of multi-recipient campaign sending.

        • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
        • [claimed-docs] This endpoint creates a notarization request for a document
      2. legal-ops leadSet signing order, automatic reminders, and expirations on outstanding signature requests

        weight 1 · round drawn
        Ironcladnone0/10

        Evidence only shows generic e-signature and workflow/API pages but no mention of configuring signing order, automatic reminders, or expiration settings on signature requests. Missing for 10: any documentation of signing order configuration, reminder scheduling, or expiration/timeout settings for signature requests.

        Beglaubigt.denone0/10

        Beglaubigt.de's docs describe managing signers and notarization/appointment events (e.g., appointment.completed webhooks) but nowhere mention configurable signing order, automatic reminders, or expiration settings on signature requests.

        • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
        • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
        • [claimed-docs] The `appointment.completed` event is automatically triggered when the notary appointment date has passed.

      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 Beglaubigt.de
        Ironcladpartialprobed5/10

        Ironclad exposes a broad API (Records, Workflows, Webhooks, Data Exports, launching published workflows) letting AI-native users read/write core contract data and trigger processes, but design-time actions like building/publishing workflows and templates are explicitly UI/no-code-builder only ('See your internal company admin for access to Workflow Designer'), and no public OpenAPI spec was found (probe returned 404s for all standard spec paths), indicating incomplete machine-discoverable parity with the UI. missing for 10: API-driven workflow/template design and publishing, a public OpenAPI/schema for full endpoint discovery, and independent confirmation that all UI actions (e.g., clickwrap embedding config, template creation) are API-accessible.

        • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
        • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
        • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
        • [claimed-docs] In Workflow Designer, publish the workflow you wish to launch if it has not been published already.
        • [claimed-docs] Create Contracts in No-Code Builder
        • [claimed-docs] Client submits an API request via Public API with request body payload to trigger an export job
        • [probe] PROBE openapi: all candidate paths 404 (https://developer.ironcladapp.com/openapi.json, https://developer.ironcladapp.com/swagger.json, http…
        Beglaubigt.departialprobed6/10

        The docs show a genuine API-first design covering the core workflows also available in the UI—incorporation, notarization, translation, tax registration, and trade registration (docs-2,4,6,7,8), plus webhooks/signature verification for automation (docs-9,10,11), and the company explicitly markets itself as the first in Germany to offer incorporation via API (docs-22). However, some UI-surfaced conveniences (free business account bundling, company-name availability check, package selection in docs-17/18) aren't confirmed as API endpoints, and no discoverable OpenAPI/swagger spec was found (probe-2 all 404), making full UI/API parity unverifiable. Missing for 10: confirmed API endpoints for all UI-only conveniences (name check, account bundling), and a published machine-readable OpenAPI spec.

        • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
        • [claimed-docs] This endpoint creates a notarization request for a document
        • [claimed-docs] This endpoint creates a translation request for one or multiple documents.
        • [claimed-docs] Submit a company's details to start its tax registration. An ELSTER XML document will be generated and sent the tax office
        • [claimed-docs] POST https://api.beglaubigt.de/v1/trade-registration
        • [claimed-docs] Real-time updates: Get instant notifications when notarization events are completed.
        • [claimed-docs] beglaubigt.de bietet als erstes Unternehmen in Deutschland eine API-Schnittstelle zur UG / GmbH Gründung in Zusammenarbeit mit Notaren.
        • [claimed-docs] Prüfe, ob dein Wunschname verfügbar ist – und gründe in wenigen Minuten
        • [claimed-docs] Erhalte ein kostenloses Geschäftskonto zu jeder Unternehmensgründung
        • [probe] PROBE openapi: all candidate paths 404 (https://docs.beglaubigt.de/openapi.json, https://docs.beglaubigt.de/swagger.json, https://docs.begla…
      2. ai-native userExport all of my data in open formats and leave

        weight 3 · round to Ironclad
        Ironcladpartialclaimed5/10

        Ironclad documents a Data Exports API and Records/Workflows APIs that let customers retrieve their contract records and trigger export jobs, which supports data portability, but nothing explicitly states the export format is open/standard (e.g., JSON/CSV) or that a full, wholesale data exit is guaranteed. missing for 10: explicit statement of open export formats, documentation of a full account data export/deletion process, and independent confirmation that customers can fully migrate off Ironclad.

        • [claimed-docs] Client submits an API request via Public API with request body payload to trigger an export job
        • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
        • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
        • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
        Beglaubigt.denone0/10

        Beglaubigt.de is a notarization/incorporation API service, not a data-storage platform, but the story asks whether users can export their own data (documents, records) in open formats and leave — no evidence of any export/download-all-data feature or data portability mechanism appears anywhere in the docs. This is a fair question since users submit sensitive documents and company data that they'd reasonably want to retrieve or migrate away with, so the axis applies, and no evidence of such a capability exists.

        • [claimed-docs] businesses can submit documents, manage signers, and automate notarization workflows, or incorporate companies in Germany
        • [claimed-docs] This endpoint creates a notarization request for a document
        • [claimed-docs] This endpoint creates a translation request for one or multiple documents.

      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
        Ironcladnone0/10

        No evidence in the pack mentions data residency, regional storage options, or geographic hosting controls for Ironclad; the docs focus on API, workflows, and contract management only. Missing for 10: any mention of region selection, data residency guarantees, or geo-specific hosting infrastructure.

          Beglaubigt.denone0/10

          No evidence anywhere in the pack about data residency options, region selection, or data storage location controls; the product is a German notarization/incorporation API but nothing addresses configurable data storage region for AI-native users.

          • ai-native userControl data retention and deletion

            weight 2 · round drawn
            Ironcladnone0/10

            The evidence pack covers API/webhook/workflow documentation and data export jobs, but contains no mention of data retention policies, deletion controls, or AI-training data opt-outs. This is a fair axis for any SaaS handling contract data, so absence of evidence means 'none' rather than 'na'.

              Beglaubigt.denone0/10

              No evidence of any data retention controls, deletion endpoints, or privacy/data lifecycle settings in the docs; the evidence pack covers notarization, incorporation, translation, and webhook features only.

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

                Ironclad's no-code builder and workflow designer support guided contract creation via questionnaires that populate templates, but there's no evidence of specific attorney-review flagging logic, and community comments explicitly raise concerns about unauthorized legal practice and lack of legal vetting for templates. missing for 10: explicit guided questionnaire walkthrough, evidence of attorney-review flagging/escalation logic, independent validation that generated documents are legally correct, resolution of unauthorized-practice-of-law concerns raised by community.

                • [claimed-docs] Create Contracts in No-Code Builder
                • [claimed-docs] Create Contracts in No-Code Builder | Ironclad
                • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
                • [claimed-docs] In Workflow Designer, publish the workflow you wish to launch if it has not been published already.
                • [community] This appears to be the unauthorized practice of law... I'll give you guys a week to rethink your service and get a lawyer on board, but next…
                • [community] What is up with the pre-loaded 'industry standard' templates? Are you guys a law firm? Do you carry malpractice insurance in case these temp…
                • [community] Full disclosure: Actual flesh-and-blood lawyer here. These tools are great when things are going well... you might be pushing off minor expe…
                Beglaubigt.departialclaimed3/10

                There is evidence of structured data submission for incorporation (company details, shareholders, directors) and a digital tax registration questionnaire submitted via ELSTER, which resembles guided form-filling, but nothing describes a questionnaire flow that validates legal choices or flags items requiring attorney review — the process instead routes to real notaries for the legal check, not an in-app flagging mechanism. Missing for 10: evidence of a structured Q&A/questionnaire UI, logic that flags legally risky choices, and any attorney-review escalation feature.

                • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
                • [claimed-docs] Der Fragebogen zur steuerlichen Erfassung wird vollständig digital ausgefüllt und über die offizielle ELSTER-Schnittstelle an das Finanzamt …
                • [claimed-docs] Company incorporation (UG, GmbH, Holding structures)

              Not comparable on these axes

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

                weight 3 · not comparable
                Ironcladn/a

                Ironclad is a contract lifecycle management SaaS product, not an AI agent client; there is no mention of MCP server integration in any evidence, and the product's own AI features are not framed as an agent capable of consuming external MCP tools. This axis applies to agent-type products or platforms with an MCP ecosystem story, but no such angle exists here — the evidence only covers REST/webhook APIs and OAuth for traditional integrations.

                • [claimed-docs] Ironclad's rich API can be used to connect your contract data and contracting process to your applications and internal platforms.
                • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
                • [claimed-docs] Integrations can also directly control the contract process, automatically blocking or pushing forward approvals.
                Beglaubigt.den/a

                Beglaubigt.de is a notarization/incorporation SaaS API, not an AI agent or assistant product; the evidence pack contains no MCP client capability, and consuming MCP servers is a client-side agent role that doesn't apply to this kind of product. This differs from publishing an MCP server (which would be applicable to a SaaS product) — here the story is about the product acting as an MCP client, which is not a fit for its category.

                • ai-native userUse an official CLI

                  weight 2 · not comparable
                  Ironcladn/a

                  Ironclad is a contract lifecycle management SaaS product, not a coding/agent tool; an official CLI for AI-native workflows is not a fair expectation for this product category, and evidence focuses only on REST APIs, webhooks, and web app features.

                    Beglaubigt.den/a

                    Beglaubigt.de is a notarization/legal-document API/SaaS product, not a developer tool or CLI-oriented platform where an official CLI would be a natural offering; there is no CLI mentioned anywhere and the product's interface is API/web-based only, making a CLI axis a category mismatch rather than a missing feature.

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

                      weight 3 · not comparable
                      Ironcladpartialclaimed2/10

                      Ironclad has a dedicated 'Ironclad AI' product page referencing 'contract intelligence,' suggesting some built-in AI capability, but the evidence pack contains only marketing taglines with no detail on what tasks can be delegated to an assistant, how it's invoked, or its scope. Missing for 10: description of assistant task delegation, concrete feature list, hands-on or independent corroboration of AI assistant functionality.

                      Beglaubigt.den/a

                      Beglaubigt.de is a notarization/incorporation API and document-workflow service, not an AI-agent product; there's no built-in AI assistant to delegate tasks to (only mentions of AI-powered field detection in documents). This axis is a category error for this product type.

                      • ai-native userSchedule recurring jobs or workflows

                        weight 2 · not comparable
                        Ironcladnone0/10

                        Ironclad's API/webhooks allow event-driven and on-demand workflow triggering, but there is no evidence of a scheduler or recurring-job/cron capability for workflows or exports.

                          Beglaubigt.den/a

                          Beglaubigt.de is a document notarization/incorporation API/service, not an AI agent or workflow platform; there is no concept of scheduling recurring jobs or workflows in this product category. This axis is a category error for a notarization/legal-services API.

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

                            weight 1 · not comparable
                            Ironcladnone0/10

                            Ironclad's docs mention publishing workflows via Workflow Designer and admin access, but there is no evidence of version history, review/approval flow for automation changes, or rollback capability for workflows/integrations themselves.

                            • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
                            • [claimed-docs] In Workflow Designer, publish the workflow you wish to launch if it has not been published already.
                            Beglaubigt.den/a

                            Beglaubigt.de is a notarization/incorporation API service, not an automation/workflow-building tool; there is no concept of user-created 'automations' to version, review, or roll back in the evidence.

                            • founderFile annual reports and franchise tax on time through the platform

                              weight 2 · not comparable
                              Ironcladn/a

                              Ironclad is a contract lifecycle management platform (creation, signing, storage, workflows) — it has no relationship to filing state annual reports or franchise taxes, which is a registered-agent/compliance-filing function outside its product category.

                                Beglaubigt.denone0/10

                                Evidence shows only one-time post-incorporation filings (tax registration via ELSTER, trade registration, transparency register entry) at company formation, not recurring annual report or franchise-tax filing services on an ongoing basis. Missing for 10: any evidence of recurring/annual compliance filing, franchise tax handling, or ongoing registered-agent style maintenance work.

                                • [claimed-docs] Submit a company's details to start its tax registration. An ELSTER XML document will be generated and sent the tax office
                                • [claimed-docs] POST https://api.beglaubigt.de/v1/trade-registration
                                • [claimed-docs] Wir übernehmen die Pflichtmeldungen nach Gründung: Transparenzregister-Eintrag, Gewerbeanmeldung und Anmeldung beim Finanzamt.
                              • founderUse the platform as my registered agent and receive scanned legal mail and service of process digitally

                                weight 2 · not comparable
                                Ironcladn/a

                                Ironclad is a contract lifecycle management platform; registered agent services and receiving service of process are a completely different regulated business function unrelated to CLM's scope.

                                  Beglaubigt.den/a

                                  Beglaubigt.de is a German notarization/incorporation/translation API platform, not a US-style registered agent service handling service of process; this is a category/jurisdiction mismatch, not a missing feature.

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

                                    weight 2 · not comparable
                                    Ironcladpartialclaimed5/10

                                    Ironclad exposes a Records API, Workflows API, and webhooks that could let an external agent poll contract data or receive event notifications and then trigger workflow actions via the API, which is the raw plumbing needed for automated renewal/deadline monitoring. However, there is no explicit documentation of a renewal-date or deadline field/endpoint, no webhook event specifically for upcoming expirations, and no mention of an agent-oriented monitoring pattern. Missing for 10: explicit renewal/deadline tracking endpoints or webhook events, documented example of automated pre-lapse action, independent/hands-on confirmation that this workflow works in practice.

                                    • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
                                    • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
                                    • [claimed-docs] The corresponding Workflows API allows you to retrieve, create, and interact with active and completed workflows.
                                    • [claimed-docs] Integrations can also directly control the contract process, automatically blocking or pushing forward approvals.
                                    • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
                                    Beglaubigt.den/a

                                    Beglaubigt.de is a transactional API for notarization, incorporation, translation, apostille and tax registration — one-off legal document workflows, not an ongoing contract-lifecycle/renewal-tracking product. There is no concept of recurring contracts, renewal dates, or deadline monitoring in the evidence, making this axis a category mismatch rather than a missing feature.

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

                                      weight 3 · not comparable
                                      Ironcladpartialclaimed6/10

                                      Ironclad's docs show core CLM capabilities relevant to the story—no-code contract creation, workflow designer for approvals, APIs to update contract language and control the process, and structured storage/signing—supporting a controlled workflow model instead of email attachments. However, the pack lacks explicit evidence of a redlining/track-changes or counterparty negotiation feature, and community citations are thin/tangential rather than corroborating negotiation workflows in practice. Missing for 10: explicit redline/version-comparison feature documentation, first-hand or independent evidence of negotiation collaboration replacing email attachments.

                                      • [claimed-docs] Create Contracts in No-Code Builder
                                      • [claimed-docs] Built on how contracts really move.
                                      • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
                                      • [claimed-docs] Integrations can also directly control the contract process, automatically blocking or pushing forward approvals.
                                      • [claimed-docs] integrations can interface directly with underlying contract documents, reading contract text or updating new versions of the document
                                      • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
                                      • [claimed-docs] In Workflow Designer, publish the workflow you wish to launch if it has not been published already.
                                      Beglaubigt.den/a

                                      Beglaubigt.de is a notarization/incorporation/translation API product focused on legal document certification workflows, not a contract-drafting or redlining tool; the story's subject (contract negotiation/redlining workflow) is outside its product category.

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

                                        weight 2 · not comparable
                                        Ironcladfullclaimed6/10

                                        Ironclad's marketing and developer docs explicitly describe a 'Store Contracts Securely, Find Them Easily' repository and a Records API for retrieving/updating structured contract metadata, plus an 'Ironclad AI'/Contract Intelligence product implying key-term extraction. Missing for 10: detailed documentation of specific extracted fields/metadata schema, search functionality specifics, and independent/hands-on corroboration of extraction accuracy.

                                        • [claimed-docs] Store Contracts Securely, Find Them Easily
                                        • [claimed-docs] Store Contracts Securely, Find Them Easily | Ironclad
                                        • [claimed-docs] Built on how contracts really move.
                                        • [claimed-docs] A New Era of Contract Intelligence | Ironclad
                                        • [claimed-docs] The corresponding Records API allows you to retrieve, update, and create records.
                                        • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
                                        Beglaubigt.den/a

                                        Beglaubigt.de is a notarization/incorporation/translation API service, not a contract repository or CLM tool; there is no evidence of any document storage, search, or metadata-extraction repository for executed contracts. This axis is a category error for this product type.

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

                                          weight 2 · not comparable
                                          Ironcladnone0/10

                                          The evidence pack covers Ironclad's contract creation, storage, signing, workflows, and API/webhooks, but nowhere mentions renewal tracking, expiration dates, obligation management, or automatic alerts—core to this story. Missing for 10: any documentation of renewal/expiration tracking, obligation management, or alerting/notification features.

                                          • [claimed-docs] Store Contracts Securely, Find Them Easily
                                          • [claimed-docs] Store Contracts Securely, Find Them Easily | Ironclad
                                          • [claimed-docs] Webhooks allow you to specify that we should POST to your URL when certain events happen.
                                          Beglaubigt.den/a

                                          Beglaubigt.de is a notarization/incorporation/document-legalization API service, not a contract-lifecycle management tool; nothing in the evidence relates to tracking contract renewals, expirations, or obligations with alerts.

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

                                            weight 2 · not comparable
                                            Ironcladfullclaimed7/10

                                            Ironclad's docs describe Workflow Designer for building and publishing approval workflows, launching workflows via API/UI, and explicitly reference 'approval and signature policies' being enforced by the platform (docs-8, docs-15, docs-16, docs-20), directly matching the story of routing contracts through configurable approval steps before signature. Missing for 10: independent/hands-on verification of the approval-workflow configuration UI and no detailed walkthrough of multi-stage approval logic beyond brief doc mentions.

                                            • [claimed-docs] Published workflow design and Workflow Designer access: See your internal company admin for access to Workflow Designer.
                                            • [claimed-docs] integrations can read and write structured data from Ironclad, leaving the specifics around updating contract language and following approva…
                                            • [claimed-docs] In Workflow Designer, publish the workflow you wish to launch if it has not been published already.
                                            • [claimed-docs] Integrations can also directly control the contract process, automatically blocking or pushing forward approvals.
                                            • [claimed-docs] Technical audiences will learn how to use Ironclad's API to launch workflows.
                                            Beglaubigt.den/a

                                            Beglaubigt.de is a notarization/incorporation/translation API service, not a contract-lifecycle or e-signature platform with configurable multi-step approval workflows; the evidence shows document submission and notary/signer management, not approval routing before signature. This is a category mismatch rather than a missing feature.

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

                                              weight 3 · not comparable
                                              Ironcladnone0/10

                                              Ironclad is a general contract lifecycle management platform with no-code contract creation, e-signature, and workflow tools, but the evidence never mentions SAFEs, convertible notes, or startup fundraising document templates specifically — the community comments reference generic 'industry standard templates' causing legal concerns, not equity instruments.

                                              • [claimed-docs] Create Contracts in No-Code Builder
                                              • [claimed-docs] Contract Signing Has Never Been Easier
                                              • [community] What is up with the pre-loaded 'industry standard' templates? Are you guys a law firm? Do you carry malpractice insurance in case these temp…
                                              Beglaubigt.den/a

                                              Beglaubigt.de is a German notarization/incorporation/document API platform (notarization, translation, apostille, company registration), not a fundraising-document or SAFE/convertible-note generation tool; generating equity-fundraising instruments is outside its product category.

                                              • founderObtain a federal EIN for my new company through the platform

                                                weight 2 · not comparable
                                                Ironcladn/a

                                                Ironclad is a contract lifecycle management platform focused on creating, signing, and storing contracts—it has no incorporation or EIN registration functionality, which is a wrong-axis capability for this product category.

                                                  Beglaubigt.den/a

                                                  Beglaubigt.de is a German platform for notarization, translation, apostilles, and GmbH/UG incorporation, with tax registration handled via the German ELSTER system (Finanzamt), not the U.S. IRS. A 'federal EIN' is a U.S.-specific tax ID concept that has no analog in this German jurisdiction, so the axis is a category mismatch for this product.

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

                                                    weight 3 · not comparable
                                                    Ironcladn/a

                                                    Ironclad is a contract lifecycle management (CLM) platform for drafting, signing, and managing contracts/workflows, not a Delaware incorporation or company-formation service — filing articles of incorporation, generating bylaws, and initial board consent packages is outside its product category.

                                                      Beglaubigt.den/a

                                                      Beglaubigt.de is a German notarization/incorporation API focused on German entities (GmbH, UG) and German legal processes (ELSTER tax, Transparenzregister, Gewerbeanmeldung) — it has no connection to Delaware or US corporate law; this is a wrong-jurisdiction category error, not a missing feature.

                                                      • [claimed-docs] This endpoint creates an incorporation request for a company in Germany such as a GmbH or UG, including company details, shareholders, and d…
                                                      • [claimed-docs] Company incorporation (UG, GmbH, Holding structures)
                                                      • [claimed-docs] beglaubigt.de bietet als erstes Unternehmen in Deutschland eine API-Schnittstelle zur UG / GmbH Gründung in Zusammenarbeit mit Notaren.
                                                    • founderComplete post-incorporation setup — founder stock purchases, IP assignment, and 83(b) elections — with correct standard paperwork

                                                      weight 2 · not comparable
                                                      Ironcladn/a

                                                      Ironclad is a contract lifecycle management platform for enterprises, not an incorporation/formation service; it has no offering for founder stock purchase agreements, IP assignment, or 83(b) elections as part of company setup — this axis belongs to incorporation-specific products (e.g., Stripe Atlas, Clerky, Firstbase), not general contract management software.

                                                        Beglaubigt.den/a

                                                        Beglaubigt.de is a German notarization/incorporation platform for GmbH/UG entities under German law; the story's specific mechanisms (founder stock purchases, IP assignment agreements, IRS 83(b) elections) are U.S. corporate/tax law constructs that do not exist in the German legal system this product operates in. This is a jurisdictional category mismatch, not a missing feature.

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

                                                          weight 2 · not comparable
                                                          Ironcladn/a

                                                          Ironclad is a closed-source commercial SaaS contract management platform; there is no evidence of, nor plausible category expectation for, an open-licensed source code release.

                                                            Beglaubigt.den/a

                                                            Beglaubigt.de is a closed commercial SaaS API for notarization/incorporation services, not an open-source software product; there is no indication source code publication is a relevant axis for this kind of service.

                                                            • ai-native userSelf-host the core product

                                                              weight 3 · not comparable
                                                              Ironcladn/a

                                                              Ironclad is a SaaS contract lifecycle management platform with no on-premise/self-hosted deployment option evidenced; it is delivered exclusively as a cloud service accessed via API/webhooks. Self-hosting the 'core product' is not a plausible axis for this SaaS category.

                                                                Beglaubigt.den/a

                                                                Beglaubigt.de is a notarization/legal-services SaaS API tied to German notaries and regulatory infrastructure (ELSTER, Transparenzregister), not software that can be run on one's own infrastructure; self-hosting is not a meaningful axis for this kind of regulated service product.

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

                                                                  weight 3 · not comparable
                                                                  Ironcladnone0/10

                                                                  No evidence in the pack addresses AI training data usage, opt-out controls, or data privacy policies regarding model training; the pack only covers API/product features and unrelated community feedback.

                                                                    Beglaubigt.den/a

                                                                    Beglaubigt.de is a notarization/incorporation/document API service, not an AI model or AI product that trains on user data; the AI-training opt-out axis doesn't apply to this category of product.

                                                                    • ai-native userOpt out of telemetry and usage tracking

                                                                      weight 2 · not comparable
                                                                      Ironcladnone0/10

                                                                      No evidence in the pack addresses telemetry, usage tracking, or an opt-out mechanism for AI-native or any users; documentation focuses on API, workflows, and contract features.

                                                                        Beglaubigt.den/a

                                                                        Beglaubigt.de is a notarization/incorporation SaaS API product, not an AI agent/assistant tool with telemetry settings relevant to AI-native usage; no evidence pack content relates to telemetry or usage tracking opt-out at all.

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

                                                                          weight 2 · not comparable

                                                                          Ironclad markets contract creation tools (No-Code Builder, workflow templates) that could serve as a template library, but hands-on community feedback from early users directly disputes the 'vetted standard legal templates' framing: users questioned whether the templates constituted unauthorized practice of law and whether Ironclad carried malpractice insurance, and the company pulled the product to rethink it rather than defend the templates as reliable substitutes for counsel. Missing for 10: any current documentation of a curated NDA/agreement/policy template library, evidence of legal vetting or counsel review, and independent validation that founders can safely skip a lawyer.

                                                                          • [claimed-docs] Create Contracts in No-Code Builder
                                                                          • [claimed-docs] Create Contracts in No-Code Builder | Ironclad
                                                                          • [community] This appears to be the unauthorized practice of law... I'll give you guys a week to rethink your service and get a lawyer on board, but next…
                                                                          • [community] What is up with the pre-loaded 'industry standard' templates? Are you guys a law firm? Do you carry malpractice insurance in case these temp…
                                                                          • [community] Hey everyone, thanks a ton for your comments and interest. Now that we've had a chance to get some feedback, we'll be closing up the site wh…
                                                                          • [community] Full disclosure: Actual flesh-and-blood lawyer here. These tools are great when things are going well... you might be pushing off minor expe…
                                                                          Beglaubigt.den/a

                                                                          Beglaubigt.de is a notarization/incorporation/translation API platform, not a legal-document template library; the evidence shows no offering of vetted NDA/agreement/policy templates for founders to self-serve, so this axis is a category mismatch rather than a gap.