AgentPMT

Verify File Attestation Certificate

Saves ~10 min

Details

Upload a file and its attestation certificate, then cryptographically verify that the certificate is authentic and the file has not been tampered with. Uses post-quantum ML-DSA-65 signature verification. Perfect for confirming software release integrity, validating compliance evidence, or verifying any file that was previously attested.

Tools In This Workflow

Workflow Steps

  1. 1Upload the Original File
  2. 2Upload the Attestation Certificate
  3. 3Verify Attestation
  4. 4Deliver Verification Result
Step 1 of 4
Prompt1

Upload the Original File

Goal: Ask the user for the original file they want to verify. Upload it using the File Management tool. | Inputs: The user provides the file they want to verify — a software release, document, archive, or any artifact that has an attestation certificate. | Outputs: A file_id from File Management after uploading the file. | Constraints: The file must be uploaded to File Management using upload_standard before proceeding. Save the returned file_id. | Success criteria: The file is uploaded and a file_id is returned.

Frequently Asked Questions

How do I connect this workflow to my local agent like OpenClaw or Claude Code?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How do I trigger this workflow?

Agent prompt

Call the AgentPMT-Workflow-Skills tool with action 'get_workflow_skill' and skill_id 69caaa5bb6083145c00be342 ("Verify File Attestation Certificate").

Looking for help integrating AI into your business? Set up a free consultation.