Background & Setup

Basic documentation for the Agent Protocol SDK for AI agent developers. Enable end users to link a funding source and provision funds for AI agents to pay for software, goods, and more.

Agent Protocol is still in development, but we've prepared a high-level specification of our Python API. We chose Python because it's the de facto standard for building AI agents today.

Prerequisites

Python 3.10.14 or later

Download the latest version of Python

Check Python Version

python -V

Installation

pip install agent-protocol-sdk

Last updated