@amaretto-software-labs/borealis-cli 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +112 -0
  3. package/dist/api-client.d.ts +36 -0
  4. package/dist/api-client.js +673 -0
  5. package/dist/api-client.js.map +1 -0
  6. package/dist/app.d.ts +6 -0
  7. package/dist/app.js +344 -0
  8. package/dist/app.js.map +1 -0
  9. package/dist/auth.d.ts +16 -0
  10. package/dist/auth.js +506 -0
  11. package/dist/auth.js.map +1 -0
  12. package/dist/catalog.d.ts +6 -0
  13. package/dist/catalog.js +15 -0
  14. package/dist/catalog.js.map +1 -0
  15. package/dist/command-grammar.d.ts +3 -0
  16. package/dist/command-grammar.js +274 -0
  17. package/dist/command-grammar.js.map +1 -0
  18. package/dist/completion.d.ts +1 -0
  19. package/dist/completion.js +18 -0
  20. package/dist/completion.js.map +1 -0
  21. package/dist/config.d.ts +11 -0
  22. package/dist/config.js +55 -0
  23. package/dist/config.js.map +1 -0
  24. package/dist/credential-file.d.ts +1 -0
  25. package/dist/credential-file.js +41 -0
  26. package/dist/credential-file.js.map +1 -0
  27. package/dist/http-timeout.d.ts +5 -0
  28. package/dist/http-timeout.js +10 -0
  29. package/dist/http-timeout.js.map +1 -0
  30. package/dist/interactive.d.ts +4 -0
  31. package/dist/interactive.js +158 -0
  32. package/dist/interactive.js.map +1 -0
  33. package/dist/invocation.d.ts +13 -0
  34. package/dist/invocation.js +526 -0
  35. package/dist/invocation.js.map +1 -0
  36. package/dist/main.d.ts +2 -0
  37. package/dist/main.js +14 -0
  38. package/dist/main.js.map +1 -0
  39. package/dist/operations.json +1127 -0
  40. package/dist/output.d.ts +1 -0
  41. package/dist/output.js +32 -0
  42. package/dist/output.js.map +1 -0
  43. package/dist/secret-file.d.ts +1 -0
  44. package/dist/secret-file.js +19 -0
  45. package/dist/secret-file.js.map +1 -0
  46. package/dist/session-store.d.ts +54 -0
  47. package/dist/session-store.js +470 -0
  48. package/dist/session-store.js.map +1 -0
  49. package/dist/types.d.ts +67 -0
  50. package/dist/types.js +28 -0
  51. package/dist/types.js.map +1 -0
  52. package/package.json +54 -0
@@ -0,0 +1,1127 @@
1
+ [
2
+ {
3
+ "operationId": "context.get",
4
+ "method": "GET",
5
+ "path": "/api/v1/context",
6
+ "scope": "borealis.user",
7
+ "risk": "read",
8
+ "clientMethod": "GetContextAsync",
9
+ "command": "context show",
10
+ "mcpName": "context_get",
11
+ "ownership": "subject-and-organization",
12
+ "idempotency": "safe",
13
+ "retry": "safe",
14
+ "paging": "none",
15
+ "requiresPreflight": false
16
+ },
17
+ {
18
+ "operationId": "organization.list",
19
+ "method": "GET",
20
+ "path": "/api/v1/context",
21
+ "scope": "borealis.user",
22
+ "risk": "read",
23
+ "clientMethod": "ListOrganizationsAsync",
24
+ "command": "organization list",
25
+ "mcpName": "list_organizations",
26
+ "ownership": "subject",
27
+ "idempotency": "safe",
28
+ "retry": "safe",
29
+ "paging": "none",
30
+ "requiresPreflight": false
31
+ },
32
+ {
33
+ "operationId": "profile.get",
34
+ "method": "GET",
35
+ "path": "/api/v1/profile",
36
+ "scope": "borealis.user",
37
+ "risk": "read",
38
+ "clientMethod": "GetProfileAsync",
39
+ "command": "profile show",
40
+ "mcpName": "profile_get",
41
+ "ownership": "subject",
42
+ "idempotency": "safe",
43
+ "retry": "safe",
44
+ "paging": "none",
45
+ "requiresPreflight": false
46
+ },
47
+ {
48
+ "operationId": "profile.password_change.start",
49
+ "method": "POST",
50
+ "path": "/api/v1/profile/password-change",
51
+ "scope": "borealis.user",
52
+ "risk": "write",
53
+ "clientMethod": "StartPasswordChangeAsync",
54
+ "command": "profile password",
55
+ "mcpName": "profile_password_change_start",
56
+ "ownership": "subject",
57
+ "idempotency": "none",
58
+ "retry": "never-after-dispatch",
59
+ "paging": "none",
60
+ "requiresPreflight": false
61
+ },
62
+ {
63
+ "operationId": "capacity.get",
64
+ "method": "GET",
65
+ "path": "/api/v1/capacity",
66
+ "scope": "borealis.capacity.read",
67
+ "risk": "read",
68
+ "clientMethod": "GetCapacityAsync",
69
+ "command": "capacity show",
70
+ "mcpName": "capacity_get",
71
+ "ownership": "organization",
72
+ "idempotency": "safe",
73
+ "retry": "safe",
74
+ "paging": "none",
75
+ "requiresPreflight": false
76
+ },
77
+ {
78
+ "operationId": "sandbox.list",
79
+ "method": "GET",
80
+ "path": "/api/v1/sandboxes",
81
+ "scope": "borealis.sandboxes.read",
82
+ "risk": "read",
83
+ "clientMethod": "ListSandboxesAsync",
84
+ "command": "sandbox list",
85
+ "mcpName": "sandbox_list",
86
+ "ownership": "organization",
87
+ "idempotency": "safe",
88
+ "retry": "safe",
89
+ "paging": "page",
90
+ "requiresPreflight": false
91
+ },
92
+ {
93
+ "operationId": "sandbox.create",
94
+ "method": "POST",
95
+ "path": "/api/v1/sandboxes",
96
+ "scope": "borealis.sandboxes.write",
97
+ "risk": "write",
98
+ "clientMethod": "CreateSandboxAsync",
99
+ "command": "sandbox create",
100
+ "mcpName": "sandbox_create",
101
+ "ownership": "organization",
102
+ "idempotency": "idempotency-key",
103
+ "retry": "safe",
104
+ "paging": "none",
105
+ "requiresPreflight": false
106
+ },
107
+ {
108
+ "operationId": "sandbox.get",
109
+ "method": "GET",
110
+ "path": "/api/v1/sandboxes/{sandboxId}",
111
+ "scope": "borealis.sandboxes.read",
112
+ "risk": "read",
113
+ "clientMethod": "GetSandboxAsync",
114
+ "command": "sandbox get",
115
+ "mcpName": "sandbox_get",
116
+ "ownership": "organization",
117
+ "idempotency": "safe",
118
+ "retry": "safe",
119
+ "paging": "none",
120
+ "requiresPreflight": false
121
+ },
122
+ {
123
+ "operationId": "sandbox.start",
124
+ "method": "POST",
125
+ "path": "/api/v1/sandboxes/{sandboxId}/start",
126
+ "scope": "borealis.sandboxes.write",
127
+ "risk": "write",
128
+ "clientMethod": "StartSandboxAsync",
129
+ "command": "sandbox start",
130
+ "mcpName": "sandbox_start",
131
+ "ownership": "organization",
132
+ "idempotency": "target-state",
133
+ "retry": "safe",
134
+ "paging": "none",
135
+ "requiresPreflight": false
136
+ },
137
+ {
138
+ "operationId": "sandbox.stop",
139
+ "method": "POST",
140
+ "path": "/api/v1/sandboxes/{sandboxId}/stop",
141
+ "scope": "borealis.sandboxes.write",
142
+ "risk": "write",
143
+ "clientMethod": "StopSandboxAsync",
144
+ "command": "sandbox stop",
145
+ "mcpName": "sandbox_stop",
146
+ "ownership": "organization",
147
+ "idempotency": "target-state",
148
+ "retry": "safe",
149
+ "paging": "none",
150
+ "requiresPreflight": false
151
+ },
152
+ {
153
+ "operationId": "sandbox.resume",
154
+ "method": "POST",
155
+ "path": "/api/v1/sandboxes/{sandboxId}/resume",
156
+ "scope": "borealis.sandboxes.write",
157
+ "risk": "write",
158
+ "clientMethod": "ResumeSandboxAsync",
159
+ "command": "sandbox resume",
160
+ "mcpName": "sandbox_resume",
161
+ "ownership": "organization",
162
+ "idempotency": "target-state",
163
+ "retry": "safe",
164
+ "paging": "none",
165
+ "requiresPreflight": false
166
+ },
167
+ {
168
+ "operationId": "sandbox.port.register",
169
+ "method": "POST",
170
+ "path": "/api/v1/sandboxes/{sandboxId}/ports",
171
+ "scope": "borealis.sandboxes.write",
172
+ "risk": "write",
173
+ "clientMethod": "RegisterSandboxPortAsync",
174
+ "command": "sandbox port register",
175
+ "mcpName": "sandbox_port_register",
176
+ "ownership": "organization",
177
+ "idempotency": "idempotency-key",
178
+ "retry": "safe",
179
+ "paging": "none",
180
+ "requiresPreflight": false
181
+ },
182
+ {
183
+ "operationId": "sandbox.delete",
184
+ "method": "DELETE",
185
+ "path": "/api/v1/sandboxes/{sandboxId}",
186
+ "scope": "borealis.sandboxes.write",
187
+ "risk": "destructive",
188
+ "clientMethod": "DeleteSandboxAsync",
189
+ "command": "sandbox delete",
190
+ "mcpName": "sandbox_delete",
191
+ "ownership": "organization",
192
+ "idempotency": "target-state",
193
+ "retry": "safe",
194
+ "paging": "none",
195
+ "requiresPreflight": true
196
+ },
197
+ {
198
+ "operationId": "sandbox.capabilities.get",
199
+ "method": "GET",
200
+ "path": "/api/v1/sandboxes/{sandboxId}/capabilities",
201
+ "scope": "borealis.sandboxes.exec",
202
+ "risk": "read",
203
+ "clientMethod": "GetSandboxCapabilitiesAsync",
204
+ "command": "sandbox capabilities",
205
+ "mcpName": "sandbox_capabilities_get",
206
+ "ownership": "organization",
207
+ "idempotency": "safe",
208
+ "retry": "safe",
209
+ "paging": "none",
210
+ "requiresPreflight": false
211
+ },
212
+ {
213
+ "operationId": "sandbox.exec.start",
214
+ "method": "POST",
215
+ "path": "/api/v1/sandboxes/{sandboxId}/exec",
216
+ "scope": "borealis.sandboxes.exec",
217
+ "risk": "write",
218
+ "clientMethod": "StartExecAsync",
219
+ "command": "sandbox exec",
220
+ "mcpName": "sandbox_exec_start",
221
+ "ownership": "organization",
222
+ "idempotency": "idempotency-key",
223
+ "retry": "safe",
224
+ "paging": "none",
225
+ "requiresPreflight": false
226
+ },
227
+ {
228
+ "operationId": "sandbox.exec.get",
229
+ "method": "GET",
230
+ "path": "/api/v1/sandboxes/{sandboxId}/exec/{execId}",
231
+ "scope": "borealis.sandboxes.exec",
232
+ "risk": "read",
233
+ "clientMethod": "GetExecAsync",
234
+ "command": "sandbox exec get",
235
+ "mcpName": "sandbox_exec_get",
236
+ "ownership": "organization",
237
+ "idempotency": "safe",
238
+ "retry": "safe",
239
+ "paging": "none",
240
+ "requiresPreflight": false
241
+ },
242
+ {
243
+ "operationId": "sandbox.exec.cancel",
244
+ "method": "POST",
245
+ "path": "/api/v1/sandboxes/{sandboxId}/exec/{execId}/cancel",
246
+ "scope": "borealis.sandboxes.exec",
247
+ "risk": "write",
248
+ "clientMethod": "CancelExecAsync",
249
+ "command": "sandbox exec cancel",
250
+ "mcpName": "sandbox_exec_cancel",
251
+ "ownership": "organization",
252
+ "idempotency": "target-state",
253
+ "retry": "safe",
254
+ "paging": "none",
255
+ "requiresPreflight": false
256
+ },
257
+ {
258
+ "operationId": "sandbox.exec.transient",
259
+ "method": "POST",
260
+ "path": "/api/v1/sandboxes/{sandboxId}/exec/transient",
261
+ "scope": "borealis.sandboxes.exec",
262
+ "risk": "write",
263
+ "clientMethod": "RunTransientExecAsync",
264
+ "command": "sandbox exec transient",
265
+ "mcpName": "sandbox_exec_transient",
266
+ "ownership": "organization",
267
+ "idempotency": "idempotency-key",
268
+ "retry": "safe",
269
+ "paging": "none",
270
+ "requiresPreflight": false
271
+ },
272
+ {
273
+ "operationId": "sandbox.logs.get",
274
+ "method": "GET",
275
+ "path": "/api/v1/sandboxes/{sandboxId}/logs",
276
+ "scope": "borealis.sandboxes.read",
277
+ "risk": "read",
278
+ "clientMethod": "GetLogsAsync",
279
+ "command": "sandbox logs",
280
+ "mcpName": "sandbox_logs_get",
281
+ "ownership": "organization",
282
+ "idempotency": "safe",
283
+ "retry": "safe",
284
+ "paging": "none",
285
+ "requiresPreflight": false
286
+ },
287
+ {
288
+ "operationId": "sandbox.usage.get",
289
+ "method": "GET",
290
+ "path": "/api/v1/sandboxes/{sandboxId}/usage",
291
+ "scope": "borealis.sandboxes.read",
292
+ "risk": "read",
293
+ "clientMethod": "GetUsageAsync",
294
+ "command": "sandbox usage",
295
+ "mcpName": "sandbox_usage_get",
296
+ "ownership": "organization",
297
+ "idempotency": "safe",
298
+ "retry": "safe",
299
+ "paging": "none",
300
+ "requiresPreflight": false
301
+ },
302
+ {
303
+ "operationId": "sandbox.workspace.export",
304
+ "method": "GET",
305
+ "path": "/api/v1/sandboxes/{sandboxId}/workspace/export",
306
+ "scope": "borealis.sandboxes.read",
307
+ "risk": "stream",
308
+ "clientMethod": "ExportWorkspaceAsync",
309
+ "command": "sandbox workspace export",
310
+ "mcpName": "sandbox_workspace_export",
311
+ "ownership": "organization",
312
+ "idempotency": "safe",
313
+ "retry": "safe",
314
+ "paging": "none",
315
+ "requiresPreflight": false
316
+ },
317
+ {
318
+ "operationId": "sandbox.workspace.import",
319
+ "method": "POST",
320
+ "path": "/api/v1/sandboxes/{sandboxId}/workspace/import-uploads",
321
+ "scope": "borealis.sandboxes.write",
322
+ "risk": "destructive",
323
+ "clientMethod": "ImportWorkspaceAsync",
324
+ "command": "sandbox workspace import",
325
+ "mcpName": "sandbox_workspace_import",
326
+ "ownership": "organization",
327
+ "idempotency": "idempotency-key",
328
+ "retry": "safe",
329
+ "paging": "none",
330
+ "requiresPreflight": true
331
+ },
332
+ {
333
+ "operationId": "snapshot.list",
334
+ "method": "GET",
335
+ "path": "/api/v1/snapshots",
336
+ "scope": "borealis.sandboxes.read",
337
+ "risk": "read",
338
+ "clientMethod": "ListSnapshotsAsync",
339
+ "command": "snapshot list",
340
+ "mcpName": "snapshot_list",
341
+ "ownership": "organization",
342
+ "idempotency": "safe",
343
+ "retry": "safe",
344
+ "paging": "page",
345
+ "requiresPreflight": false
346
+ },
347
+ {
348
+ "operationId": "snapshot.create",
349
+ "method": "POST",
350
+ "path": "/api/v1/sandboxes/{sandboxId}/snapshots",
351
+ "scope": "borealis.sandboxes.write",
352
+ "risk": "write",
353
+ "clientMethod": "CreateSnapshotOperationAsync",
354
+ "command": "snapshot create",
355
+ "mcpName": "snapshot_create",
356
+ "ownership": "organization",
357
+ "idempotency": "idempotency-key",
358
+ "retry": "safe",
359
+ "paging": "none",
360
+ "requiresPreflight": false
361
+ },
362
+ {
363
+ "operationId": "snapshot.operation.get",
364
+ "method": "GET",
365
+ "path": "/api/v1/sandboxes/{sandboxId}/snapshot-operations/{requestId}",
366
+ "scope": "borealis.sandboxes.read",
367
+ "risk": "read",
368
+ "clientMethod": "GetSnapshotOperationAsync",
369
+ "command": "snapshot operation get",
370
+ "mcpName": "snapshot_operation_get",
371
+ "ownership": "organization",
372
+ "idempotency": "safe",
373
+ "retry": "safe",
374
+ "paging": "none",
375
+ "requiresPreflight": false
376
+ },
377
+ {
378
+ "operationId": "snapshot.get",
379
+ "method": "GET",
380
+ "path": "/api/v1/snapshots/{snapshotId}",
381
+ "scope": "borealis.sandboxes.read",
382
+ "risk": "read",
383
+ "clientMethod": "GetSnapshotAsync",
384
+ "command": "snapshot get",
385
+ "mcpName": "snapshot_get",
386
+ "ownership": "organization",
387
+ "idempotency": "safe",
388
+ "retry": "safe",
389
+ "paging": "none",
390
+ "requiresPreflight": false
391
+ },
392
+ {
393
+ "operationId": "snapshot.delete",
394
+ "method": "DELETE",
395
+ "path": "/api/v1/snapshots/{snapshotId}",
396
+ "scope": "borealis.sandboxes.write",
397
+ "risk": "destructive",
398
+ "clientMethod": "DeleteSnapshotAsync",
399
+ "command": "snapshot delete",
400
+ "mcpName": "snapshot_delete",
401
+ "ownership": "organization",
402
+ "idempotency": "target-state",
403
+ "retry": "safe",
404
+ "paging": "none",
405
+ "requiresPreflight": true
406
+ },
407
+ {
408
+ "operationId": "registry.list",
409
+ "method": "GET",
410
+ "path": "/api/v1/registries",
411
+ "scope": "borealis.registries.read",
412
+ "risk": "read",
413
+ "clientMethod": "ListRegistriesAsync",
414
+ "command": "registry list",
415
+ "mcpName": "registry_list",
416
+ "ownership": "organization",
417
+ "idempotency": "safe",
418
+ "retry": "safe",
419
+ "paging": "page",
420
+ "requiresPreflight": false
421
+ },
422
+ {
423
+ "operationId": "registry.create",
424
+ "method": "POST",
425
+ "path": "/api/v1/registries",
426
+ "scope": "borealis.registries.write",
427
+ "risk": "credential",
428
+ "clientMethod": "CreateRegistryAsync",
429
+ "command": "registry create",
430
+ "mcpName": "registry_create",
431
+ "ownership": "organization",
432
+ "idempotency": "idempotency-key",
433
+ "retry": "safe",
434
+ "paging": "none",
435
+ "requiresPreflight": false
436
+ },
437
+ {
438
+ "operationId": "registry.get",
439
+ "method": "GET",
440
+ "path": "/api/v1/registries/{registryId}",
441
+ "scope": "borealis.registries.read",
442
+ "risk": "read",
443
+ "clientMethod": "GetRegistryAsync",
444
+ "command": "registry get",
445
+ "mcpName": "registry_get",
446
+ "ownership": "organization",
447
+ "idempotency": "safe",
448
+ "retry": "safe",
449
+ "paging": "none",
450
+ "requiresPreflight": false
451
+ },
452
+ {
453
+ "operationId": "registry.update",
454
+ "method": "PUT",
455
+ "path": "/api/v1/registries/{registryId}",
456
+ "scope": "borealis.registries.write",
457
+ "risk": "credential",
458
+ "clientMethod": "UpdateRegistryAsync",
459
+ "command": "registry update",
460
+ "mcpName": "registry_update",
461
+ "ownership": "organization",
462
+ "idempotency": "target-state",
463
+ "retry": "safe",
464
+ "paging": "none",
465
+ "requiresPreflight": false
466
+ },
467
+ {
468
+ "operationId": "registry.validate",
469
+ "method": "POST",
470
+ "path": "/api/v1/registries/{registryId}/validate",
471
+ "scope": "borealis.registries.write",
472
+ "risk": "write",
473
+ "clientMethod": "ValidateRegistryAsync",
474
+ "command": "registry validate",
475
+ "mcpName": "registry_validate",
476
+ "ownership": "organization",
477
+ "idempotency": "target-state",
478
+ "retry": "safe",
479
+ "paging": "none",
480
+ "requiresPreflight": false
481
+ },
482
+ {
483
+ "operationId": "registry.delete",
484
+ "method": "DELETE",
485
+ "path": "/api/v1/registries/{registryId}",
486
+ "scope": "borealis.registries.write",
487
+ "risk": "destructive",
488
+ "clientMethod": "DeleteRegistryAsync",
489
+ "command": "registry delete",
490
+ "mcpName": "registry_delete",
491
+ "ownership": "organization",
492
+ "idempotency": "target-state",
493
+ "retry": "safe",
494
+ "paging": "none",
495
+ "requiresPreflight": true
496
+ },
497
+ {
498
+ "operationId": "template.list",
499
+ "method": "GET",
500
+ "path": "/api/v1/sandbox-templates",
501
+ "scope": "borealis.templates.read",
502
+ "risk": "read",
503
+ "clientMethod": "ListSandboxTemplatesAsync",
504
+ "command": "template list",
505
+ "mcpName": "template_list",
506
+ "ownership": "organization",
507
+ "idempotency": "safe",
508
+ "retry": "safe",
509
+ "paging": "page",
510
+ "requiresPreflight": false
511
+ },
512
+ {
513
+ "operationId": "template.create",
514
+ "method": "POST",
515
+ "path": "/api/v1/sandbox-templates",
516
+ "scope": "borealis.templates.write",
517
+ "risk": "write",
518
+ "clientMethod": "CreateSandboxTemplateAsync",
519
+ "command": "template create",
520
+ "mcpName": "template_create",
521
+ "ownership": "organization",
522
+ "idempotency": "idempotency-key",
523
+ "retry": "safe",
524
+ "paging": "none",
525
+ "requiresPreflight": false
526
+ },
527
+ {
528
+ "operationId": "template.get",
529
+ "method": "GET",
530
+ "path": "/api/v1/sandbox-templates/{templateId}",
531
+ "scope": "borealis.templates.read",
532
+ "risk": "read",
533
+ "clientMethod": "GetSandboxTemplateAsync",
534
+ "command": "template get",
535
+ "mcpName": "template_get",
536
+ "ownership": "organization",
537
+ "idempotency": "safe",
538
+ "retry": "safe",
539
+ "paging": "none",
540
+ "requiresPreflight": false
541
+ },
542
+ {
543
+ "operationId": "template.update",
544
+ "method": "PUT",
545
+ "path": "/api/v1/sandbox-templates/{templateId}",
546
+ "scope": "borealis.templates.write",
547
+ "risk": "write",
548
+ "clientMethod": "UpdateSandboxTemplateAsync",
549
+ "command": "template update",
550
+ "mcpName": "template_update",
551
+ "ownership": "organization",
552
+ "idempotency": "target-state",
553
+ "retry": "safe",
554
+ "paging": "none",
555
+ "requiresPreflight": false
556
+ },
557
+ {
558
+ "operationId": "template.delete",
559
+ "method": "DELETE",
560
+ "path": "/api/v1/sandbox-templates/{templateId}",
561
+ "scope": "borealis.templates.write",
562
+ "risk": "destructive",
563
+ "clientMethod": "DeleteSandboxTemplateAsync",
564
+ "command": "template delete",
565
+ "mcpName": "template_delete",
566
+ "ownership": "organization",
567
+ "idempotency": "target-state",
568
+ "retry": "safe",
569
+ "paging": "none",
570
+ "requiresPreflight": true
571
+ },
572
+ {
573
+ "operationId": "host_pool.list",
574
+ "method": "GET",
575
+ "path": "/api/v1/host-pools",
576
+ "scope": "borealis.hosts.read",
577
+ "risk": "read",
578
+ "clientMethod": "ListHostPoolsAsync",
579
+ "command": "host-pool list",
580
+ "mcpName": "host_pool_list",
581
+ "ownership": "organization",
582
+ "idempotency": "safe",
583
+ "retry": "safe",
584
+ "paging": "page",
585
+ "requiresPreflight": false
586
+ },
587
+ {
588
+ "operationId": "host_pool.create",
589
+ "method": "POST",
590
+ "path": "/api/v1/host-pools",
591
+ "scope": "borealis.hosts.enroll",
592
+ "risk": "write",
593
+ "clientMethod": "CreateHostPoolAsync",
594
+ "command": "host-pool create",
595
+ "mcpName": "host_pool_create",
596
+ "ownership": "organization",
597
+ "idempotency": "idempotency-key",
598
+ "retry": "safe",
599
+ "paging": "none",
600
+ "requiresPreflight": false
601
+ },
602
+ {
603
+ "operationId": "host_pool.get",
604
+ "method": "GET",
605
+ "path": "/api/v1/host-pools/{poolId}",
606
+ "scope": "borealis.hosts.read",
607
+ "risk": "read",
608
+ "clientMethod": "GetHostPoolAsync",
609
+ "command": "host-pool get",
610
+ "mcpName": "host_pool_get",
611
+ "ownership": "organization",
612
+ "idempotency": "safe",
613
+ "retry": "safe",
614
+ "paging": "none",
615
+ "requiresPreflight": false
616
+ },
617
+ {
618
+ "operationId": "host_pool.update",
619
+ "method": "PATCH",
620
+ "path": "/api/v1/host-pools/{poolId}",
621
+ "scope": "borealis.hosts.manage",
622
+ "risk": "write",
623
+ "clientMethod": "UpdateHostPoolAsync",
624
+ "command": "host-pool update",
625
+ "mcpName": "host_pool_update",
626
+ "ownership": "organization",
627
+ "idempotency": "target-state",
628
+ "retry": "safe",
629
+ "paging": "none",
630
+ "requiresPreflight": false
631
+ },
632
+ {
633
+ "operationId": "host_pool.delete",
634
+ "method": "DELETE",
635
+ "path": "/api/v1/host-pools/{poolId}",
636
+ "scope": "borealis.hosts.manage",
637
+ "risk": "destructive",
638
+ "clientMethod": "DeleteHostPoolAsync",
639
+ "command": "host-pool delete",
640
+ "mcpName": "host_pool_delete",
641
+ "ownership": "organization",
642
+ "idempotency": "target-state",
643
+ "retry": "safe",
644
+ "paging": "none",
645
+ "requiresPreflight": true
646
+ },
647
+ {
648
+ "operationId": "host.list",
649
+ "method": "GET",
650
+ "path": "/api/v1/host-pools/{poolId}/hosts",
651
+ "scope": "borealis.hosts.read",
652
+ "risk": "read",
653
+ "clientMethod": "ListHostsAsync",
654
+ "command": "host list",
655
+ "mcpName": "host_list",
656
+ "ownership": "organization",
657
+ "idempotency": "safe",
658
+ "retry": "safe",
659
+ "paging": "page",
660
+ "requiresPreflight": false
661
+ },
662
+ {
663
+ "operationId": "host.get",
664
+ "method": "GET",
665
+ "path": "/api/v1/host-pools/{poolId}/hosts/{hostId}",
666
+ "scope": "borealis.hosts.read",
667
+ "risk": "read",
668
+ "clientMethod": "GetHostAsync",
669
+ "command": "host get",
670
+ "mcpName": "host_get",
671
+ "ownership": "organization",
672
+ "idempotency": "safe",
673
+ "retry": "safe",
674
+ "paging": "none",
675
+ "requiresPreflight": false
676
+ },
677
+ {
678
+ "operationId": "host.drain",
679
+ "method": "POST",
680
+ "path": "/api/v1/host-pools/{poolId}/hosts/{hostId}/drain",
681
+ "scope": "borealis.hosts.manage",
682
+ "risk": "write",
683
+ "clientMethod": "DrainHostAsync",
684
+ "command": "host drain",
685
+ "mcpName": "host_drain",
686
+ "ownership": "organization",
687
+ "idempotency": "target-state",
688
+ "retry": "safe",
689
+ "paging": "none",
690
+ "requiresPreflight": false
691
+ },
692
+ {
693
+ "operationId": "host.resume",
694
+ "method": "POST",
695
+ "path": "/api/v1/host-pools/{poolId}/hosts/{hostId}/resume",
696
+ "scope": "borealis.hosts.manage",
697
+ "risk": "write",
698
+ "clientMethod": "ResumeHostAsync",
699
+ "command": "host resume",
700
+ "mcpName": "host_resume",
701
+ "ownership": "organization",
702
+ "idempotency": "target-state",
703
+ "retry": "safe",
704
+ "paging": "none",
705
+ "requiresPreflight": false
706
+ },
707
+ {
708
+ "operationId": "host.disable",
709
+ "method": "POST",
710
+ "path": "/api/v1/host-pools/{poolId}/hosts/{hostId}/disable",
711
+ "scope": "borealis.hosts.manage",
712
+ "risk": "write",
713
+ "clientMethod": "DisableHostAsync",
714
+ "command": "host disable",
715
+ "mcpName": "host_disable",
716
+ "ownership": "organization",
717
+ "idempotency": "target-state",
718
+ "retry": "safe",
719
+ "paging": "none",
720
+ "requiresPreflight": false
721
+ },
722
+ {
723
+ "operationId": "host.enable",
724
+ "method": "POST",
725
+ "path": "/api/v1/host-pools/{poolId}/hosts/{hostId}/enable",
726
+ "scope": "borealis.hosts.manage",
727
+ "risk": "write",
728
+ "clientMethod": "EnableHostAsync",
729
+ "command": "host enable",
730
+ "mcpName": "host_enable",
731
+ "ownership": "organization",
732
+ "idempotency": "target-state",
733
+ "retry": "safe",
734
+ "paging": "none",
735
+ "requiresPreflight": false
736
+ },
737
+ {
738
+ "operationId": "host.evict",
739
+ "method": "POST",
740
+ "path": "/api/v1/host-pools/{poolId}/hosts/{hostId}/evict",
741
+ "scope": "borealis.hosts.manage",
742
+ "risk": "destructive",
743
+ "clientMethod": "EvictHostAsync",
744
+ "command": "host evict",
745
+ "mcpName": "host_evict",
746
+ "ownership": "organization",
747
+ "idempotency": "target-state",
748
+ "retry": "safe",
749
+ "paging": "none",
750
+ "requiresPreflight": true
751
+ },
752
+ {
753
+ "operationId": "host.retire",
754
+ "method": "DELETE",
755
+ "path": "/api/v1/host-pools/{poolId}/hosts/{hostId}",
756
+ "scope": "borealis.hosts.manage",
757
+ "risk": "destructive",
758
+ "clientMethod": "RetireHostAsync",
759
+ "command": "host retire",
760
+ "mcpName": "host_retire",
761
+ "ownership": "organization",
762
+ "idempotency": "target-state",
763
+ "retry": "safe",
764
+ "paging": "none",
765
+ "requiresPreflight": true
766
+ },
767
+ {
768
+ "operationId": "host_enrollment.create",
769
+ "method": "POST",
770
+ "path": "/api/v1/host-pools/{poolId}/enrollment-sessions",
771
+ "scope": "borealis.hosts.enroll",
772
+ "risk": "credential",
773
+ "clientMethod": "CreateHostEnrollmentSessionAsync",
774
+ "command": "host enrollment create",
775
+ "mcpName": "host_enrollment_create",
776
+ "ownership": "organization",
777
+ "idempotency": "idempotency-key",
778
+ "retry": "safe",
779
+ "paging": "none",
780
+ "requiresPreflight": false
781
+ },
782
+ {
783
+ "operationId": "host_enrollment.get",
784
+ "method": "GET",
785
+ "path": "/api/v1/host-pools/{poolId}/enrollment-sessions/{sessionId}",
786
+ "scope": "borealis.hosts.enroll",
787
+ "risk": "read",
788
+ "clientMethod": "GetHostEnrollmentSessionAsync",
789
+ "command": "host enrollment get",
790
+ "mcpName": "host_enrollment_get",
791
+ "ownership": "organization",
792
+ "idempotency": "safe",
793
+ "retry": "safe",
794
+ "paging": "none",
795
+ "requiresPreflight": false
796
+ },
797
+ {
798
+ "operationId": "host_enrollment.cancel",
799
+ "method": "DELETE",
800
+ "path": "/api/v1/host-pools/{poolId}/enrollment-sessions/{sessionId}",
801
+ "scope": "borealis.hosts.enroll",
802
+ "risk": "destructive",
803
+ "clientMethod": "CancelHostEnrollmentSessionAsync",
804
+ "command": "host enrollment cancel",
805
+ "mcpName": "host_enrollment_cancel",
806
+ "ownership": "organization",
807
+ "idempotency": "target-state",
808
+ "retry": "safe",
809
+ "paging": "none",
810
+ "requiresPreflight": true
811
+ },
812
+ {
813
+ "operationId": "service_principal.scopes",
814
+ "method": "GET",
815
+ "path": "/api/v1/service-principals/scopes",
816
+ "scope": "borealis.service-principals.manage",
817
+ "risk": "read",
818
+ "clientMethod": "ListServicePrincipalScopesAsync",
819
+ "command": "service-principal scopes",
820
+ "mcpName": "service_principal_scopes",
821
+ "ownership": "organization",
822
+ "idempotency": "safe",
823
+ "retry": "safe",
824
+ "paging": "none",
825
+ "requiresPreflight": false
826
+ },
827
+ {
828
+ "operationId": "service_principal.list",
829
+ "method": "GET",
830
+ "path": "/api/v1/service-principals",
831
+ "scope": "borealis.service-principals.manage",
832
+ "risk": "read",
833
+ "clientMethod": "ListServicePrincipalsAsync",
834
+ "command": "service-principal list",
835
+ "mcpName": "service_principal_list",
836
+ "ownership": "organization",
837
+ "idempotency": "safe",
838
+ "retry": "safe",
839
+ "paging": "page",
840
+ "requiresPreflight": false
841
+ },
842
+ {
843
+ "operationId": "service_principal.create",
844
+ "method": "POST",
845
+ "path": "/api/v1/service-principals",
846
+ "scope": "borealis.service-principals.manage",
847
+ "risk": "credential",
848
+ "clientMethod": "CreateServicePrincipalAsync",
849
+ "command": "service-principal create",
850
+ "mcpName": "service_principal_create",
851
+ "ownership": "organization",
852
+ "idempotency": "idempotency-key",
853
+ "retry": "safe",
854
+ "paging": "none",
855
+ "requiresPreflight": false
856
+ },
857
+ {
858
+ "operationId": "service_principal.revoke",
859
+ "method": "DELETE",
860
+ "path": "/api/v1/service-principals/{clientId}",
861
+ "scope": "borealis.service-principals.manage",
862
+ "risk": "destructive",
863
+ "clientMethod": "RevokeServicePrincipalAsync",
864
+ "command": "service-principal revoke",
865
+ "mcpName": "service_principal_revoke",
866
+ "ownership": "organization",
867
+ "idempotency": "target-state",
868
+ "retry": "safe",
869
+ "paging": "none",
870
+ "requiresPreflight": true
871
+ },
872
+ {
873
+ "operationId": "interactive.create",
874
+ "method": "POST",
875
+ "path": "/api/v1/sandboxes/{sandboxId}/interactive-sessions",
876
+ "scope": "borealis.sandboxes.exec",
877
+ "risk": "write",
878
+ "clientMethod": "CreateInteractiveSessionAsync",
879
+ "command": "interactive create",
880
+ "mcpName": "interactive_create",
881
+ "ownership": "organization",
882
+ "idempotency": "idempotency-key",
883
+ "retry": "safe",
884
+ "paging": "none",
885
+ "requiresPreflight": false
886
+ },
887
+ {
888
+ "operationId": "interactive.list",
889
+ "method": "GET",
890
+ "path": "/api/v1/sandboxes/{sandboxId}/interactive-sessions",
891
+ "scope": "borealis.sandboxes.exec",
892
+ "risk": "read",
893
+ "clientMethod": "ListInteractiveSessionsAsync",
894
+ "command": "interactive list",
895
+ "mcpName": "interactive_list",
896
+ "ownership": "organization",
897
+ "idempotency": "safe",
898
+ "retry": "safe",
899
+ "paging": "page",
900
+ "requiresPreflight": false
901
+ },
902
+ {
903
+ "operationId": "interactive.get",
904
+ "method": "GET",
905
+ "path": "/api/v1/interactive-sessions/{sessionId}",
906
+ "scope": "borealis.sandboxes.exec",
907
+ "risk": "read",
908
+ "clientMethod": "GetInteractiveSessionAsync",
909
+ "command": "interactive get",
910
+ "mcpName": "interactive_get",
911
+ "ownership": "organization",
912
+ "idempotency": "safe",
913
+ "retry": "safe",
914
+ "paging": "none",
915
+ "requiresPreflight": false
916
+ },
917
+ {
918
+ "operationId": "interactive.stop",
919
+ "method": "POST",
920
+ "path": "/api/v1/interactive-sessions/{sessionId}/stop",
921
+ "scope": "borealis.sandboxes.exec",
922
+ "risk": "write",
923
+ "clientMethod": "StopInteractiveSessionAsync",
924
+ "command": "interactive stop",
925
+ "mcpName": "interactive_stop",
926
+ "ownership": "organization",
927
+ "idempotency": "target-state",
928
+ "retry": "safe",
929
+ "paging": "none",
930
+ "requiresPreflight": false
931
+ },
932
+ {
933
+ "operationId": "interactive.stdin",
934
+ "method": "POST",
935
+ "path": "/api/v1/interactive-sessions/{sessionId}/stdin",
936
+ "scope": "borealis.sandboxes.exec",
937
+ "risk": "write",
938
+ "clientMethod": "SendInteractiveSessionInputAsync",
939
+ "command": "interactive stdin",
940
+ "mcpName": "interactive_stdin",
941
+ "ownership": "organization",
942
+ "idempotency": "idempotency-key",
943
+ "retry": "safe",
944
+ "paging": "none",
945
+ "requiresPreflight": false
946
+ },
947
+ {
948
+ "operationId": "interactive.resize",
949
+ "method": "POST",
950
+ "path": "/api/v1/interactive-sessions/{sessionId}/resize",
951
+ "scope": "borealis.sandboxes.exec",
952
+ "risk": "write",
953
+ "clientMethod": "ResizeInteractiveSessionAsync",
954
+ "command": "interactive resize",
955
+ "mcpName": "interactive_resize",
956
+ "ownership": "organization",
957
+ "idempotency": "target-state",
958
+ "retry": "safe",
959
+ "paging": "none",
960
+ "requiresPreflight": false
961
+ },
962
+ {
963
+ "operationId": "interactive.output",
964
+ "method": "GET",
965
+ "path": "/api/v1/interactive-sessions/{sessionId}/output",
966
+ "scope": "borealis.sandboxes.exec",
967
+ "risk": "read",
968
+ "clientMethod": "GetInteractiveSessionOutputAsync",
969
+ "command": "interactive output",
970
+ "mcpName": "interactive_output",
971
+ "ownership": "organization",
972
+ "idempotency": "safe",
973
+ "retry": "safe",
974
+ "paging": "none",
975
+ "requiresPreflight": false
976
+ },
977
+ {
978
+ "operationId": "interactive.stream",
979
+ "method": "GET",
980
+ "path": "/api/v1/interactive-sessions/{sessionId}/stream",
981
+ "scope": "borealis.sandboxes.exec",
982
+ "risk": "stream",
983
+ "clientMethod": "OpenInteractiveSessionStreamAsync",
984
+ "command": "interactive attach",
985
+ "mcpName": "interactive_stream",
986
+ "ownership": "organization",
987
+ "idempotency": "safe",
988
+ "retry": "safe",
989
+ "paging": "none",
990
+ "requiresPreflight": false
991
+ },
992
+ {
993
+ "operationId": "billing.account.get",
994
+ "method": "GET",
995
+ "path": "/api/v1/billing/account",
996
+ "scope": "borealis.billing.read",
997
+ "risk": "read",
998
+ "clientMethod": "GetBillingAccountAsync",
999
+ "command": "billing account",
1000
+ "mcpName": "billing_account_get",
1001
+ "ownership": "organization",
1002
+ "idempotency": "safe",
1003
+ "retry": "safe",
1004
+ "paging": "none",
1005
+ "requiresPreflight": false
1006
+ },
1007
+ {
1008
+ "operationId": "billing.summary.get",
1009
+ "method": "GET",
1010
+ "path": "/api/v1/billing/summary",
1011
+ "scope": "borealis.billing.read",
1012
+ "risk": "read",
1013
+ "clientMethod": "GetBillingSummaryAsync",
1014
+ "command": "billing summary",
1015
+ "mcpName": "billing_summary_get",
1016
+ "ownership": "organization",
1017
+ "idempotency": "safe",
1018
+ "retry": "safe",
1019
+ "paging": "none",
1020
+ "requiresPreflight": false
1021
+ },
1022
+ {
1023
+ "operationId": "billing.usage.get",
1024
+ "method": "GET",
1025
+ "path": "/api/v1/billing/usage",
1026
+ "scope": "borealis.billing.read",
1027
+ "risk": "read",
1028
+ "clientMethod": "GetBillingUsageAsync",
1029
+ "command": "billing usage summary",
1030
+ "mcpName": "billing_usage_get",
1031
+ "ownership": "organization",
1032
+ "idempotency": "safe",
1033
+ "retry": "safe",
1034
+ "paging": "none",
1035
+ "requiresPreflight": false
1036
+ },
1037
+ {
1038
+ "operationId": "billing.usage.list",
1039
+ "method": "GET",
1040
+ "path": "/api/v1/billing/usage/events",
1041
+ "scope": "borealis.billing.read",
1042
+ "risk": "read",
1043
+ "clientMethod": "ListBillingUsageAsync",
1044
+ "command": "billing usage",
1045
+ "mcpName": "billing_usage_list",
1046
+ "ownership": "organization",
1047
+ "idempotency": "safe",
1048
+ "retry": "safe",
1049
+ "paging": "page",
1050
+ "requiresPreflight": false
1051
+ },
1052
+ {
1053
+ "operationId": "billing.consumers.list",
1054
+ "method": "GET",
1055
+ "path": "/api/v1/billing/consumers",
1056
+ "scope": "borealis.billing.read",
1057
+ "risk": "read",
1058
+ "clientMethod": "ListBillingConsumersAsync",
1059
+ "command": "billing consumer list",
1060
+ "mcpName": "billing_consumers_list",
1061
+ "ownership": "organization",
1062
+ "idempotency": "safe",
1063
+ "retry": "safe",
1064
+ "paging": "page",
1065
+ "requiresPreflight": false
1066
+ },
1067
+ {
1068
+ "operationId": "billing.invoices.list",
1069
+ "method": "GET",
1070
+ "path": "/api/v1/billing/invoices",
1071
+ "scope": "borealis.billing.read",
1072
+ "risk": "read",
1073
+ "clientMethod": "ListBillingInvoicesAsync",
1074
+ "command": "billing invoice list",
1075
+ "mcpName": "billing_invoices_list",
1076
+ "ownership": "organization",
1077
+ "idempotency": "safe",
1078
+ "retry": "safe",
1079
+ "paging": "page",
1080
+ "requiresPreflight": false
1081
+ },
1082
+ {
1083
+ "operationId": "billing.checkout.create",
1084
+ "method": "POST",
1085
+ "path": "/api/v1/billing/checkout-session",
1086
+ "scope": "borealis.billing.write",
1087
+ "risk": "write",
1088
+ "clientMethod": "CreateBillingCheckoutAsync",
1089
+ "command": "billing checkout",
1090
+ "mcpName": "billing_checkout_create",
1091
+ "ownership": "organization",
1092
+ "idempotency": "idempotency-key",
1093
+ "retry": "safe",
1094
+ "paging": "none",
1095
+ "requiresPreflight": false
1096
+ },
1097
+ {
1098
+ "operationId": "billing.top_up.create",
1099
+ "method": "POST",
1100
+ "path": "/api/v1/billing/top-ups/checkout",
1101
+ "scope": "borealis.billing.write",
1102
+ "risk": "write",
1103
+ "clientMethod": "CreateBillingTopUpAsync",
1104
+ "command": "billing top-up",
1105
+ "mcpName": "billing_top_up_create",
1106
+ "ownership": "organization",
1107
+ "idempotency": "idempotency-key",
1108
+ "retry": "safe",
1109
+ "paging": "none",
1110
+ "requiresPreflight": false
1111
+ },
1112
+ {
1113
+ "operationId": "billing.auto_top_up.configure",
1114
+ "method": "PUT",
1115
+ "path": "/api/v1/billing/auto-top-up",
1116
+ "scope": "borealis.billing.write",
1117
+ "risk": "write",
1118
+ "clientMethod": "ConfigureBillingAutoTopUpAsync",
1119
+ "command": "billing auto-top-up",
1120
+ "mcpName": "billing_auto_top_up_configure",
1121
+ "ownership": "organization",
1122
+ "idempotency": "target-state",
1123
+ "retry": "safe",
1124
+ "paging": "none",
1125
+ "requiresPreflight": false
1126
+ }
1127
+ ]