app-generation-microservice
by carlosge492
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | No | Redis URL for multi-process safety and durable execution. | |
| X402_PAY_TO | No | Receiving address for x402 payments. | |
| FLUTTER_ROOT | No | Path to the Flutter SDK. Alternatively, pass --flutter-root. | |
| X402_NETWORK | No | Network name for x402 (e.g., base-sepolia). | |
| X402_CHAIN_ID | No | Chain ID for x402 payments (e.g., 84532 for Base Sepolia). | |
| ANDROID_SDK_ROOT | No | Path to the Android SDK. Required for release builds to verify they are unsigned. | |
| ANTHROPIC_API_KEY | No | API key for the Claude generator. Required if SUPERVISOR_GENERATOR is 'claude' (the default). | |
| BUILDS_RATE_LIMIT | No | Rate limit for POST /builds per address per window; '0' disables. | 20 |
| CHROME_EXECUTABLE | No | Path to a Chrome-for-Testing executable for integration tests. | |
| X402_PRICE_ATOMIC | No | Price per build in atomic units (e.g., 3000000 for 3.00 USDC). | |
| BUILD_MAX_ATTEMPTS | No | Max build attempts before giving up. | 3 |
| EMULATOR_JAVA_HOME | No | Java home for the Firestore emulator (JDK 21+). | |
| X402_SHARED_SECRET | No | Shared secret for x402 payment verification. If not set, the service refuses payments (fails closed). | |
| BUILD_LEASE_SECONDS | No | How long a silent worker keeps its job. | 300 |
| X402_TOKEN_CONTRACT | No | USDC token contract address for x402 payments. | |
| SUPERVISOR_GENERATOR | No | Generator to use: 'template' or 'claude' (default 'claude'). | claude |
| X402_FACILITATOR_URL | No | URL of the x402 facilitator for settlement verification and submission. | |
| BUILD_WORKER_EMBEDDED | No | Whether the API process also builds. | 1 |
| SUPERVISOR_BUILD_MODE | No | Build mode: 'debug' or 'release'. | |
| BUILD_HEARTBEAT_SECONDS | No | How often a working worker reports. | 30 |
| BUILDS_RATE_WINDOW_SECONDS | No | Window in seconds for the rate limit. | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |