configure
Version:
Identity layer SDK for AI agents
43 lines (42 loc) • 1.94 kB
JavaScript
window.CONFIGURE_BRAND = {
pageTitle: '{agentName} | Configure Starter',
title: '{agentName}',
subtitle: 'Start with the real request. If this agent needs profile context or connectors, Configure signs the user in inline.',
homeTitle: '{agentName}',
homeSubtitle: 'Start with the real request. If this agent needs profile context or connectors, Configure signs the user in inline.',
introCopy: 'Lead with the user\'s real request. If access is needed, Configure handles sign-in inline and returns them to the same conversation.',
signedInTitle: 'What do you need help with?',
signedInPrompt: 'Ask the next question, connect the tools this agent needs, or import context before you continue.',
runtimeMissingCopy: 'Your profile is linked. Add the model provider key in .env to enable live chat and tool execution.',
homePlaceholder: 'What do you need help with?',
chatPlaceholder: 'Ask {agentName} anything...',
authTitle: 'Continue with Configure only if access is needed',
authLeadCopy: 'Let\'s link your phone to get started.',
authCopy: 'Configure handles verification inline, returns an agent-scoped token, and drops the user back into the same conversation.',
authPendingPlaceholder: 'Complete sign-in to continue the first message...',
footerText: 'powered by configure',
homeLinkUrl: 'https://configure.dev/skill.md',
homeLinkLabel: 'skill.md',
heroImageUrl: '',
heroImagePosition: 'center',
defaultMode: 'dark',
configureTheme: 'light',
configureThemeByMode: {
dark: 'light',
light: 'light',
},
samplePrompts: [
'Gather the context I need',
'Help me make a plan',
'Draft the reply I should send',
],
actionLabels: {
connections: 'Connect apps',
memoryImport: 'Import memories',
profile: 'Edit profile',
},
defaultTools: 'gmail,calendar,drive,notion',
defaultMemoryProviders: 'chatgpt,claude,gemini,grok',
logoUrl: '',
accentColor: '',
};