---
title: Deploying the integration files and sample applications
description: To get started with the integration, deploy the Agentless Integration Kit files to your PingFederate directory.
component: agentless
page_id: agentless:sample_application_setup:pf_agentless_ik_deploying_integration_files_sample_applications
canonical_url: https://docs.pingidentity.com/integrations/agentless/sample_application_setup/pf_agentless_ik_deploying_integration_files_sample_applications.html
llms_txt: https://docs.pingidentity.com/integrations/agentless/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: September 3, 2026
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Deploying the integration files and sample applications

To get started with the integration, deploy the Agentless Integration Kit files to your PingFederate directory.

## About this task

|   |                                                                                          |
| - | ---------------------------------------------------------------------------------------- |
|   | If you operate PingFederate in a cluster, the following steps refer to the console node. |

## Steps

1. Download the Agentless Integration Kit `.zip` archive from the [**Add-ons** tab of the PingFederate downloads page](https://www.pingidentity.com/en/resources/downloads/pingfederate.html) or the [Ping Identity Marketplace](https://marketplace.pingone.com/item/agentless-integration-kit).

2. Stop PingFederate.

3. If you are upgrading from a previous deployment, delete the following directories and files from `<pf_install>/pingfederate/server/default/deploy`.

   * `/AgentlessIntegrationKitSampleIdP`

   * `/AgentlessIntegrationKitSampleSP`

   * `AgentlessIdPSample.war`

   * `AgentlessSPSample.war`

   * `pf-referenceid-adapter-<version>.jar`

4. Extract the `.zip` archive and copy the contents of the `dist` directory to your `<pf_install>/pingfederate/server/default` directory.

5. From the `.zip` archive, copy the following files from `sample` to `<pf_install>/pingfederate/server/default/deploy`.

   * `AgentlessIdPSample.war`

   * `AgentlessSPSample.war`

     |   |                                                                                                                                     |
     | - | ----------------------------------------------------------------------------------------------------------------------------------- |
     |   | If you're running PingFederate 13.1 or later, use the `AgentlessIdPSample.war` and `AgentlessSPSample.war` in the `jakarta` folder. |

6. Delete the `pf-authn-api-sdk-<version>.jar` file in your `<pf_install>/pingfederate/server/default/lib` directory that's not used by your PingFederate version.

   * If you're running PingFederate 13.0 or earlier, delete the `pf-authn-api-sdk-2.x.jar` file.

   * If you're running PingFederate 13.1 or later, delete the `pf-authn-api-sdk-1.x.jar` file.

7. Start PingFederate.
