# Signpath AI integration on Definable

> SignPath is a code signing service that integrates with your build system to automate the signing of your software artifacts, ensuring their authenticity and integrity.

## What this connects

SignPath is a code signing service that integrates with your build system to automate the signing of your software artifacts, ensuring their authenticity and integrity.

Vendor: https://signpath.io/

## Tools available

**5** tools available. First 5:

- `SIGNPATH_GET_HEALTH_CHECK` — Get Health Check — Tool to check if the SignPath API is healthy and operational. Use this to verify API availability before performing other operations.
- `SIGNPATH_LIST_CERTIFICATES` — List Certificates — Retrieve all certificates available in a SignPath organization. Use this to discover certificate IDs needed for signing operations. Requires a valid organization_id which can be obtained from your SignPath account settings.
- `SIGNPATH_LIST_PROJECTS` — List Projects — Tool to list all projects for an organization. Use after confirming the organization ID to retrieve and paginate project records.
- `SIGNPATH_RETRIEVE_SIGNING_POLICY_DETAILS` — Retrieve Signing Policy Details — Retrieve signing policy details for code signing operations. Returns certificate info, RSA key parameters, and policy metadata for the authenticated user's accessible signing policies. Without filters, returns all policies where the user is assigned as Submitter.
- `SIGNPATH_RETRIEVE_SYSTEM_INFO` — Retrieve System Info — Retrieves SignPath system information including the application version and the web UI base URL. Use this tool to verify the SignPath installation version or to obtain the web interface URL.

## Auth

Auth schemes: `API_KEY`.

## How agents use Signpath

Inside a Definable workflow, Signpath is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Signpath** — the Researcher (GPT-5.5) pulls context from Signpath (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Signpath** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Signpath (create record, post message, draft email).
- **Designer / Engineer → Distributor → Signpath** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Signpath (attach file, open PR comment, post status).

The Verifier checks every Signpath call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- security & identity tools — https://definable.ai/apps/category/security-&-identity-tools/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/signpath/
- Same category (security & identity tools): https://definable.ai/apps/category/security-&-identity-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
