# Pandium Integration Development Kit (IDK)

Leverage a suite of tools that generate ready-to-run Pandium integrations for you automatically. Maintain 100% flexibility and customization with low-level access to integration code.

## Features

### Project Scaffolding

Instantly set up your software project in the language of your choice directly in your connected repository.

<figure><img src="/files/BwSrOWLTgoqj2GGjTuX5" alt=""><figcaption></figcaption></figure>

### API Clients

A software library for interacting with 3rd Party APIs, including IDE IntelliSense Support, pagination, rate limiting, and secret management.

<figure><img src="/files/iRBceellBwKMye88WSdV" alt=""><figcaption></figcaption></figure>

### Pandium CLI

Use a simple binary to access Pandium directly from your machine for local troubleshooting, secret access, and local runs.

{% embed url="<https://www.youtube.com/watch?ab_channel=Pandium&v=IHyBsvXsLdU>" %}

### AI Integration Generator

LLM-powered engine that generates a working Pandium Integration with one click. \~90% of a working integration with your specified systems, running on Pandium within minutes.

{% embed url="<https://youtu.be/5Lz2D2f9EhU?si=nc24DMndur-GSWa8>" %}

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pandium.com/getting-started/pandium-integration-development-kit-idk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
