/
KE
kenn-io
/
roborev
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v15
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-03
37
75
90.5 KB
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