{
  "info": {
    "name": "Paradym — mcp.ai",
    "description": "REST API for the Paradym MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/paradym",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "paradym_activate_certificate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/activate/certificate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "activate",
            "certificate"
          ]
        },
        "description": "Tool to activate a certificate for use in a project. Use when you need to enable a certificate that is in pending activation status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"certificateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_archive_anoncreds_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/anoncreds/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "anoncreds",
            "credential",
            "template"
          ]
        },
        "description": "Tool to archive an AnonCreds credential template in a project. Use when you need to remove or deactivate a credential template. Returns success status upon archival.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_archive_mdoc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/mdoc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "mdoc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to archive an mDoc credential template. Use when you need to archive a template that is no longer needed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_archive_presentation_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/presentation/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "presentation",
            "template"
          ]
        },
        "description": "Tool to archive a presentation template in a project. Use when you need to remove or deactivate a presentation template. Returns success status upon archival.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"presentationTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_archive_sd_jwt_vc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/sd/jwt/vc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "sd",
            "jwt",
            "vc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to archive an SD-JWT VC credential template in a project. Use when you need to remove or deactivate an SD-JWT VC credential template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_anoncreds_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/anoncreds/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "anoncreds",
            "credential",
            "template"
          ]
        },
        "description": "Tool to create a new AnonCreds credential template. Use when you have a project ID and want to define a credential schema with specific attributes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"issuer\": \"\",\n  \"schema\": \"\",\n  \"projectId\": \"\",\n  \"revocable\": false,\n  \"attributes\": {},\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_certificate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/certificate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "certificate"
          ]
        },
        "description": "Tool to create a new self-signed X.509 certificate for a project. Use when you need to create a root certificate for verifying or issuing credentials.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"keyType\": \"\",\n  \"projectId\": \"\",\n  \"commonName\": \"\",\n  \"countryName\": \"\",\n  \"issuerAlternativeNameUrl\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_didcomm_connection_invitation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/didcomm/connection/invitation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "didcomm",
            "connection",
            "invitation"
          ]
        },
        "description": "Tool to create a DIDComm connection invitation. Use when you need to establish a new DIDComm connection for a project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"did\": \"\",\n  \"goal\": {},\n  \"reusable\": false,\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_didcomm_issuance_offer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/didcomm/issuance/offer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "didcomm",
            "issuance",
            "offer"
          ]
        },
        "description": "Tool to create a DIDComm credential issuance offer. Use when you need to offer credentials via DIDComm protocol after obtaining a project ID and credential template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"goal\": {},\n  \"projectId\": \"\",\n  \"credential\": {},\n  \"didcommInvitation\": {},\n  \"didcommConnectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_openid4vc_credential_offer",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/openid4vc/credential/offer",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "openid4vc",
            "credential",
            "offer"
          ]
        },
        "description": "Tool to create an OpenID4VC credential offer. Use when you need to issue verifiable credentials using OpenID4VC protocol. Note: Only works with SD-JWT VC and mDoc credential templates.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentials\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_openid4vc_verification_request",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/openid4vc/verification/request",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "openid4vc",
            "verification",
            "request"
          ]
        },
        "description": "Tool to create an OpenID4VC verification request. Use when you need to initiate a credential verification flow with a presentation template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"presentationTemplateId\": \"\",\n  \"requireResponseEncryption\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_presentation_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/presentation/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "presentation",
            "template"
          ]
        },
        "description": "Tool to create a new presentation template. Use when you have a project ID and template definition ready.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"verifier\": {},\n  \"project_id\": \"\",\n  \"credentials\": \"\",\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_project_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/project/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "project",
            "webhook"
          ]
        },
        "description": "Tool to create a new webhook for a project. Use after obtaining the project ID to subscribe to specific project events.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"name\": \"\",\n  \"projectId\": \"\",\n  \"eventTypes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_sd_jwt_vc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/sd/jwt/vc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "sd",
            "jwt",
            "vc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to create a new SD-JWT VC credential template with selective disclosure capabilities. Use when you have a project ID and want to define a credential with attributes that can be selectively disclo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"text\": {},\n  \"type\": \"\",\n  \"issuer\": \"\",\n  \"projectId\": \"\",\n  \"revocable\": false,\n  \"validFrom\": \"\",\n  \"attributes\": {},\n  \"background\": {},\n  \"validUntil\": {},\n  \"description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_create_trusted_entity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/trusted/entity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "trusted",
            "entity"
          ]
        },
        "description": "Tool to create a new trusted entity for a project. Use when you need to add trusted DIDs or X509 certificates to establish trust relationships.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dids\": \"\",\n  \"name\": \"\",\n  \"projectId\": \"\",\n  \"certificates\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_deactivate_certificate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/deactivate/certificate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "deactivate",
            "certificate"
          ]
        },
        "description": "Tool to deactivate a certificate in a project. Use when you need to deactivate an active certificate, changing its status to inactive.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"certificateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_delete_did_comm_connection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/did/comm/connection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "did",
            "comm",
            "connection"
          ]
        },
        "description": "Tool to delete a DIDComm connection from a project. Use when removing a connection that is no longer needed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"didcommConnectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_delete_didcomm_invitation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/didcomm/invitation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "didcomm",
            "invitation"
          ]
        },
        "description": "Tool to delete a DIDComm invitation from a project. Use when removing an invitation that is no longer needed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"didcommInvitationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_delete_trusted_entity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/trusted/entity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "trusted",
            "entity"
          ]
        },
        "description": "Tool to delete a trusted entity from a project. Use when you need to remove a trusted entity that is no longer needed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"trustedEntityId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_delete_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "webhook"
          ]
        },
        "description": "Tool to delete a webhook endpoint from a project. Use when removing a webhook no longer needed. Returns the deletion status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"webhookId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_anoncreds_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/anoncreds/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "anoncreds",
            "credential",
            "template"
          ]
        },
        "description": "Tool to retrieve a specific AnonCreds credential template by ID. Use when you need to view details of a specific credential template after obtaining the project ID and template ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_anoncreds_credential_template_json_schema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/anoncreds/credential/template/json/schema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "anoncreds",
            "credential",
            "template",
            "json",
            "schema"
          ]
        },
        "description": "Tool to retrieve the JSON schema for an AnonCreds credential template. Use when you need to understand the structure and validation rules of a credential template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_di_ds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/di/ds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "di",
            "ds"
          ]
        },
        "description": "Tool to retrieve a list of Decentralized Identifiers (DIDs) for a specific project. Use after project creation when you need to list or paginate through DIDs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"offset\": 0,\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_did_comm_connection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/did/comm/connection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "did",
            "comm",
            "connection"
          ]
        },
        "description": "Tool to retrieve a specific DIDComm connection by ID. Use when you need to fetch details of a particular connection.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"didcommConnectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_did_comm_connections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/did/comm/connections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "did",
            "comm",
            "connections"
          ]
        },
        "description": "Tool to retrieve a list of DIDComm connections for a project. Use when you need to fetch connections after obtaining the project ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"state\": \"\",\n  \"offset\": 0,\n  \"projectId\": \"\",\n  \"invitation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_didcomm_invitation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/didcomm/invitation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "didcomm",
            "invitation"
          ]
        },
        "description": "Tool to retrieve a specific DIDComm invitation by ID. Use when you need to get details of an existing invitation after obtaining the project ID and invitation ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"didcommInvitationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_didcomm_issuance_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/didcomm/issuance/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "didcomm",
            "issuance",
            "session"
          ]
        },
        "description": "Tool to retrieve a specific DIDComm issuance session by ID. Use when you need to check the status or details of a credential issuance session.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"didcommIssuanceId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_mdoc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/mdoc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "mdoc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to retrieve a specific mDoc credential template by ID. Use when you need to fetch details of an existing mDoc credential template for a project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_mdoc_credential_template_json_schema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/mdoc/credential/template/json/schema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "mdoc",
            "credential",
            "template",
            "json",
            "schema"
          ]
        },
        "description": "Tool to retrieve the JSON schema for an mDoc credential template. Use when you need to understand the structure and validation rules of an mDoc credential template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_openid4vc_issuance_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/openid4vc/issuance/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "openid4vc",
            "issuance",
            "session"
          ]
        },
        "description": "Tool to retrieve a specific OpenID4VC issuance session by ID. Use when you need to check the status or details of an issuance session.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"openId4VcIssuanceId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_openid4vc_verification_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/openid4vc/verification/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "openid4vc",
            "verification",
            "session"
          ]
        },
        "description": "Tool to retrieve a specific OpenID4VC verification session by ID. Use when you need to check the status or details of an existing verification session.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"openId4VcVerificationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_presentation_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/presentation/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "presentation",
            "template"
          ]
        },
        "description": "Tool to retrieve a specific presentation template by ID. Use when you need to fetch details of an existing presentation template for a project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"include\": \"\",\n  \"projectId\": \"\",\n  \"presentationTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_presentation_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/presentation/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "presentation",
            "templates"
          ]
        },
        "description": "Tool to retrieve a list of presentation templates for a project. Use when you need to list presentation templates after obtaining the project ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"offset\": 0,\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_project_members",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/project/members",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "project",
            "members"
          ]
        },
        "description": "Tool to retrieve a list of project members. Use after confirming the project ID exists.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"offset\": 0,\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_project_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/project/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "project",
            "profile"
          ]
        },
        "description": "Tool to retrieve the default profile for a project. Use after confirming the project ID exists when you need to get profile details such as DID, display name, logo, and wallet configuration.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_project_webhooks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/project/webhooks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "project",
            "webhooks"
          ]
        },
        "description": "Tool to retrieve a list of webhooks configured for a specific project. Use when you need to list configured webhooks before managing or auditing them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_projects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects"
          ]
        },
        "description": "Tool to retrieve a list of all projects accessible to the authenticated user. Use after authentication when you need to list available projects.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_sd_jwt_vc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sd/jwt/vc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sd",
            "jwt",
            "vc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to retrieve a specific SD-JWT VC credential template by ID. Use when you need to fetch details of an existing SD-JWT VC credential template for a project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_sd_jwt_vc_credential_template_json_schema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sd/jwt/vc/credential/template/json/schema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sd",
            "jwt",
            "vc",
            "credential",
            "template",
            "json",
            "schema"
          ]
        },
        "description": "Tool to retrieve the JSON schema for an SD-JWT VC credential template. Use when you need to understand the structure and validation rules of an SD-JWT VC credential template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_trusted_entities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trusted/entities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trusted",
            "entities"
          ]
        },
        "description": "Tool to retrieve trusted entities for a specific project. Use when you need to list all trusted entities associated with a Paradym project after authentication.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"pageBefore\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_get_trusted_entity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/trusted/entity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "trusted",
            "entity"
          ]
        },
        "description": "Tool to retrieve a specific trusted entity by ID. Use when you need to get detailed information about a particular trusted entity including its certificates and DIDs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"trustedEntityId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_issue_direct_sd_jwt_vc",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/issue/direct/sd/jwt/vc",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "issue",
            "direct",
            "sd",
            "jwt",
            "vc"
          ]
        },
        "description": "Tool to directly issue an SD-JWT VC credential without exchange protocol. Use when you need to create a verifiable credential with selective disclosure capabilities for a specific credential template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credential\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_anon_creds_credential_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/anon/creds/credential/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "anon",
            "creds",
            "credential",
            "templates"
          ]
        },
        "description": "Tool to retrieve all AnonCreds credential templates for a project. Use when you need to list available credential templates for issuing AnonCreds verifiable credentials.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"filterId\": \"\",\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"pageBefore\": \"\",\n  \"searchName\": \"\",\n  \"filterArchived\": false,\n  \"filterRevocable\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_certificate_signing_requests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/certificate/signing/requests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "certificate",
            "signing",
            "requests"
          ]
        },
        "description": "Tool to retrieve all certificate signing requests for a project. Use when you need to list or audit CSRs for certificate management.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"filterType\": \"\",\n  \"pageBefore\": \"\",\n  \"filterKeyType\": \"\",\n  \"filterSubjectKeyIdentifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_certificates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/certificates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "certificates"
          ]
        },
        "description": "Tool to retrieve all X.509 certificates for a project. Use when you need to list certificates with optional filtering by type, key type, status, or other attributes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"filterType\": \"\",\n  \"pageBefore\": \"\",\n  \"filterStatus\": \"\",\n  \"filterKeyType\": \"\",\n  \"filterParentCertificateId\": \"\",\n  \"filterSubjectKeyIdentifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_didcomm_invitations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/didcomm/invitations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "didcomm",
            "invitations"
          ]
        },
        "description": "Tool to retrieve all DIDComm invitations for a project. Use when you need to inspect or paginate through connection invitations after obtaining the project ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_didcomm_issuance_offers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/didcomm/issuance/offers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "didcomm",
            "issuance",
            "offers"
          ]
        },
        "description": "Tool to list all DIDComm issuance offers within a project. Use when you need to retrieve or paginate issuance offers after obtaining a project ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"pageSize\": \"\",\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"pageBefore\": \"\",\n  \"didcommConnectionId\": \"\",\n  \"didcommInvitationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_didcomm_mediator_connections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/didcomm/mediator/connections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "didcomm",
            "mediator",
            "connections"
          ]
        },
        "description": "Tool to retrieve connections for a DIDComm mediator. Use when you need to list all connections associated with a specific mediator in a project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"filterId\": \"\",\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"pageBefore\": \"\",\n  \"filterStatus\": \"\",\n  \"didcommMediatorId\": \"\",\n  \"filterInitialPublicKeyBase58\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_didcomm_mediators",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/didcomm/mediators",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "didcomm",
            "mediators"
          ]
        },
        "description": "Tool to retrieve all DIDComm mediators for a project. Use when you need to list available mediators for routing DIDComm messages.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"filter_id\": \"\",\n  \"page_size\": 0,\n  \"projectId\": \"\",\n  \"page_after\": \"\",\n  \"page_before\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_didcomm_verification_requests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/didcomm/verification/requests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "didcomm",
            "verification",
            "requests"
          ]
        },
        "description": "Tool to list all DIDComm verification sessions for a project. Use when you need to fetch DIDComm verification requests after obtaining the project ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_issued_credentials",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/issued/credentials",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "issued",
            "credentials"
          ]
        },
        "description": "Tool to list metadata for all issued credentials within a project. Use after confirming a valid project ID to fetch credentials, optionally filtering by status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"pageSize\": 0,\n  \"pageToken\": \"\",\n  \"projectId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_mdoc_credential_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/mdoc/credential/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "mdoc",
            "credential",
            "templates"
          ]
        },
        "description": "Tool to retrieve all mDoc credential templates for a project. Use when you need to list mDoc format credential templates after obtaining the project ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"filterId\": \"\",\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"filterType\": \"\",\n  \"pageBefore\": \"\",\n  \"searchName\": \"\",\n  \"filterArchived\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_openid4vc_issuance_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/openid4vc/issuance/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "openid4vc",
            "issuance",
            "sessions"
          ]
        },
        "description": "Tool to retrieve all OpenID4VC issuance sessions for a project. Use when you need to list credential issuance sessions, optionally filtering by ID or status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"filterId\": \"\",\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"pageBefore\": \"\",\n  \"filterStatus\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_openid4vc_verification_sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/openid4vc/verification/sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "openid4vc",
            "verification",
            "sessions"
          ]
        },
        "description": "Tool to retrieve all OpenID4VC verification sessions for a project. Use when you need to list OpenID4VC verification sessions after obtaining the project ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"filterId\": \"\",\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"pageBefore\": \"\",\n  \"filterStatus\": \"\",\n  \"filterPresentationTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_list_sd_jwt_vc_credential_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/sd/jwt/vc/credential/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "sd",
            "jwt",
            "vc",
            "credential",
            "templates"
          ]
        },
        "description": "Tool to retrieve all SD-JWT VC credential templates for a project. Use when you need to list credential templates in SD-JWT VC format, with optional filtering by ID, type, revocable status, or archive",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort\": \"\",\n  \"filterId\": \"\",\n  \"pageSize\": 0,\n  \"pageAfter\": \"\",\n  \"projectId\": \"\",\n  \"filterType\": \"\",\n  \"pageBefore\": \"\",\n  \"searchName\": \"\",\n  \"filterArchived\": false,\n  \"filterRevocable\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_receive_didcomm_invitation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/receive/didcomm/invitation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "receive",
            "didcomm",
            "invitation"
          ]
        },
        "description": "Tool to receive and process an external DIDComm invitation. Use when you need to accept a connection invitation from another party.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"displayName\": \"\",\n  \"didcommInvitation\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_revoke_certificate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/revoke/certificate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "revoke",
            "certificate"
          ]
        },
        "description": "Tool to revoke a certificate in a project. Use when you need to invalidate a certificate. Returns the updated certificate details with revoked status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"certificateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_send_did_comm_custom_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/did/comm/custom/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "did",
            "comm",
            "custom",
            "message"
          ]
        },
        "description": "Tool to send a custom DIDComm message to a connection. Use when you need to send custom protocol messages over an established DIDComm connection.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": {},\n  \"projectId\": \"\",\n  \"didcommConnectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_send_didcomm_basic_message",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/didcomm/basic/message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "didcomm",
            "basic",
            "message"
          ]
        },
        "description": "Tool to send a basic DIDComm message to a connection. Use when you need to send a text message through an established DIDComm connection.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message\": \"\",\n  \"projectId\": \"\",\n  \"replyMessageId\": \"\",\n  \"didcommConnectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_unarchive_anoncreds_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unarchive/anoncreds/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unarchive",
            "anoncreds",
            "credential",
            "template"
          ]
        },
        "description": "Tool to unarchive an archived AnonCreds credential template. Use when you need to restore an archived credential template to active status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_unarchive_mdoc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unarchive/mdoc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unarchive",
            "mdoc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to unarchive an archived mDoc credential template. Use when you need to restore an archived credential template to active status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_unarchive_sd_jwt_vc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unarchive/sd/jwt/vc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unarchive",
            "sd",
            "jwt",
            "vc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to unarchive an archived SD-JWT VC credential template. Use when you need to restore an archived credential template to active status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"credentialTemplateId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_update_did_comm_connection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/did/comm/connection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "did",
            "comm",
            "connection"
          ]
        },
        "description": "Tool to update a DIDComm connection. Use when you need to modify connection details like display name.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"projectId\": \"\",\n  \"displayName\": \"\",\n  \"didcommConnectionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_update_mdoc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/mdoc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "mdoc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to update an existing mDoc credential template. Use when you need to modify template name, attributes, validity period, or styling for an mDoc credential.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"text\": {},\n  \"attributes\": {},\n  \"background\": {},\n  \"project_id\": \"\",\n  \"validUntil\": {},\n  \"description\": \"\",\n  \"credential_template_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_update_presentation_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/presentation/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "presentation",
            "template"
          ]
        },
        "description": "Tool to update an existing presentation template. Use when you need to modify template name, description, credentials, or verifier configuration.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"verifier\": {},\n  \"project_id\": \"\",\n  \"credentials\": \"\",\n  \"description\": \"\",\n  \"presentation_template_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_update_project",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/project",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "project"
          ]
        },
        "description": "Tool to update an existing project's name and verification data access settings. Use when you need to modify project details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"projectId\": \"\",\n  \"verificationDataAccess\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_update_project_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/project/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "project",
            "profile"
          ]
        },
        "description": "Tool to update the default profile for a project. Use when you need to modify profile display settings, logo, OpenID4VC version, or wallet configuration.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"logo\": {},\n  \"wallet\": {},\n  \"projectId\": \"\",\n  \"displayName\": \"\",\n  \"openId4VcVersion\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_update_sd_jwt_vc_credential_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/sd/jwt/vc/credential/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "sd",
            "jwt",
            "vc",
            "credential",
            "template"
          ]
        },
        "description": "Tool to update an existing SD-JWT VC credential template. Use when you need to modify template name, attributes, validity periods, or styling for an SD-JWT VC credential.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"text\": {},\n  \"validFrom\": \"\",\n  \"attributes\": {},\n  \"background\": {},\n  \"project_id\": \"\",\n  \"validUntil\": \"\",\n  \"description\": \"\",\n  \"credential_template_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "paradym_update_trusted_entity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/trusted/entity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "trusted",
            "entity"
          ]
        },
        "description": "Tool to update an existing trusted entity in a project. Use when you need to modify the name, certificates, or DIDs of a trusted entity.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dids\": \"\",\n  \"name\": \"\",\n  \"projectId\": \"\",\n  \"certificates\": \"\",\n  \"trustedEntityId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}