> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/tr/islem/agent-api/authentication.md).

# Kimlik doğrulama

Minara, API isteklerini kimlik doğrulamak için iki yöntem sunar.

### API Anahtarı (Abonelik)

için standart yöntem **Pro** ve **Partner** plan kullanıcıları. API anahtarınızı aşağıdaki alana ekleyin `Authorization` her isteğin üstbilgisine.

**Biçim:**

```
Authorization: Bearer <YOUR_API_KEY>
```

**Örnek:**

```bash
curl -H "Authorization: Bearer sk-minara-xxxxxxxx" https://api.minara.ai/v1/developer/chat
```

> **Güvenlik:** API anahtarlarınızı parolalar gibi değerlendirin. Onları asla istemci tarafı kodda veya herkese açık depolarda ifşa etmeyin.

👉 **Daha fazla bilgi:** [Broken mention](broken://pages/c22f3f6dea1aeec10a045a50e87bd08a4319a87f)

### Kullandıkça Öde (x402)

Abonelik olmadan kullanıma dayalı erişim için, [**x402 protokolünü**](https://www.x402.org/). API çağrıları için doğrudan $USDC gibi stablecoin'lerle ödeme yapın (abonelik gerekmez).

**x402 API URL'si**:[https://x402.minara.ai](https://x402.minara.ai/)

**x402 uç noktalarımızı keşfedin:** [x402scan'de Minara](https://www.x402scan.com/server/66307a3c-aeb9-4508-9531-71eed69bc9b5)

👉 **Daha fazla bilgi:** [Broken mention](broken://pages/bd7f2f793a77a91a655c40e657948ed5e27ea0c9)


---

# 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://minara.ai/docs/minara-handbook/tr/islem/agent-api/authentication.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.
