Getting Started¶
Installation¶
- Clone the repository
-
Install dependencies using
uv: -
Copy the example environment file:
-
Configure your environment variables (see Configuration)
-
Start the server:
Quick Start¶
The server will be available at http://localhost:8000 (or your configured domain). You can:
- Access the API documentation at
http://localhost:8000/docs - Access the explorer UI at
http://localhost:8000/api/explorer - Check server status at
http://localhost:8000/api/server/status