nexart.iodocs

    Integrations

    Connect NexArt to your execution environment. Single-CER and Project Bundle paths are both supported.

    Two Integration Models

    • Single CER: certify one execution at a time. Works with every integration below. The most common starting point.
    • Project Bundle: group multiple step CERs into one verifiable unit for multi-step or multi-agent workflows. Best paired with Agent Kit or the SDK createProjectBundle helper.

    Project Bundles are not required. Single-CER integrations are first-class.

    Choose the Best Integration Path

    • Use the API for direct server-side certification of one execution at a time
    • Use the CLI for local development, CI pipelines, and offline verification
    • Use n8n for workflow automation with minimal custom code
    • Use LangChain when building AI chains, tools, or agents in code
    • Use Agent Kit to wrap tools as CERs or to assemble linear workflows into Project Bundles
    IntegrationBest forBundle supportTypical user
    APIServer-side single-CER certificationSingle CERBackend developers
    CLILocal dev, CI, offline verificationSingle CERDevOps, CLI-first developers
    n8nWorkflow automationSingle CER per stepAutomation engineers
    LangChainAI chains, tools, agentsSingle CER or Project BundleAI/ML engineers
    Agent KitAgent tools and linear workflowsSingle CER or Project BundleAgent builders

    Available Integrations

    Public verification
    Single CERs verify publicly once attested by the node. Project Bundles verify publicly only after they are registered on the node. See End-to-End Verification.