# GPU Outlet > Hourly H100, H200, B200, RTX rental at outlet prices. Developer docs, API reference, and guides. ## Docs - [Log out](https://docs.gpuoutlet.ai/api-reference/auth/logout.md): Destroy the current session. - [Get current user](https://docs.gpuoutlet.ai/api-reference/auth/me.md): Return the signed-in user from the session cookie. - [OAuth (Google & GitHub)](https://docs.gpuoutlet.ai/api-reference/auth/oauth.md): Browser-redirect-based sign-in. Provider-agnostic flow. - [Request a verification code](https://docs.gpuoutlet.ai/api-reference/auth/request-code.md): Send a 6-digit OTP to the given email address. - [Verify code & start session](https://docs.gpuoutlet.ai/api-reference/auth/verify-code.md): Exchange a verified 6-digit code for a session cookie. - [Authentication](https://docs.gpuoutlet.ai/api-reference/authentication.md): How session cookies work, OAuth callbacks, and the email OTP flow. - [Auto-topup config](https://docs.gpuoutlet.ai/api-reference/billing/auto-topup.md): Set the threshold and amount for automatic wallet refills from the saved card. - [Get balance](https://docs.gpuoutlet.ai/api-reference/billing/balance.md): Current wallet state — available, reserved, total. - [Card on file](https://docs.gpuoutlet.ai/api-reference/billing/card.md): Get / remove the saved payment method. - [Start Stripe Checkout (top-up)](https://docs.gpuoutlet.ai/api-reference/billing/checkout.md): Begin a Stripe Checkout session for a one-off top-up. - [Get invoice](https://docs.gpuoutlet.ai/api-reference/billing/invoices/get.md): Fetch one invoice with its line items. - [List invoices](https://docs.gpuoutlet.ai/api-reference/billing/invoices/list.md): Every invoice owned by the current user, newest first. - [Void invoice](https://docs.gpuoutlet.ai/api-reference/billing/invoices/void.md): Cancel an open invoice. Admin-only. - [Get ledger](https://docs.gpuoutlet.ai/api-reference/billing/ledger.md): Append-only history of every wallet movement. - [Save a payment method (SetupIntent)](https://docs.gpuoutlet.ai/api-reference/billing/setup-intent.md): Create a Stripe SetupIntent for adding a card on file without charging it. - [Stripe webhook events](https://docs.gpuoutlet.ai/api-reference/billing/webhook.md): Every Stripe webhook event GPU Outlet listens for and what each one does. - [Catalog facets](https://docs.gpuoutlet.ai/api-reference/catalog/facets.md): Aggregate counts for the filter UI (regions, models, providers, price ranges). - [List GPU listings](https://docs.gpuoutlet.ai/api-reference/catalog/list-listings.md): Live GPU availability across every upstream provider, paginated. - [Errors](https://docs.gpuoutlet.ai/api-reference/errors.md): Every error code the API can return, why, and what to do. - [API overview](https://docs.gpuoutlet.ai/api-reference/introduction.md): REST endpoints for auth, catalog, rentals, billing and SSH keys. - [Rate limits](https://docs.gpuoutlet.ai/api-reference/rate-limits.md): Per-session quotas and how to back off cleanly. - [Create a rental](https://docs.gpuoutlet.ai/api-reference/rentals/create.md): Allocate a pod and start metering. Synchronous from your perspective until provisioning kicks off. - [Get rental](https://docs.gpuoutlet.ai/api-reference/rentals/get.md): Full detail for a single rental, including live metering and SSH connect info. - [List rentals](https://docs.gpuoutlet.ai/api-reference/rentals/list.md): Every rental owned by the current user, with optional status filter. - [Preview a rental](https://docs.gpuoutlet.ai/api-reference/rentals/preview.md): Quote the price and ETA for a proposed rental without actually launching it. - [Stop a rental](https://docs.gpuoutlet.ai/api-reference/rentals/stop.md): Terminate a running pod and settle final usage. - [Add SSH key](https://docs.gpuoutlet.ai/api-reference/ssh-keys/create.md): Upload a new public key. Injected into every pod launched after this point. - [Delete SSH key](https://docs.gpuoutlet.ai/api-reference/ssh-keys/delete.md): Remove a public key from the account. - [List SSH keys](https://docs.gpuoutlet.ai/api-reference/ssh-keys/list.md): Every public key on file for the current user. - [Changelog](https://docs.gpuoutlet.ai/changelog.md): What changed, when. Latest at the top. - [Architecture](https://docs.gpuoutlet.ai/concepts/architecture.md): How the marketplace, billing engine and rental orchestrator fit together. - [Billing & wallet](https://docs.gpuoutlet.ai/concepts/billing.md): Prepaid wallet, ledger, Stripe integration, invoices, refunds. - [GPU families](https://docs.gpuoutlet.ai/concepts/gpus.md): The six accelerators we surface in the catalog, with VRAM, architecture, and indicative pricing. - [Instances](https://docs.gpuoutlet.ai/concepts/instances.md): Lifecycle of a pod from launch to settlement. - [SSH keys](https://docs.gpuoutlet.ai/concepts/ssh-keys.md): How we inject your public key into every pod, and what we never see. - [Themes & accessibility](https://docs.gpuoutlet.ai/concepts/themes.md): Light / dark / system theme, persistence, and accessibility commitments. - [Connecting via SSH](https://docs.gpuoutlet.ai/guides/connecting-via-ssh.md): Generate a key, add it, connect, troubleshoot. - [Managing instances](https://docs.gpuoutlet.ai/guides/managing-instances.md): Listing, filtering, stopping, restarting, and reading metering data for your pods. - [Teams (coming soon)](https://docs.gpuoutlet.ai/guides/teams.md): How small teams share an account today, and what proper Teams will look like. - [Top up your wallet](https://docs.gpuoutlet.ai/guides/topping-up.md): Stripe Checkout, saved cards, auto-topup. - [Introduction](https://docs.gpuoutlet.ai/introduction.md): Rent NVIDIA H100s, H200s, B200s and RTX accelerators by the hour at outlet prices. - [Quickstart](https://docs.gpuoutlet.ai/quickstart.md): From signup to SSH session in under three minutes. - [Local dev & mock mode](https://docs.gpuoutlet.ai/reference/cli.md): Run the dashboard against in-memory fixtures, no backend required. - [Error reference (dashboard)](https://docs.gpuoutlet.ai/reference/errors.md): Dashboard error toasts and their fixes. - [Glossary](https://docs.gpuoutlet.ai/reference/glossary.md): Terms that show up across the dashboard and docs. - [Pricing](https://docs.gpuoutlet.ai/reference/pricing.md): Hourly rates by GPU family, current as of the docs publication date. - [Regions](https://docs.gpuoutlet.ai/reference/regions.md): Where the GPUs physically live. ## Optional - [Dashboard](https://gpuoutlet.ai/app) - [Status](https://status.gpuoutlet.ai) - [Support](mailto:help@gpuoutlet.ai)