# Pilot Agent SDK (Coming Soon)

The Pilot Agent SDK will enable developers and protocols to integrate AI-powered agents into their products with minimal effort.

***

### Overview: Pilot Agent SDK

A drop-in toolkit for building and deploying branded AI Agents. The SDK abstracts complexity around wallets, chains, and protocols, providing a unified intent layer and consistent UX.

***

### How It Works

* **Intent Parser** – Translates natural language into structured actions.
* **Action Router** – Directs actions to the correct protocol or chain.
* **Guardrails & Observability** – Enforces security policies, tracks agent actions, and provides logs for transparency.
* **Unified Execution Layer** – Handles cross-chain routing and transaction execution behind the scenes.


---

# 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.pilotagent.org/developer-docs/pilot-agent-sdk-coming-soon.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.
