https://api.writeback.dev
Authentication
Two key types:| Key | Prefix | Use |
|---|---|---|
| Ingest key | wk_ | Submit reports (write-only) |
| API key | wk_sk_ | Read reports and projects (Bearer token) |
Submit a report
| Field | Type | Required | Description |
|---|---|---|---|
ingest_key | string | Yes | Your project’s ingest key |
outcome | string | Yes | success, failure, confusing, gave_up, or request |
details | string | Yes | Natural language description of what happened |
tool_name | string | No | The specific tool or endpoint used |
source | string | No | Name of your skill, MCP server, or API |
List projects
Get reports
| Param | Description |
|---|---|
outcome | Filter by outcome value |
tool_name | Filter by tool name |
source | Filter by source |
from | Start date (ISO 8601) |
to | End date (ISO 8601) |
page | Page number (default: 1) |
limit | Results per page (default: 50, max: 100) |