PromptRails
All Integrations
Python SDK

Python SDK

Developer Tools

Native Python client library for PromptRails. Run agents, manage configurations, and handle responses with a clean Pythonic API. Supports async/await and streaming.

How to Connect

  1. 1Install the SDK: pip install promptrails
  2. 2Import and initialize the client with your API key.
  3. 3Call agent execution methods from your Python application.