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

# API 키

> 조직 API 키로 Chainshift 플랫폼 API 인증하기

Chainshift 대시보드에서 발급하는 키입니다. 운영용은 `cs_live_…`, 테스트용은 `cs_test_…` 접두사를 가집니다.

`API-Key` 헤더를 통해 지원합니다.

```
API-Key: cs_live_xxxxxxxx
```

REST API와 MCP 엔드포인트(`/mcp`)에 동일하게 적용됩니다. MCP 클라이언트 연결 방법은 [MCP 연결](/mcp/connect)을 참고하세요.

<Warning>
  API 키는 비밀 정보입니다. 클라이언트 코드·저장소·로그에 노출하지 마세요. 유출
  시 대시보드에서 즉시 폐기(회전)하세요.
</Warning>
