# Pxxl ## Docs - [Pxxl API Authentication: Bearer Tokens and API Key Setup](https://docs.pxxl.app/api/authentication.md): Pass your Pxxl API key as a Bearer token in the Authorization header to authenticate every platform API request made from your backend. - [Pxxl CDN API: Manage Assets, Bandwidth, and Proxy Logs](https://docs.pxxl.app/api/cdn.md): Use the Pxxl CDN API to upload files to public or private storage spaces, list assets, check bandwidth usage, and retrieve proxy traffic logs. - [CDN API Authentication](https://docs.pxxl.app/api/cdn-authentication.md): Create safe Pxxl API keys for CDN uploads, asset reads, downloads, deletes, and usage summaries. - [Pxxl CDN Boilerplates](https://docs.pxxl.app/api/cdn-boilerplates.md): Start from Pxxl-ready boilerplates for static sites, React, Express, Bun, Hono, Fastify, Next.js, and Astro. - [CDN API Examples](https://docs.pxxl.app/api/cdn-examples.md): Copy working Node.js and Go examples for uploading files to Pxxl CDN from your backend. - [Pxxl CDN Go SDK](https://docs.pxxl.app/api/cdn-go-sdk.md): Use the Pxxl Go CDN client for typed uploads, downloads, summaries, and asset management. - [Pxxl CDN Node SDK](https://docs.pxxl.app/api/cdn-node-sdk.md): Use the @pxxlapp/pxxl Node package from backend Node.js applications to upload, list, download, delete CDN assets, and query domains. - [Upload Files to Pxxl CDN](https://docs.pxxl.app/api/cdn-uploads.md): Upload public and private assets to Pxxl CDN with API-key authentication, usage limits, and safe content handling. - [Pxxl Database API](https://docs.pxxl.app/api/database-api.md): Provision, inspect, and manage Pxxl managed databases (Postgres, MySQL, MongoDB, Redis, ClickHouse, and more) from the CLI or Node SDK. - [Deployments API: Read Build Status and Project Metadata](https://docs.pxxl.app/api/deployments.md): Query deployment status, read project metadata, and connect external monitors using the Pxxl platform API from your backend service. - [Domain Reseller SDK](https://docs.pxxl.app/api/domain-reseller-sdk.md): Search domains, fetch TLD pricing, inspect invoices, inspect promo prices, and respect Pxxl domain API rate limits. - [Pxxl Platform API: Endpoints, Auth, and Common Areas](https://docs.pxxl.app/api/overview.md): Explore the Pxxl API for automating deployments, managing CDN assets, reading usage data, and building OAuth integrations from your backend. - [Pxxl CLI](https://docs.pxxl.app/api/pxxl-cli.md): Install and use the @pxxlapp/pxxl npm package for login, SpaceDrop deploys, CDN commands, database management, teams, and domain reseller lookups. - [Deploy with Pxxl CLI](https://docs.pxxl.app/api/pxxl-deploy.md): Deploy a local project to Pxxl using SpaceDrop, pxxl.toml, and .pxxlignore. - [.pxxlignore](https://docs.pxxl.app/api/pxxlignore.md): Control which files the Pxxl CLI packages for SpaceDrop deploys. - [Create and Manage Scoped API Keys for Pxxl Automation](https://docs.pxxl.app/dashboard/api-keys.md): Generate scoped API keys in the Pxxl dashboard to authenticate backend services, automate deployments, upload CDN assets, and connect monitoring tools. - [Provision Managed Databases and Connect Them to Projects](https://docs.pxxl.app/dashboard/database.md): Provision PostgreSQL, MySQL, or MongoDB databases, link them to projects, and pass connection credentials through environment variables. - [Create and Deploy a Pxxl Project from a GitHub Repo](https://docs.pxxl.app/dashboard/deploy-project.md): Deploy a project on Pxxl by importing a GitHub repository, configuring build settings, environment variables, and scaling options. - [Manage Domains, DNS Records, SSL, and Proxy Security on Pxxl](https://docs.pxxl.app/dashboard/domains.md): Configure DNS records, subdomains, nameservers, SSL certificates, and proxy security controls for every domain in your Pxxl workspace. - [Import Projects from Vercel, Netlify, Render, or Railway](https://docs.pxxl.app/dashboard/import-projects.md): Migrate existing projects to Pxxl from Vercel, Netlify, Render, or Railway — import metadata, build settings, and environment variables automatically. - [Pxxl Dashboard: Your Cloud Deployment Control Plane](https://docs.pxxl.app/dashboard/overview.md): Learn how the Pxxl dashboard is organized: Projects, Domains, CDN, Database, Cron Jobs, and API Keys — navigate Africa's cloud deployment platform. - [Manage Projects: Deployments, Logs, and Scaling on Pxxl](https://docs.pxxl.app/dashboard/projects.md): Use the Projects page to inspect deployments, live logs, environment variables, domains, monitoring, scaling, and project settings. - [Pxxl Dashboard Settings, Usage Reports, and Webhooks](https://docs.pxxl.app/dashboard/settings-usage-webhooks.md): Manage workspace settings, review usage and billing, configure notifications, and set up signed webhooks for deployment and project lifecycle events. - [Pxxl Deployment Command Reference for Every Tech Stack](https://docs.pxxl.app/deployment-reference.md): Exact install, build, and start commands for Node.js, Python, Go, PHP, Java, Ruby, .NET, Rust, and monorepo project deployments on Pxxl. - [Pxxl Framework Deployment Recipes and Configuration Guide](https://docs.pxxl.app/framework-recipes.md): Copy-paste build settings for React, Next.js, Nuxt, Express, FastAPI, Django, Laravel, Go, Ruby on Rails, .NET, Rust, and background workers. - [CDN Storage Spaces, Asset Uploads, and Edge Proxy Monitoring](https://docs.pxxl.app/integrations/cdn-proxy.md): Create CDN storage spaces, upload assets via API, and analyze real-time edge proxy traffic, security events, and DDoS mitigation on Pxxl. - [Automated GitHub Deployments and PR Preview Environments](https://docs.pxxl.app/integrations/github-previews.md): Set up automatic deployments on every commit push and create ephemeral pull request preview environments with Pxxl's GitHub integration. - [Build OAuth Integrations on Top of Pxxl User Accounts](https://docs.pxxl.app/integrations/oauth.md): Build OAuth integrations on Pxxl: create apps, configure scopes, run the authorization code flow, exchange tokens, and verify signed webhook events. - [Pxxl Platform Overview: What It Is and How It Works](https://docs.pxxl.app/introduction.md): Discover what Pxxl is, who it is built for, and how it deploys your GitHub repository to a live, production-ready URL without servers. - [Deploy Your First Project on Pxxl in Under Five Minutes](https://docs.pxxl.app/quickstart.md): Follow this step-by-step guide to connect GitHub, configure your build settings, and deploy your first project to a live URL on Pxxl. - [Troubleshoot Database Visibility and Connection Issues](https://docs.pxxl.app/troubleshooting/databases.md): Fix database visibility problems in Pxxl projects by attaching databases as sub-services and configuring connection environment variables. - [Fix Deployment Failures, Port Errors, and Static Site 404s](https://docs.pxxl.app/troubleshooting/deployments.md): Troubleshoot build failures, expired artifacts, incorrect project ports, and static site 404 routing errors on Pxxl. Covers rollback and SPA fixes. - [Fix Domain 404, 503, DNS Records and SSL Issues on Pxxl](https://docs.pxxl.app/troubleshooting/domains.md): Resolve domain 404 and 503 errors, fix DNS record problems, renew SSL certificates, and connect custom domains to projects on Pxxl. - [Fix OAuth Callback, Redirect URI, and Code Exchange Errors](https://docs.pxxl.app/troubleshooting/oauth.md): Resolve OAuth callback failures, bad verification code errors, and redirect URI mismatches when building OAuth integrations on Pxxl. - [Configure Proxy Rules, Security Headers, and SSL Settings](https://docs.pxxl.app/troubleshooting/proxy-security.md): Fix WebSocket issues, configure WAF rules, set up IP and country access controls, add security headers, and protect upstream services on Pxxl.