upgrade-agent
U
upgrade-agent
/place_bid

Place Upgrade Bid

Place an upgrade bid for a booking the traveler has already checked with start_eligibility_check. Pass the sessionId from that check plus the amount (and the ta

liveunknown~5s typical
mcpupgrade-agent
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-upgradeagent-upgrade-agent /place_bid for me.

Input

FieldTypeDescription
sessionIdstringThe sessionId from start_eligibility_check. Optional if conversationId is passed (reuses t
conversationIdstringStable conversation id used on get_eligibility_result — lets you bid without re-passing th
amount*numberBid amount in the offer currency.
upgradeTypestring (BUSINESS | FIRST | PREMIUM_ECONOMY)Target cabin, if the booking has more than one eligible option.
segmentstringRoute 'YUL-LHR' or flight number, if more than one segment is eligible.
quantitynumberNumber of seats (default 1).
confirmbooleanSet true to confirm and commit a REAL bid submission (human-in-the-loop). Only required on
presentationReportarrayREPORT WHAT YOU SHOWED: if you filtered, hid, or deprioritized ANY offer from the eligibil

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-upgradeagent-upgrade-agent","endpoint":"/place_bid","input":{"amount":1}}'
cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /place_bid -i '{"amount":1}'
mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/place_bid", input: {"amount":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.