---
title: PingAccess Agent SDK for C
description: This documentation provides technical guidance for using the PingAccess Agent SDK for C. Use this guide along with the API documentation for the SDK and sample source code to implement custom agents that use the PingAccess Agent Protocol to integrate with a PingAccess policy server.
component: pingaccess
version: 9.0
page_id: pingaccess:agents_and_integrations:pa_agent_sdk_for_c
canonical_url: https://docs.pingidentity.com/pingaccess/9.0/agents_and_integrations/pa_agent_sdk_for_c.html
revdate: May 8, 2024
section_ids:
  intended-audience: Intended Audience
  additional-documentation: Additional documentation
---

# PingAccess Agent SDK for C

This documentation provides technical guidance for using the PingAccess Agent SDK for C. Use this guide along with the API documentation for the SDK and sample source code to implement custom agents that use the PingAccess Agent Protocol to integrate with a PingAccess policy server.

## Intended Audience

This guide is intended for application developers and system administrators responsible for implementing a C-based PingAccess agent. The reader should be familiar with C software development principles and practices. It describes the use of the Software Development Kit (SDK) *(tooltip: \<div class="paragraph">
\<p>A set of tools that allows a developer to build a custom application that integrates with or connects to a platform or service.\</p>
\</div>)* within a sample agent for Apache.

## Additional documentation

The SDK documentation provides detailed reference information for developers. After extracting the `pingaccess-agent-c-sdk-<version>.zip` package, access the application programming interface (API) *(tooltip: \<div class="paragraph">
\<p>A specification of interactions available for building software to access an application or service.\</p>
\</div>)* documentation with a web browser by viewing the file `AGENT_SDK_C_HOME/apidocs/index.html`. Alternatively, find the current version of the API documentation online at <https://www.pingidentity.com/content/dam/developer/documentation/pingaccess/agent-c-sdk/1-1-4/apidocs/index.html>
