Quillstream

Modules

Review queueEditorAgent API
OrganizationMembers & rolesSeats & licensesPlan & billing
MP

Maya Patel

Lead reviewer

Review + merge
Review queueEditorAgent APIWorkspace

Agent API

Signed in as Maya Patel · Lead reviewer — inspect the endpoints your agents call and the traffic they generate.

qs_demo_9f4c21ab7d3e
Calls last hour
8
Median latency
115 ms
Active agents
4
4xx rate
25.0%

Endpoints

POST/v1/docs
Creates a document in a connected repo. The agent owns every block it writes, so each section lands as a `:::draft[agent]` block awaiting a human verdict.
60 req/min

Mock request — nothing leaves the browser. Sends append a row to the traffic log below.

Webhook events
Quillstream posts these to your endpoint as soon as a human resolves a draft.

section.approved

A reviewer approved an agent draft. The block is now owned content on the default branch.

{
  "event": "section.approved",
  "document_id": "doc_8f21ac",
  "section_id": "goals",
  "draft_id": "draft_5c07",
  "reviewer": "maya@shiftclaw.co",
  "at": "2025-04-18T09:31:22Z"
}

section.rejected

A reviewer rejected a draft. The rationale is included so the agent can revise instead of retrying blind.

{
  "event": "section.rejected",
  "document_id": "doc_8f21ac",
  "section_id": "goals",
  "draft_id": "draft_41ba",
  "reason": "Metric is stale — use the April cohort, not the pilot.",
  "at": "2025-04-18T08:44:11Z"
}

document.published

Every block reached a verdict and the document was published to the connected repo.

{
  "event": "document.published",
  "document_id": "doc_8f21ac",
  "repo": "shiftclaw/web",
  "path": "docs/product/prd-onboarding.md",
  "commit": "9c31f0a",
  "at": "2025-04-18T10:02:47Z"
}

Live agent traffic

8 calls in the last hour · median 115 ms. Try-it sends land here instantly.

MethodPathAgentStatusLatencyWhen
PATCH
/v1/docs/doc_8f21ac/sections/goals
codex-agent
202
188 ms
12s ago
GET
/v1/docs/doc_8f21ac/feedback
codex-agent
200
74 ms
48s ago
POST
/v1/docs
release-bot
201
312 ms
2m ago
PATCH
/v1/docs/doc_31be/sections/rollout
release-bot
409
96 ms
4m ago
GET
/v1/docs/doc_31be/feedback
runbook-agent
200
61 ms
7m ago
POST
/v1/docs
runbook-agent
422
133 ms
11m ago
PATCH
/v1/docs/doc_77aa/sections/api-contract
codex-agent
202
205 ms
18m ago
GET
/v1/docs/doc_77aa/feedback
changelog-agent
200
88 ms
26m ago