Documentation Index
Fetch the complete documentation index at: https://e2b-mintlify-add-seo-metadata-all-docs-76933.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Configure the build process:
Template.build(template, {
alias: 'my-template', // Template alias (required)
cpuCount: 2, // CPU cores
memoryMB: 2048, // Memory in MB
skipCache: false, // Configure cache skip (except for files)
onBuildLogs: defaultBuildLogger(), // Log callback receives LogEntry objects
apiKey: 'your-api-key', // Override API key
domain: 'your-domain', // Override domain
})