/
KE
kenn-io
/
roborev
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 5d ago
Details
Filter operations
agent-hook
1
comments
2
daemon
10
jobs
14
post
Enqueue a daemon job
post
Mark a fix job as applied
post
Cancel a queued or running job
post
Create a background fix job
get
Get raw job log bytes
get
Get or stream in-memory job output
get
Get a stored fix patch
post
Mark a fix job as rebased
post
Re-enqueue a completed or failed job
post
Update a job branch
get
List review jobs
post
Fetch jobs with reviews by ID
post
Remap jobs after git history rewrite
post
Backfill token usage from AgentsView payloads
repos
4
reviews
5
sync
2
web-session
4
web-ui
2
jobs
Enqueue a daemon job
post
/api/enqueue
Request body
EnqueueRequest
required
$schema
string
uri
A URL to the JSON Schema for this object.
agent
string
agentic
boolean
branch
string
commit_sha
string
custom_prompt
string
diff_content
string
dirty_files
string[]
nullable
git_ref
string
job_type
string
min_severity
string
model
string
output_prefix
string
panel
string
provider
string
reasoning
string
repo_path
string
required
review_type
string
since
string
source
string
Example request
{ "$schema": "https://example.com/EnqueueRequest.json" }
Response
union
required
EnqueueCreatedResponse
required
OR
PanelEnqueueResponse
required
OR
EnqueueSkippedResponse
required
Changes