# Pricing | PocketOS

Choose the right PocketOS plan for your automotive business.

## Subscription Plans

| Plan | Price | Trial | Notes |
| ---- | ----- | ----- | ----- |
| GT1 | $4.99/wk | — | — |
| GT1+ Starter | $7.99/wk | 7 days | 7-day trial (card required) |
| GT1+ | $19.99/wk | 7 days | 7-day trial (card required) |

## Plan Features

### GT1

Consignment side-hustle in your pocket.

- Track every consignment in one place — cars, status, and payouts at a glance
- Manage your porter jobs effortlessly — claim, coordinate, and stay organized
- Never lose track of a commission — automatic earnings tracking on every deal
- Your Private Garage — a clean home base for your vehicles

### GT1+ Starter

The full GT1+ toolkit — perfect for running your first 2 cars.

- Run your rentals like a pro — full RentalOS with fleet management, scheduling, and calendar
- Get booked more with dynamic pricing — smart rates that fill your calendar
- Onboard renters in minutes — built-in screening, digital agreements, and payment collection
- Protect every car — damage tracking, claims, mileage logs, insurance & license verification
- Meet Miles AI™ — your always-on assistant handling the busywork
- Sync the tools you already use — Turo Calendar, Mercury, Discord & Telegram
- Your own rental website — custom site builder included
- Limited to 2 vehicles — upgrade to GT1+ for unlimited cars, plus ClubOS & AuctionOS

### GT1+

Everything unlocked. Scale without limits.

- Everything in GT1 Plus Starter — with unlimited vehicles
- The complete RentalOS suite — dynamic pricing, screening, agreements, payments & damage tracking
- Miles AI™ working around the clock — automation across your entire operation
- Full integration stack — Turo, RVshare, Mercury, Discord, Telegram & more
- Trusted by 1,600+ members — the industry-leading platform for automotive entrepreneurs

## Agent registration (MCP)

New customers can register and onboard through the PocketOS MCP server:

1. `POST /signup` or MCP tool `pocket_signup` (public) — creates a Pocket account + organization.
2. Authenticate via OAuth phone OTP at `/oauth/authorize` — one human touchpoint (SMS).
3. First onboarding step: `pocket_subscribe` with `plan` (`GT1` or `GT1+`) and `confirm:true` — Stripe Checkout URL.
4. Human enters a card on Stripe Checkout — 3-day trial, $0 today, then recurring (PCI).
5. Poll `pocket_subscription_status` until `trialing` or `active`. Do not run garage steps before this.
6. Call `pocket_onboarding_run` (dry-run playbook, then `execute:true` with step args) to complete Rental OS setup.

MCP endpoint: https://pocketos.ai/mcp

## Links

- https://pocketos.ai/pricing
- https://pocketos.ai/pricing.md
- https://pocketos.ai/pricing/app-signup
- https://pocketos.ai/mcp
- https://pocketos.ai/llms.txt
- https://pocketos.ai/signup
