Currently there is only a Python SDK available, but a Node.js version of the SDK, installable via npm, is coming soon.
Installation Using pip
The AgentPay Python SDK is available on PyPI and can be installed using pip
.
Open your terminal or command prompt, activate your project’s virtual environment (recommended), and run the following command:
agentpay-sdk
and its dependencies.
The
agentpay-sdk
package currently on PyPI is a placeholder to reserve the name during Early Access. To get the actual SDK now, join the Waitlist.Verifying Installation (Optional)
You can verify that the SDK has been installed correctly by trying to import it in a Python interpreter or script:Requirements
- Python 3.8+ (which also takes care of the
dataclasses
dependency) pip
(Python package installer)- Note: Using
pip
will handle installing the only other package dependency,requests
- Note: Using