Product

AI Harness

Build on top of Skraib

A secure API preview for Scribe suggestions, review analysis, AI Comments, and agent execution—with scoped keys, rate limits, and usage controls.

Explore the API

How it works

Scope a key

Create a secure key, choose scopes, and set usage controls before connecting a writing tool.

Use the real routes

Preview Scribe suggestion and completion, review analysis, comments scanning, and agent execution requests.

Control access

Bearer authentication, rate limits, key rotation, and usage visibility keep integrations bounded.

Live demo

API Explorer

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," }

]

}

Use cases

Editor integrations

Add Scribe suggestions or completions to an editor while keeping API keys on a trusted server.

Review tooling

Send selected content to review analysis or comments scanning and return findings for writer approval.

Agent workflows

Run bounded agent tasks with execution and streaming routes, then enforce your own quotas and review gates.