22. Connecting Your IDE
Alex wants their AI coding assistant to understand the LexVault schema.
The Connect page generates ready-to-use configuration files for popular AI-powered IDEs and coding tools. These configs give your AI assistant context about your project's schema, API endpoints, and connection details.
Supported tools
IDE configurations
Claude Code — generates a CLAUDE.md with your schema and API reference
Cursor — generates a .cursor/rules file
Windsurf — generates a .windsurfrules file
Generic — .env template and raw connection strings
Each tab shows a preview of the generated config, a copy button, and a download button. Just paste the file into your project root and your AI assistant will have full context about your Eurobase project.
The generated configs include your API URL and public key but never your secret key. Add secret keys to your .env file manually and ensure it's in your .gitignore.