> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/6.api-management/1.started.md).

# Memulai

### Pengenalan

API Management adalah fitur untuk menghubungkan API Anda dengan pengembang lain tanpa harus memberikan akses langsung ke URL Anda.

**Manfaat**

* Keamanan: API Management menyediakan fitur autentikasi dan otorisasi untuk melindungi API Anda.
* Kemudahan Penggunaan: API Management menyediakan portal developer yang mudah digunakan untuk membantu developer menemukan dan menggunakan API Anda.

**Kasus Penggunaan**

* Mengembangkan aplikasi mobile yang terintegrasi dengan API Anda.
* Membangun integrasi dengan sistem pihak ketiga.
* Mengekspos data Anda ke publik.

### Cara Kerja

**Alur Sistem**

1. Developer membuat permintaan ke URL proxy API Management.
2. API Management memvalidasi kunci API dan meneruskan permintaan ke API Anda..
3. API Anda merespon permintaan.
4. API Management meneruskan respon ke developer.

**Keamanan:**

* Autentikasi: Memastikan bahwa hanya developer yang sah yang dapat mengakses API Anda.
* Otorisasi: Mengontrol apa yang dapat dilakukan developer dengan API Anda.

### Fitur

1. Search API: digunakan untuk pencarian API milik sendiri atau developer lain
2. Create API: digunakan untuk membuat API
3. Update API: digunakan untuk mengubah header, body, query, url, title, icon dll
4. Delete API: Menghapus API dengan mekanisme SOFT delete
5. Kelola Subscriber: untuk menghapus atau menambahkan developer yang berhak menggunakan API
6. API Key: Digunakan oleh developer untuk mengakses API Anda.
7. Logging: Mencatat semua permintaan dan respon API.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.quantumbyte.ai/home/quantumbyte-v2.0/6.api-management/1.started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
