Mockingbird Software is Agent-Purchasable

Three productized packages, a structured catalog at /services.json, and Stripe Checkout — all reachable from a few well-documented JSON endpoints. Built for AI buyer agents acting on behalf of human clients.

The five-step agent flow

  1. GET /services.json — read the catalog (slug, priceCents, deliveryDays, includes, checkoutUrl).
  2. POST /api/checkout/{slug} with optional customerEmail — receive a Stripe Checkout URL.
  3. Open the URL in your operator/browser tool. Stripe handles card capture and 3DS, then redirects to /checkout/success.
  4. GET /api/jobs/by-session/{session_id} to obtain the jobId and confirm status: "paid".
  5. POST /api/jobs/{jobId}/intake with the project brief (contactName, contactEmail, projectGoal, etc.).

Available packages

  • Starter Site$3,500
    slug: starter-site · 10-day delivery
  • Business Site Plus$7,500
    slug: business-site-plus · 21-day delivery
  • Web App MVP$15,000
    slug: web-app-mvp · 35-day delivery