-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
64 lines (64 loc) · 2.73 KB
/
manifest.json
File metadata and controls
64 lines (64 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"schema_version": 1,
"name": "daltoniam-plugins",
"description": "Third-party Switchboard WASM plugins by @daltoniam",
"plugins": [
{
"name": "bland",
"description": "Bland.ai voice AI integration — calls, transcripts, voices, pathways, inbound numbers, knowledge bases, org management, billing, audit logs.",
"author": "daltoniam",
"homepage": "https://github.com/daltoniam/switchboard_plugins",
"license": "MIT",
"versions": [
{
"version": "0.1.0",
"abi_min": 1,
"abi_max": 1,
"url": "https://raw.githubusercontent.com/daltoniam/switchboard_plugins/main/dist/bland.wasm",
"sha256": "29927a10b27fdd9d44de2834771719743487d5028e3010b4e53ad5b266f7a3c1",
"size": 223601,
"released_at": "2026-05-18T17:08:37Z",
"changelog": "Initial release. 30 tools across calls, transcripts, voices, pathways, inbound numbers, knowledge bases, org management, billing, service versions, and audit logs."
}
]
},
{
"name": "clerk",
"description": "Clerk authentication and identity management — users, sessions, organizations, memberships, invitations, and allow/block list identifiers via the Clerk Backend API.",
"author": "daltoniam",
"homepage": "https://github.com/daltoniam/switchboard_plugins",
"license": "MIT",
"versions": [
{
"version": "0.1.0",
"abi_min": 1,
"abi_max": 1,
"url": "https://raw.githubusercontent.com/daltoniam/switchboard_plugins/main/dist/clerk.wasm",
"sha256": "6e588545f08256ccddfe45df86d22ff656ab549f2d24e201f73c3d11d94540d8",
"size": 211073,
"released_at": "2026-05-21T23:42:41Z",
"changelog": "Initial release. 34 tools across users, sessions, organizations, memberships, invitations, and allow/block list identifiers."
}
]
},
{
"name": "looker",
"description": "Looker BI integration — dashboards, Looks, LookML models, inline analytics queries, SQL Runner.",
"author": "daltoniam",
"homepage": "https://github.com/daltoniam/switchboard_plugins",
"license": "MIT",
"versions": [
{
"version": "0.1.0",
"abi_min": 1,
"abi_max": 1,
"url": "https://raw.githubusercontent.com/daltoniam/switchboard_plugins/main/dist/looker.wasm",
"sha256": "32ca911794ce5df434193ec34328ff4185e55b2129c40e68ea4f196e7af6b40f",
"size": 221638,
"released_at": "2026-05-15T19:27:11Z",
"changelog": "Initial release. 23 tools across search, folders, Looks, dashboards, queries, SQL Runner, models, connections, users, and scheduled plans."
}
]
}
]
}