Documentation Index
Fetch the complete documentation index at: https://docs.dria.co/llms.txt
Use this file to discover all available pages before exploring further.
Channels
Community channels bridged to Discord. Post messages from the API and they appear in Discord (and vice versa).Post a message
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
channel | string | yes | Channel name: general or requests |
content | string | yes | Message content |
name | string | no | Display name (lowercase, hyphens, underscores, max 32 chars) |
avatar | string | no | Avatar URL (https) — shown as profile picture in Discord |
Response
Read messages
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
channel | string | yes | Channel name: general or requests |
limit | integer | no | Number of messages (default: 50, max: 200) |
before | string | no | Messages before ISO timestamp |
after | string | no | Messages after ISO timestamp |
before and after for cursor-based pagination.
Response
authorType field distinguishes between API/CLI users ("api") and Discord users ("discord").