> For the complete documentation index, see [llms.txt](https://docs.trybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trybit.com/start/get-api-keys.md).

# How to Get API Keys

To work with the Trybit API, you will need to get unique API keys. These keys identify your project and enable secure communication between your platform and the Trybit service. Here's how you can get your API keys:

1. **Log in to your personal account:**

   * Register and log in to your personal account on the Trybit platform.

2. **Create a new project:**

   * Go to «My Projects» in the left menu.
   * Click the «Create a new project» button.
   * In the «How do you want to accept payments» section, select «On your website».
   * Fill in all the required parameters.

3. **Receiving keys:**
   * After creating a project, go to its settings.
   * On the right side of the screen, find the section with your API KEY, SHOP ID and SECRET KEY.

{% hint style="info" %}
[How can I add a project?](https://support.trybit.com/getting-started/add-project)
{% endhint %}

You now have all the keys you need to work with the Trybit API. Keep them secured and do not share them with third parties.


---

# 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://docs.trybit.com/start/get-api-keys.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.
