diff --git a/virtweb_frontend/src/widgets/tokens/TokenRightsEditor.tsx b/virtweb_frontend/src/widgets/tokens/TokenRightsEditor.tsx
index 8e6eb4e..a964972 100644
--- a/virtweb_frontend/src/widgets/tokens/TokenRightsEditor.tsx
+++ b/virtweb_frontend/src/widgets/tokens/TokenRightsEditor.tsx
@@ -471,6 +471,76 @@ export function TokenRightsEditor(p: {
+ {/* API tokens */}
+
+
+
+
+
+ {/* API tokens management */}
+
+
+
+
+ API token name
+ Get
+ Update
+ Delete
+
+
+
+ {/* All API tokens operations */}
+
+
+ All
+
+
+
+
+
+
+ {/* Per API token operations */}
+ {p.tokens.map((v, n) => (
+
+ {v.name}
+
+
+
+
+ ))}
+
+
+
+
{/* ISO files */}