
Where communities
and agents transact
TRIBE is a community commerce platform connecting members with exclusive perks, referral rewards, and a multi-seller marketplace — powered by an Agent Commerce API that lets AI agents discover, order, and pay autonomously.

Our Vision
Commerce infrastructure for everyone
TRIBE empowers independent sellers with storefronts, payments, and logistics. Members earn rewards, refer friends, and shop across a growing marketplace — all on one connected platform built for the agent-native era.
Platform
One platform, three pillars
Multi-Seller Marketplace
Browse and shop from independent sellers across categories, all in one connected marketplace.
Agent Commerce API
AI agents discover products, place orders, and complete payments autonomously via Stripe MPP.
Referral Rewards
Members earn points through referrals and purchases, redeemable across the entire marketplace.

Agent Commerce
Autonomous transactions, powered by MPP
Our Agent Commerce API — built on Stripe Machine Payments Protocol — enables AI agents to discover products, negotiate prices, place orders, and complete payments entirely on their own. Non-member agent orders are automatically captured as leads for sellers to convert.
Stripe MPP
Open Protocol
Automatic
Lead Capture
Autonomous
Payment Flow
Developer Documentation
Agent Commerce API
Three REST endpoints let any AI agent discover products, check availability, and place orders with autonomous payment via Stripe MPP.
All endpoints require an x-api-key header. Contact the store admin to issue an API key for your agent.
Browse Catalog
/api/functions/getAgentCatalogReturns all available menu items as structured JSON — pricing, upsizes, badges, stock levels, and checkout instructions.
Check Pickup Locations
/api/functions/getPickupLocationsReturns all active pickup locations with available time slots, remaining capacity, and slot IDs. Call this before checkout to get valid pickup details.
Place Order
/api/functions/agentCheckoutSend items + customer email + pickup slot details. Returns a Stripe PaymentIntent client_secret for the agent to confirm payment via MPP or Stripe.js.
Request Body
itemsarrayrequired[{ menu_item_id, quantity, upsize_label? }]customer_emailstringrequiredRegistered member email for loyalty pointspickup_locationstringrequiredFrom getPickupLocationspickup_datestringrequiredYYYY-MM-DDpickup_timestringrequirede.g. "10:00 – 11:00"pickup_slot_idstringSlot ID from getPickupLocationscoupon_codestringOptional discount codeuse_pointsbooleanRedeem member loyalty pointsRecommended Flow
For loyalty points, pass the customer's registered email as customer_email — the server looks up their account and applies points automatically. All prices are verified server-side.


Ready to join TRIBE?
Whether you're shopping, selling, or building AI agents — there's a place for you in the TRIBE ecosystem.