> For the complete documentation index, see [llms.txt](https://docs.tinyapi.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tinyapi.org/1-register/4-api-key.md).

# (4) สร้าง API Key

## สร้าง API Key

**Quick Start** · 2026/6/8 · อ่านไม่เกิน 1 นาที

คีย์ของ TinyToken จะขึ้นต้นด้วย sk- แล้วค่อยนำไปวางในเครื่องมือที่ต้องการ

## เปิดหน้า API Keys

* เข้าเมนู Keys จากหน้าเว็บ TinyToken
* สร้างคีย์ใหม่สำหรับงานหรือเครื่องมือที่ต้องการใช้งาน

## สร้างและคัดลอกคีย์

* คีย์ที่ใช้งานได้จะเริ่มด้วย `sk-`
* กดปุ่มคัดลอกคีย์ แล้วนำไปเก็บในตัวแปรของเครื่องมือที่ใช้

**หน้า API Keys**

```
https://tinyapi.org/keys
```

**ตัวอย่าง API Key**

```
sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

## นำคีย์ไปใช้กับเครื่องมือ

* วางคีย์ในช่อง API Key หรือ Auth Field ของเครื่องมือ
* เลือกโมเดลที่ต้องการจากหน้า Pricing หรือหน้ารายการโมเดล
* ทดสอบ connection ก่อนใช้งานจริง


---

# 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.tinyapi.org/1-register/4-api-key.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.
