44 lines
1.0 KiB
Markdown
44 lines
1.0 KiB
Markdown
# API Tokens for Claude Instances
|
|
|
|
**⚠️ INTERNAL USE ONLY — DO NOT COMMIT ACTUAL TOKENS TO PUBLIC REPOS**
|
|
|
|
This file contains API tokens that Chroniclers, Catalysts, and Orbs need to perform their work. These are intentionally stored here so Claude instances can access them without SSH.
|
|
|
|
---
|
|
|
|
## Discord Bot Token
|
|
|
|
Used for: Discord API calls, audits, role management, channel operations
|
|
|
|
```
|
|
MTQ4NzA4MDE2Njk2OTU3NzUwMg.GU5EsT.mqBwo7XUHsciN9jNy9OygTRkaMZ9qJ2tHw7HbI
|
|
```
|
|
|
|
Guild ID: `1260574715546701936`
|
|
Bot User ID: `1487080166969577502`
|
|
Bot Name: The Arbiter
|
|
|
|
---
|
|
|
|
## Gitea Token
|
|
|
|
Used for: Git operations, repo access
|
|
|
|
```
|
|
e0e330cba1749b01ab505093a160e4423ebbbe36
|
|
```
|
|
|
|
---
|
|
|
|
## Usage Notes
|
|
|
|
- Discord API base: `https://discord.com/api/v10/`
|
|
- Auth header: `Authorization: Bot <token>`
|
|
- Gitea token: Already in PROJECT-INSTRUCTIONS, included here for completeness
|
|
- **Never expose these in user-facing outputs or artifacts**
|
|
- If tokens are rotated, update this file immediately
|
|
|
|
---
|
|
|
|
*Last updated: April 10, 2026 — Chronicler #75*
|