> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tooken.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 6.1 认证

## **6.1 认证**

### **Bearer Token（OpenAI 兼容）**

```
Authorization: Bearer sk-your-api-key
```

### **API Key Header（Claude 兼容）**

```
x-api-key: sk-your-api-key
```

### **钱包签名认证（Agent 专用）**

```
X-Agent-Address: 0x1a2b3c4d5e6f...
X-Agent-Signature: 0xabcdef...
X-Agent-Timestamp: 1719000000
```

***
