/
KO
kodustech
/
Kodus API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 39m ago · Updated 1mo ago
Details
Filter operations
Agent
1
Auth
12
CLI Review
4
get
Validate team CLI key
post
Validate team CLI key (POST)
post
Run CLI code review
post
Run trial CLI code review
Code Management
14
Code Review Logs
2
Dry Run
5
Health
4
Integration
4
Integration Config
1
Internal Metrics
4
Issues
4
Kody Rules
21
MCP
3
Organization
4
Organization Parameters
9
Parameters
11
Permissions
4
Pull Request Messages
2
Pull Requests
6
Rule Likes
2
Segment
1
SSO Config
2
Team
2
Team CLI Key
3
Team Members
3
Token Usage
8
User
6
CLI Review
Run trial CLI code review
Runs a trial code review (no auth). Requires
fingerprint
and is rate-limited by device.
post
/cli/trial/review
Request body
TrialCliReviewRequestDto
required
diff
string
required
config
CliConfigDto
userEmail
string
gitRemote
string
branch
string
commitSha
string
inferredPlatform
'INTERNAL'
|
'GITHUB'
|
'GITLAB'
|
'JIRA'
|
'SLACK'
|
'NOTION'
|
'MSTEAMS'
|
'DISCORD'
|
'AZURE_BOARDS'
|
'AZURE_REPOS'
|
'KODUS_WEB'
|
'BITBUCKET'
cliVersion
string
fingerprint
string
required
Response
TrialCliReviewResponseDto
required
summary
string
required
issues
CliReviewIssueDto[]
required
filesAnalyzed
number
required
duration
number
required
rateLimit
CliReviewRateLimitDto
Changes