Fabriq
Configuration

Configuration

Configure Fabriq to match your workflow — agent, engine, preferences, and integrations.

Fabriq's configuration is split into areas that you can adjust independently. Most settings are available from the Settings panel in the app, with advanced options in config files on disk.

Configuration areas

AreaWhat you can configureWhere
AgentBackend selection (OpenCode/Claude Code), API keys, connection settingsSettings → Agent
EngineEngine mode (inline, stub, subprocess, local) — controls which capabilities are availableSettings → Engine
WorkspaceRepository registrations, workspace path, workspace-level configWorkspace settings
IntegrationsGit hosts, OAuth credentials, external service connectionsSettings → Integrations
PluginsEnable/disable installed plugins, view manifest detailsSettings → Plugins
PreferencesTheme (light/dark), UI density, language, update channelSettings → Preferences

Advanced: Config files on disk

Beyond the Settings UI, Fabriq stores configuration in your workspace directory:

.dapei/
└── config.yaml    ← Workspace-level configuration

This file contains workspace settings that persist across sessions. You can edit it manually for advanced configuration, but the Settings UI covers most common needs.

Next steps

Edit on GitHub

Last updated on

On this page