This guide will help you start logging your LLM requests with Muxx in just a few minutes.Documentation Index
Fetch the complete documentation index at: https://docs.muxx.dev/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Muxx account (sign up here)
- An API key from your LLM provider (OpenAI, Anthropic, or Google)
Step 1: Create a Project
- Log in to the Muxx dashboard
- Create or select an organization
- Click New Project and give it a name
- Add your LLM provider API key in the project settings
Step 2: Create Your Muxx API Key
- In your project, go to Settings → API Keys
- Click Create Key
- Choose Live for production or Test for development
- Click Create and copy the key immediately
See API Keys for more details on key management and security best practices.
Step 3: Choose Your Integration
- Gateway Only
- Python SDK
- TypeScript SDK
The simplest option—just change your base URL.
Step 4: View Your Logs
After making a request, head to the Muxx dashboard. You’ll see:- Request logs with full payloads
- Token usage and cost breakdown
- Latency measurements
- Model and provider information
Next Steps
Gateway Setup
Configure caching, rate limiting, and more
Python SDK
Add tracing and observability decorators
TypeScript SDK
Integrate with your Node.js application
Dashboard Guide
Explore analytics and team features