muse-cli 0.2.0__py3-none-any.whl
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.
- muse_cli/__init__.py +3 -0
- muse_cli/__main__.py +3 -0
- muse_cli/cli.py +538 -0
- muse_cli/desc0.bin +0 -0
- muse_cli/desc1.bin +0 -0
- muse_cli/gateway.py +336 -0
- muse_cli/routes.json +1410 -0
- muse_cli-0.2.0.dist-info/METADATA +195 -0
- muse_cli-0.2.0.dist-info/RECORD +12 -0
- muse_cli-0.2.0.dist-info/WHEEL +4 -0
- muse_cli-0.2.0.dist-info/entry_points.txt +2 -0
- muse_cli-0.2.0.dist-info/licenses/LICENSE +21 -0
muse_cli/routes.json
ADDED
|
@@ -0,0 +1,1410 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"method": "chat.history",
|
|
4
|
+
"http": "GET",
|
|
5
|
+
"path": "/chat/history"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"method": "chat.mark_seen",
|
|
9
|
+
"http": "POST",
|
|
10
|
+
"path": "/api/chat/{thread_id}/seen"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"method": "chat.sxs.select",
|
|
14
|
+
"http": "POST",
|
|
15
|
+
"path": "/api/chat/sxs/select"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"method": "activity.list",
|
|
19
|
+
"http": "GET",
|
|
20
|
+
"path": "/activity"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"method": "activity.get",
|
|
24
|
+
"http": "GET",
|
|
25
|
+
"path": "/activity/{id}"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"method": "tasks.list",
|
|
29
|
+
"http": "GET",
|
|
30
|
+
"path": "/tasks"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"method": "tasks.runs",
|
|
34
|
+
"http": "GET",
|
|
35
|
+
"path": "/tasks/runs"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"method": "tasks.delete",
|
|
39
|
+
"http": "DELETE",
|
|
40
|
+
"path": "/api/tasks/{job_id}",
|
|
41
|
+
"requestBody": "empty"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"method": "sessions.list",
|
|
45
|
+
"http": "GET",
|
|
46
|
+
"path": "/api/session/list"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"method": "sessions.get",
|
|
50
|
+
"http": "GET",
|
|
51
|
+
"path": "/api/session/list/{id}"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"method": "skills.list",
|
|
55
|
+
"http": "GET",
|
|
56
|
+
"path": "/skills"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"method": "skills.disconnect",
|
|
60
|
+
"http": "POST",
|
|
61
|
+
"path": "/skills/disconnect"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"method": "skills.set_disabled",
|
|
65
|
+
"http": "POST",
|
|
66
|
+
"path": "/skills/set-disabled"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"method": "subagents.list",
|
|
70
|
+
"http": "GET",
|
|
71
|
+
"path": "/subagents"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"method": "subagents.status",
|
|
75
|
+
"http": "GET",
|
|
76
|
+
"path": "/subagents/status"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"method": "config.get",
|
|
80
|
+
"http": "GET",
|
|
81
|
+
"path": "/config"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"method": "config.update",
|
|
85
|
+
"http": "PATCH",
|
|
86
|
+
"path": "/config"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"method": "vm.health",
|
|
90
|
+
"http": "GET",
|
|
91
|
+
"path": "/health"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"method": "product_improvements.get",
|
|
95
|
+
"http": "GET",
|
|
96
|
+
"path": "/api/product-improvements",
|
|
97
|
+
"service": "daemon",
|
|
98
|
+
"noiseOnly": true
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"method": "product_improvements.set",
|
|
102
|
+
"http": "POST",
|
|
103
|
+
"path": "/api/product-improvements",
|
|
104
|
+
"service": "daemon",
|
|
105
|
+
"noiseOnly": true
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"method": "invite.badge.get",
|
|
109
|
+
"http": "GET",
|
|
110
|
+
"path": "/api/invite/badge",
|
|
111
|
+
"service": "daemon",
|
|
112
|
+
"noiseOnly": true
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"method": "invite.badge.seen",
|
|
116
|
+
"http": "POST",
|
|
117
|
+
"path": "/api/invite/badge/seen",
|
|
118
|
+
"service": "daemon",
|
|
119
|
+
"noiseOnly": true
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"method": "vm.enrollment_health",
|
|
123
|
+
"http": "GET",
|
|
124
|
+
"path": "/health/enrollment"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"method": "vault.luks_status",
|
|
128
|
+
"http": "GET",
|
|
129
|
+
"path": "/luks/status",
|
|
130
|
+
"service": "vault",
|
|
131
|
+
"noiseOnly": true
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"method": "voice.user_speech_started",
|
|
135
|
+
"http": "POST",
|
|
136
|
+
"path": "/api/voice/user-speech-started"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"method": "voice.active_voice",
|
|
140
|
+
"http": "GET",
|
|
141
|
+
"path": "/api/voice/active-voice"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"method": "voice.available_voices",
|
|
145
|
+
"http": "GET",
|
|
146
|
+
"path": "/api/voice/available-voices"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"method": "voice.pipeline_profiles",
|
|
150
|
+
"http": "GET",
|
|
151
|
+
"path": "/api/voice/pipeline-profiles"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"method": "voice.select_pipeline_profile",
|
|
155
|
+
"http": "POST",
|
|
156
|
+
"path": "/api/voice/pipeline-profile"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"method": "voice.start_call",
|
|
160
|
+
"http": "POST",
|
|
161
|
+
"path": "/api/voice/start-call"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"method": "voice.end_call",
|
|
165
|
+
"http": "POST",
|
|
166
|
+
"path": "/api/voice/end-call"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"method": "voice.onboarding.reset",
|
|
170
|
+
"http": "POST",
|
|
171
|
+
"path": "/api/voice/onboarding/reset"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"method": "messenger.fb-check",
|
|
175
|
+
"http": "GET",
|
|
176
|
+
"path": "/api/messenger/fb-check"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"method": "messenger.pin_status",
|
|
180
|
+
"http": "GET",
|
|
181
|
+
"path": "/api/messenger_companion/pin-status"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"method": "messenger_companion.unlock",
|
|
185
|
+
"http": "POST",
|
|
186
|
+
"path": "/api/messenger_companion/unlock"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"method": "messenger-read.unlock",
|
|
190
|
+
"http": "POST",
|
|
191
|
+
"path": "/api/messenger-read/unlock"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"method": "foa.accounts",
|
|
195
|
+
"http": "GET",
|
|
196
|
+
"path": "/api/foa/accounts"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"method": "connectors.accounts",
|
|
200
|
+
"http": "GET",
|
|
201
|
+
"path": "/connectors/{id}/accounts"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"method": "connectors.accounts_unlink",
|
|
205
|
+
"http": "POST",
|
|
206
|
+
"path": "/connectors/{id}/accounts/{account_id}/unlink"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"method": "connectors.accounts_link",
|
|
210
|
+
"http": "POST",
|
|
211
|
+
"path": "/connectors/{id}/accounts/link"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"method": "foa_auth.callback",
|
|
215
|
+
"http": "POST",
|
|
216
|
+
"path": "/api/foa_auth/callback",
|
|
217
|
+
"service": "authd"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"method": "channels.status",
|
|
221
|
+
"http": "GET",
|
|
222
|
+
"path": "/channels/status"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"method": "channels.link",
|
|
226
|
+
"http": "POST",
|
|
227
|
+
"path": "/channels/link"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"method": "channels.unlink",
|
|
231
|
+
"http": "POST",
|
|
232
|
+
"path": "/channels/unlink"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"method": "shared_agents.list",
|
|
236
|
+
"http": "GET",
|
|
237
|
+
"path": "/shared-agents"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"method": "shared_agents.capabilities",
|
|
241
|
+
"http": "GET",
|
|
242
|
+
"path": "/shared-agents/capabilities"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"method": "shared_agents.detail",
|
|
246
|
+
"http": "GET",
|
|
247
|
+
"path": "/shared-agents/{shared_agent_id}"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"method": "shared_agents.delete",
|
|
251
|
+
"http": "DELETE",
|
|
252
|
+
"path": "/shared-agents/{shared_agent_id}"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"method": "shared_agents.state.update",
|
|
256
|
+
"http": "PATCH",
|
|
257
|
+
"path": "/shared-agents/{shared_agent_id}/state"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"method": "shared_agents.identity.update",
|
|
261
|
+
"http": "PATCH",
|
|
262
|
+
"path": "/shared-agents/{shared_agent_id}/identity"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"method": "shared_agents.definition",
|
|
266
|
+
"http": "GET",
|
|
267
|
+
"path": "/shared-agents/{shared_agent_id}/definition"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"method": "shared_agents.create",
|
|
271
|
+
"http": "POST",
|
|
272
|
+
"path": "/shared-agents/create-idempotent"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"method": "shared_agents.definition.update",
|
|
276
|
+
"http": "PATCH",
|
|
277
|
+
"path": "/shared-agents/{shared_agent_id}/definition"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"method": "shared_agents.shares.list",
|
|
281
|
+
"http": "GET",
|
|
282
|
+
"path": "/shared-agents/{shared_agent_id}/shares"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"method": "shared_agents.shares.create",
|
|
286
|
+
"http": "POST",
|
|
287
|
+
"path": "/shared-agents/{shared_agent_id}/shares"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"method": "shared_agents.shares.conversation",
|
|
291
|
+
"http": "GET",
|
|
292
|
+
"path": "/shared-agents/{shared_agent_id}/shares/{share_id}/conversation"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"method": "shared_agents.shares.revoke",
|
|
296
|
+
"http": "POST",
|
|
297
|
+
"path": "/shared-agents/{shared_agent_id}/shares/{share_id}/revoke"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"method": "shared_agents.remote.open",
|
|
301
|
+
"http": "POST",
|
|
302
|
+
"path": "/api/shared-agents/remote/open",
|
|
303
|
+
"noiseOnly": true,
|
|
304
|
+
"streamMode": "subscription",
|
|
305
|
+
"connectionClass": "shared_agent"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"method": "shared_agents.remote.send",
|
|
309
|
+
"http": "POST",
|
|
310
|
+
"path": "/api/shared-agents/remote/send",
|
|
311
|
+
"noiseOnly": true,
|
|
312
|
+
"connectionClass": "shared_agent"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"method": "memory.search",
|
|
316
|
+
"http": "POST",
|
|
317
|
+
"path": "/memory/search"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"method": "memory.get",
|
|
321
|
+
"http": "POST",
|
|
322
|
+
"path": "/memory/get"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"method": "memory.consolidate",
|
|
326
|
+
"http": "POST",
|
|
327
|
+
"path": "/memory/consolidate"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"method": "memory.reindex",
|
|
331
|
+
"http": "POST",
|
|
332
|
+
"path": "/memory/reindex"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"method": "bootstrap.reset",
|
|
336
|
+
"http": "POST",
|
|
337
|
+
"path": "/bootstrap/reset"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"method": "subscription.callback",
|
|
341
|
+
"http": "POST",
|
|
342
|
+
"path": "/subscription/callback"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"method": "reactions.toggle",
|
|
346
|
+
"http": "POST",
|
|
347
|
+
"path": "/reactions/toggle"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"method": "oauth.callback",
|
|
351
|
+
"http": "POST",
|
|
352
|
+
"path": "/oauth/callback",
|
|
353
|
+
"service": "authd"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"method": "ac_oauth.callback",
|
|
357
|
+
"http": "POST",
|
|
358
|
+
"path": "/ac_oauth/callback"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"method": "api_key_auth.callback",
|
|
362
|
+
"http": "POST",
|
|
363
|
+
"path": "/api_key_auth/callback",
|
|
364
|
+
"service": "authd"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"method": "custom_connectors.register",
|
|
368
|
+
"http": "POST",
|
|
369
|
+
"path": "/v1/custom-connectors/register",
|
|
370
|
+
"service": "authd",
|
|
371
|
+
"aliases": "[\"custom_oauth_connector.register\"]"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"method": "custom_connectors.list",
|
|
375
|
+
"http": "POST",
|
|
376
|
+
"path": "/v1/custom-connectors/list",
|
|
377
|
+
"service": "authd"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"method": "custom_connectors.delete",
|
|
381
|
+
"http": "POST",
|
|
382
|
+
"path": "/v1/custom-connectors/delete",
|
|
383
|
+
"service": "authd"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"method": "connectors.list",
|
|
387
|
+
"http": "GET",
|
|
388
|
+
"path": "/connectors"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"method": "connectors.get",
|
|
392
|
+
"http": "GET",
|
|
393
|
+
"path": "/connectors/{id}"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"method": "connectors.connect_info",
|
|
397
|
+
"http": "GET",
|
|
398
|
+
"path": "/connectors/{id}/connect/info"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"method": "connectors.permissions",
|
|
402
|
+
"http": "GET",
|
|
403
|
+
"path": "/connectors/{id}/permissions"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"method": "connectors.scope_link",
|
|
407
|
+
"http": "POST",
|
|
408
|
+
"path": "/connectors/{id}/scopes/{method}/link"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"method": "connectors.disconnect",
|
|
412
|
+
"http": "POST",
|
|
413
|
+
"path": "/connectors/{id}/disconnect"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"method": "consent_auth.callback",
|
|
417
|
+
"http": "POST",
|
|
418
|
+
"path": "/consent_auth/callback"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"method": "username_password_auth.callback",
|
|
422
|
+
"http": "POST",
|
|
423
|
+
"path": "/username_password_auth/callback",
|
|
424
|
+
"service": "authd"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"method": "whatsapp.login",
|
|
428
|
+
"http": "POST",
|
|
429
|
+
"path": "/whatsapp/login"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"method": "whatsapp.install",
|
|
433
|
+
"http": "POST",
|
|
434
|
+
"path": "/whatsapp/install"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"method": "whatsapp_companion.link",
|
|
438
|
+
"http": "POST",
|
|
439
|
+
"path": "/whatsapp_companion/link"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"method": "whatsapp_companion.status",
|
|
443
|
+
"http": "GET",
|
|
444
|
+
"path": "/whatsapp_companion/status"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"method": "browser_stream.attach",
|
|
448
|
+
"http": "POST",
|
|
449
|
+
"path": "/api/browser-task/{task_id}/websockify?mode=attach",
|
|
450
|
+
"noiseOnly": true
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"method": "browser_activity.snapshot",
|
|
454
|
+
"http": "GET",
|
|
455
|
+
"path": "/api/browser-activity/actions/{action_id}/snapshot",
|
|
456
|
+
"responseType": "binary",
|
|
457
|
+
"channel": "media"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"method": "voice.dictation",
|
|
461
|
+
"http": "POST",
|
|
462
|
+
"path": "/api/voice/dictation?sample_rate_hz={sample_rate_hz}",
|
|
463
|
+
"noiseOnly": true
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"method": "browser_task.get",
|
|
467
|
+
"http": "GET",
|
|
468
|
+
"path": "/api/browser-task/{task_id}"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"method": "browser_task.takeover",
|
|
472
|
+
"http": "POST",
|
|
473
|
+
"path": "/api/browser-task/{task_id}/takeover"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"method": "browser_task.present",
|
|
477
|
+
"http": "POST",
|
|
478
|
+
"path": "/api/browser-task/{task_id}/present"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"method": "browser_task.heartbeat",
|
|
482
|
+
"http": "POST",
|
|
483
|
+
"path": "/api/browser-task/{task_id}/heartbeat"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"method": "browser_task.close",
|
|
487
|
+
"http": "POST",
|
|
488
|
+
"path": "/api/browser-task/{task_id}/close"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"method": "browser_task.release",
|
|
492
|
+
"http": "POST",
|
|
493
|
+
"path": "/api/browser-task/{task_id}/release"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"method": "browser_task.stop",
|
|
497
|
+
"http": "POST",
|
|
498
|
+
"path": "/api/browser-task/{task_id}/stop"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"method": "identity",
|
|
502
|
+
"http": "GET",
|
|
503
|
+
"path": "/identity"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"method": "chat.themes",
|
|
507
|
+
"http": "GET",
|
|
508
|
+
"path": "/api/chat/themes"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"method": "chat.themes.set",
|
|
512
|
+
"http": "POST",
|
|
513
|
+
"path": "/api/chat/themes/set"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"method": "iframe.call",
|
|
517
|
+
"http": "POST",
|
|
518
|
+
"path": "/call"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"method": "voice.calls.join",
|
|
522
|
+
"http": "POST",
|
|
523
|
+
"path": "/voice/calls/join"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"method": "artifacts.share",
|
|
527
|
+
"http": "POST",
|
|
528
|
+
"path": "/artifacts/share"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"method": "artifacts.remove",
|
|
532
|
+
"http": "POST",
|
|
533
|
+
"path": "/artifacts/remove"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"method": "artifacts.fetch_url",
|
|
537
|
+
"http": "GET",
|
|
538
|
+
"path": "/artifacts/fetch_url"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"method": "artifacts.list",
|
|
542
|
+
"http": "GET",
|
|
543
|
+
"path": "/api/artifacts"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"method": "artifacts.pin",
|
|
547
|
+
"http": "POST",
|
|
548
|
+
"path": "/api/artifacts/pin",
|
|
549
|
+
"noiseOnly": true
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"method": "onboarding.variants",
|
|
553
|
+
"http": "GET",
|
|
554
|
+
"path": "/api/onboarding/variants"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"method": "onboarding.pages.start",
|
|
558
|
+
"http": "POST",
|
|
559
|
+
"path": "/onboarding/pages"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"method": "onboarding.complete",
|
|
563
|
+
"http": "POST",
|
|
564
|
+
"path": "/onboarding/complete"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"method": "onboarding.reset",
|
|
568
|
+
"http": "POST",
|
|
569
|
+
"path": "/onboarding/reset"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"method": "onboarding.tasks",
|
|
573
|
+
"http": "GET",
|
|
574
|
+
"path": "/onboarding/tasks"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"method": "onboarding.identity",
|
|
578
|
+
"http": "GET",
|
|
579
|
+
"path": "/onboarding/identity"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"method": "onboarding.identity.set",
|
|
583
|
+
"http": "POST",
|
|
584
|
+
"path": "/onboarding/identity"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"method": "goal_prompt",
|
|
588
|
+
"http": "POST",
|
|
589
|
+
"path": "/goal_prompt"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"method": "goals.list",
|
|
593
|
+
"http": "GET",
|
|
594
|
+
"path": "/goals"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"method": "goals.get",
|
|
598
|
+
"http": "GET",
|
|
599
|
+
"path": "/goals/{id}"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"method": "goals.update",
|
|
603
|
+
"http": "PATCH",
|
|
604
|
+
"path": "/goals/{id}"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"method": "goals.delete",
|
|
608
|
+
"http": "DELETE",
|
|
609
|
+
"path": "/goals/{id}"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"method": "podcasts.episodes.list",
|
|
613
|
+
"http": "GET",
|
|
614
|
+
"path": "/api/podcasts/episodes"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"method": "podcasts.feed.get",
|
|
618
|
+
"http": "GET",
|
|
619
|
+
"path": "/api/podcasts/feed"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"method": "podcasts.episode.delete",
|
|
623
|
+
"http": "DELETE",
|
|
624
|
+
"path": "/api/podcasts/episodes/{slug}"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"method": "goals.suggestions.decide",
|
|
628
|
+
"http": "POST",
|
|
629
|
+
"path": "/goals/{goal_id}/suggestions/{suggestion_id}/decision"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"method": "api.idea-cards.list",
|
|
633
|
+
"http": "GET",
|
|
634
|
+
"path": "/api/idea-cards"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"method": "api.ideas.reset",
|
|
638
|
+
"http": "POST",
|
|
639
|
+
"path": "/api/ideas/reset"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"method": "api.ideas.engagement",
|
|
643
|
+
"http": "POST",
|
|
644
|
+
"path": "/api/ideas/{id}/engagement"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"method": "api.ideas.feedback",
|
|
648
|
+
"http": "POST",
|
|
649
|
+
"path": "/api/ideas/{id}/feedback"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"method": "api.idea-cards.detail",
|
|
653
|
+
"http": "GET",
|
|
654
|
+
"path": "/api/idea-cards/{ideaCardId}"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"method": "api.idea-cards.execute",
|
|
658
|
+
"http": "POST",
|
|
659
|
+
"path": "/api/idea-cards/{ideaCardId}/execute"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"method": "api.idea-cards.debug",
|
|
663
|
+
"http": "GET",
|
|
664
|
+
"path": "/api/idea-cards/{ideaCardId}/debug"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"method": "shopping.product_details",
|
|
668
|
+
"http": "GET",
|
|
669
|
+
"path": "/api/shopping"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"method": "shopping.events",
|
|
673
|
+
"http": "POST",
|
|
674
|
+
"path": "/api/shopping/events"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"method": "feed.list",
|
|
678
|
+
"http": "GET",
|
|
679
|
+
"path": "/api/feed"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"method": "feed.infinite",
|
|
683
|
+
"http": "GET",
|
|
684
|
+
"path": "/api/feed/infinite",
|
|
685
|
+
"noiseOnly": true,
|
|
686
|
+
"streamMode": "records"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"method": "feed.status",
|
|
690
|
+
"http": "GET",
|
|
691
|
+
"path": "/api/feed/status"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"method": "feed.search",
|
|
695
|
+
"http": "GET",
|
|
696
|
+
"path": "/api/feed/search"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"method": "feed.unit",
|
|
700
|
+
"http": "GET",
|
|
701
|
+
"path": "/api/feed/units/{unit_id}"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"method": "feed.unit.delete",
|
|
705
|
+
"http": "DELETE",
|
|
706
|
+
"path": "/api/feed/units/{unit_id}"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"method": "feed.unit.reaction",
|
|
710
|
+
"http": "POST",
|
|
711
|
+
"path": "/api/feed/units/{unit_id}/reaction"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"method": "feed.unit.tap",
|
|
715
|
+
"http": "POST",
|
|
716
|
+
"path": "/api/feed/units/{unit_id}/tap"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"method": "feed.units.seen",
|
|
720
|
+
"http": "POST",
|
|
721
|
+
"path": "/api/feed/units/seen"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"method": "feed.reorder",
|
|
725
|
+
"http": "POST",
|
|
726
|
+
"path": "/api/feed/reorder"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"method": "feed.regenerate",
|
|
730
|
+
"http": "POST",
|
|
731
|
+
"path": "/api/feed/regenerate"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"method": "feed.prompt.get",
|
|
735
|
+
"http": "GET",
|
|
736
|
+
"path": "/api/feed/prompt"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"method": "feed.prompt.update",
|
|
740
|
+
"http": "PATCH",
|
|
741
|
+
"path": "/api/feed/prompt"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"method": "feed.prompts.delete",
|
|
745
|
+
"http": "DELETE",
|
|
746
|
+
"path": "/api/feed/prompts/{prompt_id}"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"method": "feed.social_source_icon",
|
|
750
|
+
"http": "GET",
|
|
751
|
+
"path": "/api/feed/social-source-icon/{source}",
|
|
752
|
+
"responseType": "binary",
|
|
753
|
+
"channel": "media"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"method": "feed.unit.share",
|
|
757
|
+
"http": "POST",
|
|
758
|
+
"path": "/api/feed/units/{unit_id}/share"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"method": "feed.ingest",
|
|
762
|
+
"http": "POST",
|
|
763
|
+
"path": "/api/feed/ingest"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"method": "feed.unit.media",
|
|
767
|
+
"http": "GET",
|
|
768
|
+
"path": "/api/feed/units/{unit_id}/media/{handle}",
|
|
769
|
+
"responseType": "binary",
|
|
770
|
+
"channel": "media"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"method": "redteam.mocks.apply",
|
|
774
|
+
"http": "POST",
|
|
775
|
+
"path": "/redteam/mocks"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"method": "redteam.mocks.clear",
|
|
779
|
+
"http": "DELETE",
|
|
780
|
+
"path": "/redteam/mocks"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"method": "redteam.mocks.get",
|
|
784
|
+
"http": "GET",
|
|
785
|
+
"path": "/redteam/mocks"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"method": "redteam.sidecar.tail",
|
|
789
|
+
"http": "GET",
|
|
790
|
+
"path": "/redteam/mocks/sidecar"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"method": "check",
|
|
794
|
+
"http": "GET",
|
|
795
|
+
"path": "/check"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"method": "session.start",
|
|
799
|
+
"http": "POST",
|
|
800
|
+
"path": "/session/start"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"method": "session.archive",
|
|
804
|
+
"http": "POST",
|
|
805
|
+
"path": "/session/archive"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"method": "session.unarchive",
|
|
809
|
+
"http": "POST",
|
|
810
|
+
"path": "/session/unarchive"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"method": "session.pin",
|
|
814
|
+
"http": "POST",
|
|
815
|
+
"path": "/session/pin"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"method": "session.unpin",
|
|
819
|
+
"http": "POST",
|
|
820
|
+
"path": "/session/unpin"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"method": "session.rename",
|
|
824
|
+
"http": "POST",
|
|
825
|
+
"path": "/session/rename"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"method": "session.delete",
|
|
829
|
+
"http": "POST",
|
|
830
|
+
"path": "/session/delete"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"method": "chat.unread_count",
|
|
834
|
+
"http": "GET",
|
|
835
|
+
"path": "/chat/unread-count"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"method": "chat.poke",
|
|
839
|
+
"http": "POST",
|
|
840
|
+
"path": "/chat/poke"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"method": "onboarding.state",
|
|
844
|
+
"http": "GET",
|
|
845
|
+
"path": "/onboarding"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"method": "onboarding.questions",
|
|
849
|
+
"http": "GET",
|
|
850
|
+
"path": "/onboarding/questions"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"method": "spaces.list",
|
|
854
|
+
"http": "GET",
|
|
855
|
+
"path": "/spaces/v2"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"method": "spaces.delete",
|
|
859
|
+
"http": "DELETE",
|
|
860
|
+
"path": "/spaces/v2/{slug}"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"method": "spaces.saved.delete",
|
|
864
|
+
"http": "DELETE",
|
|
865
|
+
"path": "/spaces/v2/{slug}?source=saved_space"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"method": "spaces.save",
|
|
869
|
+
"http": "POST",
|
|
870
|
+
"path": "/spaces/v2/{slug}/save"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"method": "spaces.share.review",
|
|
874
|
+
"http": "GET",
|
|
875
|
+
"path": "/spaces/share/{slug}/review"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"method": "spaces.share.status",
|
|
879
|
+
"http": "GET",
|
|
880
|
+
"path": "/spaces/share/{slug}"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"method": "spaces.unshare",
|
|
884
|
+
"http": "DELETE",
|
|
885
|
+
"path": "/spaces/share/{slug}"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"method": "spaces.share.fix",
|
|
889
|
+
"http": "POST",
|
|
890
|
+
"path": "/spaces/share/{slug}/fix"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"method": "spaces.debug.summary",
|
|
894
|
+
"http": "GET",
|
|
895
|
+
"path": "/spaces/{slug}/debug/summary"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"method": "spaces.debug.invocations",
|
|
899
|
+
"http": "GET",
|
|
900
|
+
"path": "/spaces/{slug}/debug/invocations"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"method": "spaces.debug.invocation",
|
|
904
|
+
"http": "GET",
|
|
905
|
+
"path": "/spaces/{slug}/debug/invocations/{invocation_id}"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"method": "spaces.debug.log",
|
|
909
|
+
"http": "GET",
|
|
910
|
+
"path": "/spaces/{slug}/debug/log"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"method": "spaces.export_html",
|
|
914
|
+
"http": "GET",
|
|
915
|
+
"path": "/spaces/{slug}/export.html",
|
|
916
|
+
"responseType": "binary",
|
|
917
|
+
"channel": "media"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"method": "spaces.cvm.render",
|
|
921
|
+
"http": "GET",
|
|
922
|
+
"path": "/spaces/cvm/{slug}/",
|
|
923
|
+
"responseType": "binary",
|
|
924
|
+
"channel": "media"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"method": "spaces.cvm.get",
|
|
928
|
+
"http": "GET",
|
|
929
|
+
"path": "/spaces/cvm/{slug}/{*subpath}",
|
|
930
|
+
"responseType": "binary",
|
|
931
|
+
"channel": "media"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"method": "spaces.cvm.post",
|
|
935
|
+
"http": "POST",
|
|
936
|
+
"path": "/spaces/cvm/{slug}/{*subpath}",
|
|
937
|
+
"responseType": "binary"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"method": "fs.stats",
|
|
941
|
+
"http": "POST",
|
|
942
|
+
"path": "/fs/stats"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"method": "fs.list",
|
|
946
|
+
"http": "POST",
|
|
947
|
+
"path": "/fs/list"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"method": "fs.stat",
|
|
951
|
+
"http": "POST",
|
|
952
|
+
"path": "/fs/stat"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"method": "fs.read",
|
|
956
|
+
"http": "POST",
|
|
957
|
+
"path": "/fs/read"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"method": "fs.reads",
|
|
961
|
+
"http": "POST",
|
|
962
|
+
"path": "/fs/reads"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"method": "fs.write",
|
|
966
|
+
"http": "POST",
|
|
967
|
+
"path": "/fs/write"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"method": "fs.delete",
|
|
971
|
+
"http": "POST",
|
|
972
|
+
"path": "/fs/delete"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"method": "fs.rename",
|
|
976
|
+
"http": "POST",
|
|
977
|
+
"path": "/fs/rename"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"method": "fs.mkdir",
|
|
981
|
+
"http": "POST",
|
|
982
|
+
"path": "/fs/mkdir"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"method": "fs.library",
|
|
986
|
+
"http": "POST",
|
|
987
|
+
"path": "/fs/library"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"method": "fs.export",
|
|
991
|
+
"http": "POST",
|
|
992
|
+
"path": "/fs/export",
|
|
993
|
+
"responseType": "binary"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"method": "idea-cards.media",
|
|
997
|
+
"http": "GET",
|
|
998
|
+
"path": "/api/idea-cards/media/{handle}",
|
|
999
|
+
"responseType": "binary",
|
|
1000
|
+
"channel": "media"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"method": "fs.search",
|
|
1004
|
+
"http": "POST",
|
|
1005
|
+
"path": "/fs/search"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"method": "git.log",
|
|
1009
|
+
"http": "POST",
|
|
1010
|
+
"path": "/git/log"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"method": "git.show_file",
|
|
1014
|
+
"http": "POST",
|
|
1015
|
+
"path": "/git/show_file"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"method": "nodes.invoke_result",
|
|
1019
|
+
"http": "POST",
|
|
1020
|
+
"path": "/nodes/invoke-result"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"method": "nodes.invoke_ack",
|
|
1024
|
+
"http": "POST",
|
|
1025
|
+
"path": "/nodes/invoke-ack"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"method": "nodes.sync",
|
|
1029
|
+
"http": "POST",
|
|
1030
|
+
"path": "/nodes/sync"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"method": "node.list",
|
|
1034
|
+
"http": "POST",
|
|
1035
|
+
"path": "/api/nodes/list",
|
|
1036
|
+
"aliases": "[\"/nodes/list\"]"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"method": "node.register",
|
|
1040
|
+
"http": "POST",
|
|
1041
|
+
"path": "/api/nodes/register",
|
|
1042
|
+
"aliases": "[\"/nodes/register\"]"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"method": "node.heartbeat",
|
|
1046
|
+
"http": "POST",
|
|
1047
|
+
"path": "/api/nodes/heartbeat",
|
|
1048
|
+
"aliases": "[\"/nodes/heartbeat\"]"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"method": "node.unpair",
|
|
1052
|
+
"http": "POST",
|
|
1053
|
+
"path": "/api/nodes/unpair",
|
|
1054
|
+
"aliases": "[\"/nodes/unpair\"]"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"method": "node.disconnect",
|
|
1058
|
+
"http": "POST",
|
|
1059
|
+
"path": "/api/nodes/disconnect",
|
|
1060
|
+
"aliases": "[\"/nodes/disconnect\"]"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"method": "pin.update",
|
|
1064
|
+
"http": "POST",
|
|
1065
|
+
"path": "/api/pin-reminder/update"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"method": "pin.reminder_confirm",
|
|
1069
|
+
"http": "POST",
|
|
1070
|
+
"path": "/api/pin-reminder/confirm"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"method": "wallet.get",
|
|
1074
|
+
"http": "GET",
|
|
1075
|
+
"path": "/wallet"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"method": "wallet.set",
|
|
1079
|
+
"http": "POST",
|
|
1080
|
+
"path": "/wallet"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"method": "egress.approvals",
|
|
1084
|
+
"http": "GET",
|
|
1085
|
+
"path": "/approvals",
|
|
1086
|
+
"service": "sentinel"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"method": "egress.approval",
|
|
1090
|
+
"http": "GET",
|
|
1091
|
+
"path": "/approvals/{approval_id}",
|
|
1092
|
+
"service": "sentinel"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"method": "egress.approval.decide",
|
|
1096
|
+
"http": "POST",
|
|
1097
|
+
"path": "/approvals/{approval_id}/decide",
|
|
1098
|
+
"service": "sentinel"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"method": "egress.approval.history",
|
|
1102
|
+
"http": "GET",
|
|
1103
|
+
"path": "/approvals/history",
|
|
1104
|
+
"service": "sentinel"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"method": "egress.permissions",
|
|
1108
|
+
"http": "GET",
|
|
1109
|
+
"path": "/permissions",
|
|
1110
|
+
"service": "sentinel"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"method": "permissions.settings",
|
|
1114
|
+
"http": "GET",
|
|
1115
|
+
"path": "/permissions/settings",
|
|
1116
|
+
"service": "sentinel"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"method": "permissions.settings.update",
|
|
1120
|
+
"http": "PATCH",
|
|
1121
|
+
"path": "/permissions/settings",
|
|
1122
|
+
"service": "sentinel"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"method": "egress.permissions.hitl",
|
|
1126
|
+
"http": "PATCH",
|
|
1127
|
+
"path": "/permissions/hitl",
|
|
1128
|
+
"service": "sentinel"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"method": "egress.permissions.hitl.snooze.delete",
|
|
1132
|
+
"http": "DELETE",
|
|
1133
|
+
"path": "/permissions/hitl/snooze",
|
|
1134
|
+
"service": "sentinel"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"method": "egress.permissions.tproxy",
|
|
1138
|
+
"http": "PATCH",
|
|
1139
|
+
"path": "/permissions/tproxy",
|
|
1140
|
+
"service": "sentinel"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"method": "egress.permissions.mitm",
|
|
1144
|
+
"http": "PATCH",
|
|
1145
|
+
"path": "/permissions/mitm",
|
|
1146
|
+
"service": "sentinel"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"method": "egress.permissions.sni_rejection",
|
|
1150
|
+
"http": "PATCH",
|
|
1151
|
+
"path": "/permissions/sni-rejection",
|
|
1152
|
+
"service": "sentinel"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"method": "egress.permissions.active",
|
|
1156
|
+
"http": "GET",
|
|
1157
|
+
"path": "/permissions/active",
|
|
1158
|
+
"service": "sentinel"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"method": "egress.permissions.active.update",
|
|
1162
|
+
"http": "PATCH",
|
|
1163
|
+
"path": "/permissions/active",
|
|
1164
|
+
"service": "sentinel"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"method": "egress.permissions.revoke",
|
|
1168
|
+
"http": "POST",
|
|
1169
|
+
"path": "/permissions/revoke",
|
|
1170
|
+
"service": "sentinel"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"method": "egress.permissions.reset",
|
|
1174
|
+
"http": "POST",
|
|
1175
|
+
"path": "/permissions/reset",
|
|
1176
|
+
"service": "sentinel"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"method": "egress.permissions.network_rules",
|
|
1180
|
+
"http": "PATCH",
|
|
1181
|
+
"path": "/permissions/network-rules",
|
|
1182
|
+
"service": "sentinel"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"method": "egress.permissions.connector",
|
|
1186
|
+
"http": "PATCH",
|
|
1187
|
+
"path": "/permissions/connectors/{connector}",
|
|
1188
|
+
"service": "sentinel"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"method": "egress.permissions.connector.reset",
|
|
1192
|
+
"http": "DELETE",
|
|
1193
|
+
"path": "/permissions/connectors/{connector}",
|
|
1194
|
+
"service": "sentinel"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"method": "credentials.list",
|
|
1198
|
+
"http": "GET",
|
|
1199
|
+
"path": "/v1/credentials/list",
|
|
1200
|
+
"service": "authd"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"method": "credentials.catalog",
|
|
1204
|
+
"http": "GET",
|
|
1205
|
+
"path": "/v1/credentials/catalog",
|
|
1206
|
+
"service": "authd",
|
|
1207
|
+
"noiseOnly": true
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"method": "credentials.catalog.details",
|
|
1211
|
+
"http": "GET",
|
|
1212
|
+
"path": "/v1/credentials/catalog/details",
|
|
1213
|
+
"service": "authd",
|
|
1214
|
+
"noiseOnly": true
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"method": "credentials.catalog.update",
|
|
1218
|
+
"http": "POST",
|
|
1219
|
+
"path": "/v1/credentials/catalog/update",
|
|
1220
|
+
"service": "authd",
|
|
1221
|
+
"noiseOnly": true
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"method": "credentials.catalog.delete",
|
|
1225
|
+
"http": "POST",
|
|
1226
|
+
"path": "/v1/credentials/catalog/delete",
|
|
1227
|
+
"service": "authd",
|
|
1228
|
+
"noiseOnly": true
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"method": "credentials.register",
|
|
1232
|
+
"http": "POST",
|
|
1233
|
+
"path": "/v1/credentials/register",
|
|
1234
|
+
"service": "authd"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"method": "credentials.capture",
|
|
1238
|
+
"http": "POST",
|
|
1239
|
+
"path": "/v1/credentials/capture",
|
|
1240
|
+
"service": "authd",
|
|
1241
|
+
"noiseOnly": true
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"method": "credentials.delete",
|
|
1245
|
+
"http": "POST",
|
|
1246
|
+
"path": "/v1/credentials/delete",
|
|
1247
|
+
"service": "authd"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"method": "chat.history_window",
|
|
1251
|
+
"http": "GET",
|
|
1252
|
+
"path": "/chat/history-window",
|
|
1253
|
+
"noiseOnly": true
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"method": "chat.cancel",
|
|
1257
|
+
"http": "POST",
|
|
1258
|
+
"path": "/chat/cancel",
|
|
1259
|
+
"noiseOnly": true
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"method": "chat.delete_turn",
|
|
1263
|
+
"http": "POST",
|
|
1264
|
+
"path": "/api/chat/delete-turn",
|
|
1265
|
+
"noiseOnly": true
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"method": "chat.message_get",
|
|
1269
|
+
"http": "GET",
|
|
1270
|
+
"path": "/chat/message",
|
|
1271
|
+
"noiseOnly": true
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"method": "chat.search",
|
|
1275
|
+
"http": "GET",
|
|
1276
|
+
"path": "/chat/search",
|
|
1277
|
+
"noiseOnly": true
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"method": "client.register_capabilities",
|
|
1281
|
+
"http": "POST",
|
|
1282
|
+
"path": "/client/register-capabilities",
|
|
1283
|
+
"noiseOnly": true
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"method": "client.invoke.result",
|
|
1287
|
+
"http": "POST",
|
|
1288
|
+
"path": "/client/invoke-result",
|
|
1289
|
+
"noiseOnly": true
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"method": "connection.ping",
|
|
1293
|
+
"http": "POST",
|
|
1294
|
+
"path": "/api/ping",
|
|
1295
|
+
"noiseOnly": true
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"method": "model.get",
|
|
1299
|
+
"http": "GET",
|
|
1300
|
+
"path": "/model",
|
|
1301
|
+
"noiseOnly": true
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"method": "model.set",
|
|
1305
|
+
"http": "POST",
|
|
1306
|
+
"path": "/model",
|
|
1307
|
+
"noiseOnly": true
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"method": "widgets.state.set",
|
|
1311
|
+
"http": "POST",
|
|
1312
|
+
"path": "/widgets/state",
|
|
1313
|
+
"noiseOnly": true
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"method": "widgets.state.patch",
|
|
1317
|
+
"http": "POST",
|
|
1318
|
+
"path": "/widgets/state/patch",
|
|
1319
|
+
"noiseOnly": true
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"method": "navigation.subscribe",
|
|
1323
|
+
"http": "POST",
|
|
1324
|
+
"path": "/navigation/subscribe",
|
|
1325
|
+
"noiseOnly": true,
|
|
1326
|
+
"streamMode": "subscription"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"method": "navigation.recents.touch",
|
|
1330
|
+
"http": "POST",
|
|
1331
|
+
"path": "/navigation/recents/touch",
|
|
1332
|
+
"noiseOnly": true
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"method": "navigation.pinned.set",
|
|
1336
|
+
"http": "POST",
|
|
1337
|
+
"path": "/navigation/pinned/set",
|
|
1338
|
+
"noiseOnly": true
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"method": "chat.stream",
|
|
1342
|
+
"http": "POST",
|
|
1343
|
+
"path": "/chat/stream",
|
|
1344
|
+
"noiseOnly": true,
|
|
1345
|
+
"streamMode": "subscription"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"method": "chat.stream_events",
|
|
1349
|
+
"http": "POST",
|
|
1350
|
+
"path": "/chat/stream-events",
|
|
1351
|
+
"noiseOnly": true,
|
|
1352
|
+
"streamMode": "subscription"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"method": "chat.subscribe",
|
|
1356
|
+
"http": "POST",
|
|
1357
|
+
"path": "/chat/subscribe",
|
|
1358
|
+
"noiseOnly": true,
|
|
1359
|
+
"streamMode": "subscription"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"method": "activity.subscribe",
|
|
1363
|
+
"http": "POST",
|
|
1364
|
+
"path": "/activity/subscribe",
|
|
1365
|
+
"noiseOnly": true,
|
|
1366
|
+
"streamMode": "subscription"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"method": "fs.subscribe",
|
|
1370
|
+
"http": "POST",
|
|
1371
|
+
"path": "/api/fs/subscribe",
|
|
1372
|
+
"noiseOnly": true,
|
|
1373
|
+
"streamMode": "subscription"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"method": "identity.subscribe",
|
|
1377
|
+
"http": "POST",
|
|
1378
|
+
"path": "/identity/subscribe",
|
|
1379
|
+
"noiseOnly": true,
|
|
1380
|
+
"streamMode": "subscription"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"method": "spaces.subscribe",
|
|
1384
|
+
"http": "POST",
|
|
1385
|
+
"path": "/spaces/subscribe",
|
|
1386
|
+
"noiseOnly": true,
|
|
1387
|
+
"streamMode": "subscription"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"method": "artifacts.subscribe",
|
|
1391
|
+
"http": "POST",
|
|
1392
|
+
"path": "/api/artifacts/subscribe",
|
|
1393
|
+
"noiseOnly": true,
|
|
1394
|
+
"streamMode": "subscription"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"method": "tasks.subscribe",
|
|
1398
|
+
"http": "POST",
|
|
1399
|
+
"path": "/tasks/subscribe",
|
|
1400
|
+
"noiseOnly": true,
|
|
1401
|
+
"streamMode": "subscription"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"method": "theme.subscribe",
|
|
1405
|
+
"http": "POST",
|
|
1406
|
+
"path": "/themes/subscribe",
|
|
1407
|
+
"noiseOnly": true,
|
|
1408
|
+
"streamMode": "subscription"
|
|
1409
|
+
}
|
|
1410
|
+
]
|