Volle programmatische
Kontrolle.
Alles im Dashboard ist auch über CLI und API verfügbar. Workflows automatisieren, in CI/CD integrieren und eigene Tools auf der Plattform bauen.
Alles im Dashboard ist auch über CLI und API verfügbar. Workflows automatisieren, in CI/CD integrieren und eigene Tools auf der Plattform bauen.
$ orqi jobs create \
--title "Add auth" \
--project api
✓ Job erstellt: JOB-042
✓ Workflow: feature
✓ Tracking...
$ orqi jobs list --status running
ID STATUS TITEL
JOB-042 RUNNING Auth hinzufügen
JOB-039 DONE Login-Fix
POST /api/jobs 201
Content-Type: application/json
Authorization: Bearer eyJ••••••••
{
"title": "Add auth",
"project": "api",
"workflow": "feature"
}
← 201 Created
{
"id": "JOB-042",
"status": "pending"
}
[WS] verbunden
[WS] subscribe: JOB-042
[WS] job:pending
[WS] job:enriching
[WS] job:decomposing
[WS] job:executing
[WS] minijob:running code-ts
[WS] tool:file_read
[WS] tool:shell_exec
[WS] tool:git_commit
[WS] minijob:completed
[WS] job:delivering
[WS] job:completed ✓
orqi jobs create reicht einen Job ein und listet laufende Jobs $ orqi job create "Fix login bug"
$ orqi job list --status running
$ orqi job get abc-123
$ orqi types list
Volle Plattformkontrolle über Ihr Terminal via @orqista/cli.
POST /api/jobs
GET /api/agents
PUT /api/config
GET /api/health
Vollständiger programmatischer Zugriff auf alle Plattform-Features.
subscribe: job.{{id}}
event: tool_executed
event: artifact_produced
Job-Ausführungsereignisse in Echtzeit abonnieren — Tool-Aufrufe, Artefakt-Produktion, Freigabe-Anfragen. Jede Statusänderung wird sofort zugestellt.
Eine typisierte TypeScript-Client-Bibliothek betreibt sowohl CLI als auch Dashboard. Nutzen Sie sie in Ihren eigenen Tools für konsistenten, typsicheren API-Zugriff mit voller Autovervollständigung.
Verwandte Features
Zugang anfragen, um Orqista in Ihre Engineering-Workflows zu integrieren.
Frühzugang anfragen