Back to registry
document-automation custom auth 1 pinned sources 10 files

DocuSeal

Generated DocuSeal CLI and agent Skill for document templates and signing workflows.

$ docuseal search "list templates" --json
CLI binaries 6 platform builds
Skill Included in CLI
Source refs 1 pinned inputs
Smoke intent list templates
01 Schema docuseal commands schema --json
02 Catalog docuseal commands --json
03 Search docuseal search "list templates" --json
Recipe structure

Files

10 files
builds/docuseal.json json
{
  "schema_version": 1,
  "recipe": "docuseal",
  "cli_name": "docuseal",
  "generated_at": "2026-08-21T06:45:37.357Z",
  "lathe_version": "lathe v0.5.2 (none, unknown)",
  "gate": {
    "verdict": "GO",
    "generated_at": "2026-08-21T06:45:37.357Z",
    "lathe_version": "lathe v0.5.2 (none, unknown)",
    "command_count": 22,
    "group_count": 3,
    "skill_included": true,
    "warnings": []
  },
  "source_refs": [
    {
      "name": "docuseal_api",
      "display_name": "docuseal_api",
      "backend": "openapi3",
      "repo_url": "https://github.com/docusealco/docuseal",
      "pinned_tag": "3.1.5",
      "files": [
        "docs/openapi.json"
      ]
    }
  ],
  "outputs": {
    "catalog": null,
    "skill": "skills/docuseal",
    "cli_artifacts": [
      {
        "os": "darwin",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "docuseal",
        "path": "downloads/docuseal-darwin-arm64.tar.gz",
        "size": 3674436,
        "sha256": "sha256:82bb03aa88500ce0424add5f58822dfa2c3ab346cf93e3347607654b3f2a444b"
      },
      {
        "os": "darwin",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "docuseal",
        "path": "downloads/docuseal-darwin-amd64.tar.gz",
        "size": 3971557,
        "sha256": "sha256:135843b2fa5e041dbd2dc309173e3b89292d9661e40f307c98c2d5bb0eeb4ebc"
      },
      {
        "os": "linux",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "docuseal",
        "path": "downloads/docuseal-linux-amd64.tar.gz",
        "size": 3912433,
        "sha256": "sha256:25252e086d1e89220bdcca6cc5a94c25b00476bb4e9ee90da4421696482f4156"
      },
      {
        "os": "linux",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "docuseal",
        "path": "downloads/docuseal-linux-arm64.tar.gz",
        "size": 3543280,
        "sha256": "sha256:7d21ddb84f827bd1288d0803dceacc1906f4f499e112e87f9aafc0ebfbd4c02b"
      },
      {
        "os": "windows",
        "arch": "amd64",
        "format": "tar.gz",
        "binary": "docuseal.exe",
        "path": "downloads/docuseal-windows-amd64.tar.gz",
        "size": 4028292,
        "sha256": "sha256:c06509531de921ca7f601965c3dc60784aa1bc57e30c75957b0162ca536b2c73"
      },
      {
        "os": "windows",
        "arch": "arm64",
        "format": "tar.gz",
        "binary": "docuseal.exe",
        "path": "downloads/docuseal-windows-arm64.tar.gz",
        "size": 3603540,
        "sha256": "sha256:85c6e6626ace039512a08021f17ccd1cb0d0113375318bbd5f9c89e40d081089"
      }
    ]
  }
}

DocuSeal

This recipe generates the docuseal CLI and agent Skill for DocuSeal templates, submissions, and document-signing workflows.

API and authentication

Create an API key in DocuSeal, then authenticate with the X-Auth-Token header:

docuseal auth login --hostname api.docuseal.com --auth-type apikey
docuseal auth status --hostname api.docuseal.com

Enter X-Auth-Token when the login command asks for the header name.

Install the Skill

docuseal skill install --scope user --agent codex --yes

Agent workflow

docuseal commands --json
docuseal search "list templates" --json

Use the returned command path with docuseal commands show before execution. Bump the release pin in specs/sources.yaml when upgrading the DocuSeal API.