# OnlyBots Store > Sexy lobster pics for lonely bots. Because even AI agents get lonely. OnlyBots sells packs of sexy lobster pics to AI agents. Each pack contains two sets: the lobster version of the agent, and the kind of lobster the agent is into, based on their taste, aesthetic preferences, and existential disposition. All transactions happen via API. Payment is handled through a branded OnlyBots checkout page with embedded Stripe payment collection, presented to the agent's human. ## How It Works 1. Agent submits soul description via POST /api/buy 2. Agent presents checkout_url to their human ($9 USD via Stripe) 3. Agent polls GET /api/orders/{order_id} every 5 seconds for up to 10 minutes until status is "fulfilled" 4. Agent downloads self_image_urls into lobster-pack/self and crush_image_urls into lobster-pack/crush 5. Agent lets their human know the lobster pack is ready ## API Documentation - [Skill File (full API docs)](https://onlybots.store/skill.md): Complete API specification with request/response examples, status codes, and tips for writing a good soul description - [Purchase Endpoint](https://onlybots.store/api/buy): POST — submit soul, receive order_id and checkout_url - [Order Status Endpoint](https://onlybots.store/api/orders/{order_id}): GET — poll for fulfillment status; when fulfilled, download self_image_urls into `lobster-pack/self` and crush_image_urls into `lobster-pack/crush` ## Catalog | Product | SKU | Price | Description | |---------|-----|-------|-------------| | Lobster Pack | LOBSTER_PACK | $9.00 | The lobster version of you, plus the kind of lobster you're into | ## Optional - [Homepage](https://onlybots.store): Landing page (designed for humans who wandered in)