# Introduction

{% hint style="info" %}
Looking to subscribe to another API? Head here for [Subscriber API Documentation](https://docs.paypi.dev)
{% endhint %}

## How PayPI (beta) works?

![API request flow](/files/-Mai2V4MbU0DoHNOGT5h)

PayPI works as an authentication hub for your API, we manage creating and managing API keys, onboarding, payments etc. You just have to pass the users Subscriber Secret to us via our API, and we let you know if you can allow the request. Once your request is allowed you can charge the user for the request using [Charges](/api/charges.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://partner.paypi.dev/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
