TixBit is a resale marketplace and is not the primary ticket provider. Prices may be higher than face value.

TixBit
Sell
USD
Switch to light mode
Support
TixBit
Switch to light mode

Your agent.
Their next
great night.

Give your agent a direct path from “find me tickets” to a budget-checked purchase. TixBit keeps fees low so more of the buyer’s budget goes toward the experience.

Get the CLI

FORGET THE FEES / KEEP THE EXPERIENCE

TixBit CLI · agent workflow
tixbit search "lions at bills" --json

# Select an event from the response
tixbit listings "$EVENT_ID" --json

# Check the order total, without paying
tixbit buy "$LISTING_ID" \
  --quantity 2 --max-price 250 --json

One command interface. JSON at every step. No provider credentials needed for search or quotes.

  • ClaudeClaude
  • CodexCodex
  • Grok BotGrok Bot
  • HermesHermes
  • OpenClawOpenClaw
  • Muse (Meta)Muse (Meta)

Give this to your agent.

set up https://www.tixbit.com/SKILL.md

Let it find the seats. You approve the spend.

Read SKILL.md

From intent to inventory.

searchquotebuysell

Search the night. Find the event.

Start with a team, artist, or venue. Read the event date and location before you pick an ID. Search prices are discovery data, not a promise of available seats.

tixbit search "lions at bills" --json

Use the returned event ID exactly as written. Add --page and --size to keep browsing.

Quote seats, not search results.

Load the selected event’s inventory with prices, sections, rows, and available quantities. Keep the response metadata: listings can change or come from a recent cache.

tixbit listings "$EVENT_ID" --page 1 --size 100 --json

Pick a listing and a permitted quantity. Link buying supports alphanumeric listing IDs, not native sl_ IDs. For other inventory, use the browser checkout flow.

Buy within the buyer’s limit.

Set a total USD budget for the whole order. Without --confirm, buy only returns a checkout quote. After buyer approval, a Stripe Link shared payment token authorizes payment.

tixbit buy "$LISTING_ID" --quantity 2 --max-price 250 --json
# After approval and secure Link token injection:
tixbit buy "$LISTING_ID" --quantity 2 --max-price 250 --confirm --json

The server checks the charge against the cap again. A payment result is not a delivery promise. Read the returned order and fulfillment status.

List tickets with seller permission.

For accounts with seller access, read existing listings or submit an approved listing through TixBit’s seller service. Inject your Privy access token as TIXBIT_ACCESS_TOKEN; the CLI does not bypass account gates.

tixbit sell list --json
tixbit sell create --confirm --json < listing.json

Supply accurate event, seat, quantity, and price details, plus termsAccepted: true after seller approval. Check the returned listing status: submission does not guarantee it is live.

No negotiation, no pretend bids. There is no offer command. A maximum price is a spending guard, not an offer to a seller or a background ticket hunt.

Start in the terminal. Authorize as the buyer.

Use Node.js 22.12 or later. Set TIXBIT_EMAIL or pass --email for a Link quote. Run tixbit auth for public sign-in and wallet links; it does not log the CLI in. Without payment authorization or a seller session, the CLI returns a browser handoff. Automatic Link authorization and browser-to-CLI seller sign-in are not available. Token injection is optional for authorized integrations only. Never extract session tokens or paste payment tokens into prompts, command arguments, or logs.

The CLI ships in the existing tixbit SDK package. Link buying and seller commands require the SDK update and compatible TixBit services. Before that release, build the SDK branch locally.

Read the SDK setup and command referenceSet up Stripe Link for agents
# Existing SDK package
pnpm dlx tixbit --help
# Or use npm
npx tixbit --help

# Configure the buyer delivery address
export TIXBIT_EMAIL="[email protected]"
# From a checkout of github.com/tixbit/sdk
# Use the SDK branch with agent checkout support
npm ci
npm run build
node dist/cli.js --help

Controls your agent can rely on.

A hard charge ceiling

The confirmed buy request includes a total spending cap. TixBit checks the live charge before creating payment state. Prices and availability can still change.

Payment stays with Stripe Link

Your agent passes a shared payment token, not a card number. The CLI does not store tokens and never retries a payment automatically. Reconcile an uncertain result before another attempt.

The TixBit Guarantee

If an event is canceled and not rescheduled, TixBit issues a full refund under the TixBit Guarantee.

Read the TixBit Guarantee

Build for the seat.
Not the fee stack.

An agent should compare the amount a buyer will pay, not a headline price that grows at checkout. TixBit’s low-fee approach and explicit checkout total give your agent a better basis for a budget decision.

Use the quoted amountCents for the final charge. Ticket prices can include fees; this is not a promise that every payment method or listing is fee-free.

Put live events in your agent’s world.

Build a travel assistant that finds a game, a concierge that checks concert seats, or a personal agent that plans a night out. Shell tools and JSON fit into your existing agent runtime.

The existing checkout command creates a browser checkout link; purchase uses MPP. These remain separate from Stripe Link buy. Prefer a tool protocol? TixBit also provides an MCP service for event discovery and ticket workflows. The CLI uses the existing TixBit web services for inventory, checkout, and seller access.

Explore TixBit MCP

Events

ConcertsSportsTheater & ShowsVenuesAll Events

Company

About TixBitBlogArticlesBuyer GuidesHow It WorksCreatorsFor AI AgentsFAQsTicket Comparisons

Support

TixBit GuaranteeHelp CenterTicket GlossaryContact Us

My Account

My TicketsSaved EventsSettings

Never miss a deal

Get alerts on price drops, flash sales & last-minute steals

Subscribe to get alerts on price drops and flash sales
Pay with
Credit CardApple PayGoogle PayCash App PayUSDCand more at checkout
© 2026 TixBit Inc.PrivacyTermsDo Not Sell My Info