AI Harness
A secure API preview for Scribe suggestions, review analysis, AI Comments, and agent execution—with scoped keys, rate limits, and usage controls.
Explore the APICreate a secure key, choose scopes, and set usage controls before connecting a writing tool.
Preview Scribe suggestion and completion, review analysis, comments scanning, and agent execution requests.
Bearer authentication, rate limits, key rotation, and usage visibility keep integrations bounded.
POST /api/scribe/complete · POST /api/review/analyze · POST /api/comments/scan
POST /api/agent/execute · POST /api/agent/execute-stream · POST /api/agent/stream · POST /api/agent/nudge
Illustrative API preview; request and response fields should be checked against the current route implementation.
POST /api/scribe/suggest
{
"textBeforeCursor": "The lighthouse stood",
"textAfterCursor": "",
"documentTitle": "Chapter One"
}
Response
{
"suggestions": [
{ "type": "completion", "text": "against the grey Atlantic," }
]
}
Add Scribe suggestions or completions to an editor while keeping API keys on a trusted server.
Send selected content to review analysis or comments scanning and return findings for writer approval.
Run bounded agent tasks with execution and streaming routes, then enforce your own quotas and review gates.