# 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](https://4194802648-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MahdtaeM7V2znnnLzXL%2F-MahmHXBCxdUlOsyGS5F%2F-Mai2V4MbU0DoHNOGT5h%2FGroup%203498.png?alt=media\&token=6725bd3c-a2e8-47f3-b2d5-900861287864)

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](https://partner.paypi.dev/api/charges).


---

# Agent Instructions: 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.
