Agent Protocol Docs
  • Introduction
  • 💡Background & Motivation
    • What is Agent Protocol?
    • Background on AI Agents
    • The Future of AI Agents
    • Why Will Agents Use Crypto?
    • Agent Payments with Agent Protocol
  • 🏗️Developers
    • Background & Setup
    • Quick Start: Travel Assistant
    • Developer Cookbook
    • Agent Developer Backend API
    • Agent API
Powered by GitBook
On this page
  • Prerequisites
  • Check Python Version
  • Installation
  1. Developers

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.

PreviousAgent Payments with Agent ProtocolNextQuick Start: Travel Assistant

Last updated 10 months ago

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

Check Python Version

python -V

Installation

pip install agent-protocol-sdk
🏗️
Download the latest version of Python