Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ sequenceDiagram
API->>PG: persist / load volume row
API->>API: mint JWT (aud = https://api.&lt;domain&gt;)<br/>resolve domain
API-->>U: { volumeID, name, token, domain? }
Note over U: domain is returned only for BYOC teams;<br/>SDK stores it and falls back to api.&lt;E2B_DOMAIN&gt; otherwise
Note over U: domain is returned only for BYOC teams#59;<br/>SDK stores it and falls back to api.&lt;E2B_DOMAIN&gt; otherwise
U->>VC: /volumecontent/{id}/... at api.&lt;domain&gt;<br/>Authorization: Bearer token
VC->>VC: verify token (audience must match its own origin)
VC-->>U: file content
Expand Down