Metadata-Version: 2.4
Name: payloop
Version: 0.5.1
Summary: Payloop Python SDK
Author-email: Payloop <noc@trypayloop.com>
Project-URL: Homepage, https://trypayloop.com/
Project-URL: Documentation, https://developers.trypayloop.com/
Project-URL: Repository, https://github.com/PayloopAI/
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: botocore
Requires-Dist: grpcio
Requires-Dist: protobuf

# Welcome to Payloop!

### Cost Visibility for AI Agents

Payloop is a lightweight infrastructure layer that gives AI teams real-time visibility into the true costs of deploying agents - across tasks, workflows, and customers. Most teams today can’t see what it actually costs to deploy their agents, making it nearly impossible to manage gross margins or price with confidence.

With just a single line of code, Payloop delivers:
- Cost tracking across OpenAI, Anthropic, Gemini, and more in one place
- Breakdowns by task, agent, and customer in real time
- Confidence to deploy the right pricing model (cost-plus, token-based, outcome-based, etc.) while preserving gross margins

Watch a short demo video: [Payloop Walkthrough Video](https://www.youtube.com/watch?v=Z-GkSl_7imY)

By surfacing exactly what’s driving cost and value, Payloop becomes the source of truth for agent economics - helping founders and operators scale their agents with confidence.

Sign up here: [trypayloop.com](https://trypayloop.com/)

# Installation

    pip install payloop

# Documentation

Our SDK reference provides documentation for:
- Understanding how Payloop works
- Demonstrating how to integrate Payloop into your product
- Code samples to illustrate our SDK and API

Check it out here: [developers.trypayloop.com](https://developers.trypayloop.com)
