Fine-tune your workspace
Adjust runtime configuration for the Graph-RAG console. Overrides are stored locally so you can experiment without touching team-wide settings.
API base URL
Override the API endpoint locally. The value persists in your browser's storage and falls back toNEXT_PUBLIC_API_URL if cleared.
Current: https://factumbackend-test.up.railway.app
Public environment variables
Supabase connectivity
Set NEXT_PUBLIC_SUPABASE_URL andNEXT_PUBLIC_SUPABASE_ANON_KEY to surface Supabase-backed features in the console. These values are read directly from .env.local.
Keyboard shortcuts
Profile documents
Review uploaded documents, their chunks and triples. Delete individual documents when needed.
Database Management
Clear all data from PostgreSQL and Neo4j databases. This operation is irreversible and will delete all entities, edges, documents, and graph data.
Account
Permanently delete your account. All your sessions, password reset tokens, and graph data linked to tenants you exclusively own will be removed from PostgreSQL and Neo4j. This action is irreversible.
Environment export
[
{
"key": "NEXT_PUBLIC_SUPABASE_ANON_KEY",
"value": "sb_publishable_l1izFr6am3k0uyCgiEzO1g_s2iK-P3e"
},
{
"key": "NEXT_PUBLIC_SUPABASE_URL",
"value": "https://jurttdmpjlvjcyqptcpg.supabase.co"
},
{
"key": "NEXT_PUBLIC_API_URL",
"value": "https://factumbackend-test.up.railway.app"
}
]