# Goody Developers > Build on Goody: send gifts and physical products programmatically with the Goody API, or gift in natural language from Claude and other AI assistants with the Goody MCP server. ## Docs - [Goody for developers](https://goody-codex-document-payment-method-reads.mintlify.site/introduction/overview.md): Send physical products and gifts programmatically with the Goody API, or gift directly from Claude and other AI assistants with the Goody MCP server. - [Order lifecycle](https://goody-codex-document-payment-method-reads.mintlify.site/introduction/order-lifecycle.md) - [Send methods](https://goody-codex-document-payment-method-reads.mintlify.site/introduction/send-methods.md) - [Developer mode](https://goody-codex-document-payment-method-reads.mintlify.site/introduction/developer-mode.md): Enable Developer Mode on the Goody website to get product IDs and card IDs. - [Ship to address](https://goody-codex-document-payment-method-reads.mintlify.site/introduction/send-to-address.md): Ship products directly to an address with the Direct Send send method. - [Goody Commerce API](https://goody-codex-document-payment-method-reads.mintlify.site/commerce-api/overview.md): Sell physical products in your app without handling inventory, vendor partnerships, or logistics, and earn a revenue share on orders. - [Commerce API: Authentication](https://goody-codex-document-payment-method-reads.mintlify.site/commerce-api/authentication.md): Production and Sandbox accounts are separate, and you have different API keys for each environment for isolation. - [Commerce API: Access the product catalog](https://goody-codex-document-payment-method-reads.mintlify.site/commerce-api/access-the-catalog.md) - [Commerce API: Create an order](https://goody-codex-document-payment-method-reads.mintlify.site/commerce-api/create-an-order.md) - [Commerce API: Retrieve order status](https://goody-codex-document-payment-method-reads.mintlify.site/commerce-api/retrieve-order-status.md) - [Commerce API: Webhooks](https://goody-codex-document-payment-method-reads.mintlify.site/commerce-api/webhooks.md): Webhooks allow you to be notified when events happen on Goody orders and order batches. You can subscribe to all webhooks, or a subset of them. Webhooks are sent by the Svix platform. - [Commerce API: Payment](https://goody-codex-document-payment-method-reads.mintlify.site/commerce-api/payment.md) - [Embedded Payment Form](https://goody-codex-document-payment-method-reads.mintlify.site/commerce-api/embedded-payment-form.md): Embed Goody’s credit card form into your application to sell products without processing payment. - [Goody Automation API](https://goody-codex-document-payment-method-reads.mintlify.site/automation-api/overview.md) - [Automation API: Authentication](https://goody-codex-document-payment-method-reads.mintlify.site/automation-api/authentication.md) - [Automation API: Create an order](https://goody-codex-document-payment-method-reads.mintlify.site/automation-api/create-an-order.md) - [Automation API: Retrieve order status](https://goody-codex-document-payment-method-reads.mintlify.site/automation-api/retrieve-order-status.md) - [Automation API: Webhooks](https://goody-codex-document-payment-method-reads.mintlify.site/automation-api/webhooks.md): Webhooks allow you to be notified when events happen on Goody orders and order batches. You can subscribe to all webhooks, or a subset of them. Webhooks are sent by the Svix platform. - [Automation API: Access the product catalog](https://goody-codex-document-payment-method-reads.mintlify.site/automation-api/access-the-catalog.md) - [Automation API: Zapier](https://goody-codex-document-payment-method-reads.mintlify.site/automation-api/zapier.md): Create automations without code using Zapier workflows - [Goody MCP Server](https://goody-codex-document-payment-method-reads.mintlify.site/mcp/overview.md): Send and manage business gifts directly from Claude and other MCP clients — discover a gift, write the card, see the price, and send, all in one conversation. - [Connect Goody to Claude](https://goody-codex-document-payment-method-reads.mintlify.site/mcp/connect.md): Add Goody to Claude as a custom connector using the server URL. (Directory listing is rolling out.) - [Authentication & permissions](https://goody-codex-document-payment-method-reads.mintlify.site/mcp/authentication.md): How the Goody MCP server authenticates — OAuth for interactive clients, personal tokens for scripts and automations — and what the Read, Write, and Send gifts permissions allow. - [The gifting flow](https://goody-codex-document-payment-method-reads.mintlify.site/mcp/gifting-flow.md): How a gift goes from idea to sent through the Goody MCP server, and how the spend-confirmation safeguards work. - [Data handling & support](https://goody-codex-document-payment-method-reads.mintlify.site/mcp/data-handling.md): What Goody records about MCP usage, what it never stores, and how to reach support. - [Webhooks](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/overview.md): Webhooks allow you to be notified when events happen on Goody orders and order batches. You can subscribe to all webhooks, or a subset of them. Webhooks are sent by the Svix platform. - [Webhook security](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/webhook-security.md): To ensure the integrity of the webhooks you receive, we recommend verifying the signatures of the webhooks you receive. The webhook platform we use, Svix, provides packages for multiple languages that make verifying signatures easy. - [Order batch.created](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order_batch.created.md): Emitted when a order batch is created in the organization. - [Event: order_batch.completed](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order_batch.completed.md): Emitted when an order batch is fully processed, which is when all orders are created for each recipient in the order batch. - [Event: order.created](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order.created.md): Emitted when an order has been created and is ready to be opened and accepted (if it's a gift). An individual gift link is available (`individual_gift_link`). - [Event: order.gift_opened](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order.gift_opened.md): Emitted when a gift is first opened. Note that if you open the gift link yourself, you might trigger this event. - [Event: order.gift_accepted](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order.gift_accepted.md): Emitted when a gift has been accepted by a recipient, and the final costs of the order have been calculated. You can also view whether they swapped the gift (`is_swapped`) and what they swapped to (`cart`). - [Event: order.thank_you_note_added](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order.thank_you_note_added.md): Emitted when the recipient adds a thank you note to a gift. This typically happens shortly after the gift has been accepted, but can happen anytime after acceptance. You can access the thank you note on the `thank_you_note` property of the order. - [Event: order.shipped](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order.shipped.md): Emitted when the order is shipped. If there are multiple shipments, this is emitted when the first shipment for this order is in transit. - [Event: order.delivered](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order.delivered.md): Emitted when an order has been delivered. If the order has multiple shipments, this is emitted when all shipments have been delivered. - [Event: order.canceled](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order.canceled.md): Emitted when an order has been canceled. - [Event: order.refunded](https://goody-codex-document-payment-method-reads.mintlify.site/webhooks/events/order.refunded.md): Emitted when an order has been refunded. - [Changelog](https://goody-codex-document-payment-method-reads.mintlify.site/resources/changelog.md): Updates to the Goody API and MCP server - [Create an order batch](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/order-batches/create-an-order-batch.md) - [List all order batches](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/order-batches/list-all-order-batches.md) - [Retrieve an order batch](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/order-batches/retrieve-an-order-batch.md) - [Retrieve orders for an order batch](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/order-batches/retrieve-orders-for-an-order-batch.md) - [Retrieve recipients for an order batch](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/order-batches/retrieve-recipients-for-an-order-batch.md) - [Calculate the price for an order batch](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/order-batches/calculate-the-price-for-an-order-batch.md) - [List all orders](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/orders/list-all-orders.md) - [Retrieve an order](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/orders/retrieve-an-order.md) - [Cancel an order](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/orders/cancel-an-order.md) - [Update expiration for an order](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/orders/update-expiration-for-an-order.md) - [List all active brands](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/brands/list-all-active-brands.md) - [List all active products](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/products/list-all-active-products.md) - [Retrieve a product](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/products/retrieve-a-product.md) - [List all payment methods](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/payment-methods/list-all-payment-methods.md) - [Create a commerce user payment method](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/commerce-user-payment-methods/create-a-commerce-user-payment-method.md) - [List all workspaces](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/workspaces/list-all-workspaces.md) - [List all active cards](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/cards/list-all-active-cards.md) - [List all collections](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/collections/list-all-collections.md) - [Retrieve a collection](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/collections/retrieve-a-collection.md) - [List all order activities](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/order-activities/list-all-order-activities.md) - [Retrieve current user](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/retrieve-current-user.md) - [Error](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/error.md) - [ListMeta](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/listmeta.md) - [OrderBatch](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/orderbatch.md) - [Order](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/order.md) - [OrderBatchRecipient](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/orderbatchrecipient.md) - [Cart](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/cart.md) - [CartItem](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/cartitem.md) - [OrderBatchSendStatus](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/orderbatchsendstatus.md) - [OrderStatus](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/orderstatus.md) - [Shipment](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/shipment.md) - [Product](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/product.md) - [Brand](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/brand.md) - [ProductImage](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/productimage.md) - [ProductVariant](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/productvariant.md) - [Image](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/image.md) - [MailingAddress](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/mailingaddress.md) - [Me](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/me.md) - [Sender](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/sender.md) - [OrderBatchInput](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/orderbatchinput.md) - [CartInput](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/cartinput.md) - [CartItemInput](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/cartiteminput.md) - [OrderBatchSendMethod](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/orderbatchsendmethod.md) - [RecipientInput](https://goody-codex-document-payment-method-reads.mintlify.site/api-reference/schemas/recipientinput.md) - [Capabilities & roadmap](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/capabilities.md): What the Goody MCP server can do today, what it can't do yet, and what's on the roadmap. - [Example prompts](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/example-prompts.md): Real flows the Goody MCP server supports today, with illustrative responses. - [Tool reference](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools.md): The 28 tools the Goody MCP server exposes, grouped by area, with the permission each one requires. - [goody_me_get](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/me-get.md): Returns the connected Goody account's identity plus the server's current time. - [goody_workspaces_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/workspaces-list.md): Lists the Goody workspaces the connected user can gift from. - [goody_products_search](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/products-search.md): Search Goody's catalog by intent, budget, and filters — returns up to 5 curated matches. - [goody_products_get](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/products-get.md): Fetches full detail for a single product, richer than a search result. - [goody_collections_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/collections-list.md): List a workspace's curated gift collections — and get the product_id to send one. - [goody_gift_of_choice_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/gift-of-choice-list.md): Lists Goody's Gifts of Choice — flex gifts where the recipient picks and the sender funds an amount. - [goody_cards_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/cards-list.md): Lists Goody's greeting cards — the card shown with a gift. - [goody_contacts_search](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/contacts-search.md): Find a workspace contact by name, email, or phone — returns up to 25 matches. - [goody_contacts_get](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/contacts-get.md): Fetch one contact's full detail, including birthday and work anniversary. - [goody_contacts_create](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/contacts-create.md): Add a new contact to a workspace and return the saved record. - [goody_contacts_update](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/contacts-update.md): Update an existing contact — only the fields you supply are changed. - [goody_contact_lists_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/contact-lists-list.md): List a workspace's active contact lists, newest first. - [goody_contact_lists_create](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/contact-lists-create.md): Create a new contact list, optionally with an initial set of members. - [goody_messages_generate](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/messages-generate.md): Draft three candidate gift-card messages for the user to pick from or refine. - [goody_payment_methods_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/payment-methods-list.md): List the payment methods the user can charge for a gift in a workspace. - [goody_order_batches_preview](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/order-batches-preview.md): Build a shareable preview link and price a gift before sending — nothing is charged. - [goody_order_batches_price](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/order-batches-price.md): Quick price estimate — cart subtotal, tax, shipping, and total — before sending. - [goody_order_batches_create](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/order-batches-create.md): Send a gift batch — charges the payment method and generates the gift links. - [goody_order_batches_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/order-batches-list.md): List previously-sent gift batches in a workspace, most recent first. - [goody_order_batches_get](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/order-batches-get.md): Fetch full detail for a single gift batch — cart, recipients, and send timing. - [goody_orders_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/orders-list.md): List individual orders (one per recipient), across a workspace or within one batch. - [goody_orders_cancel](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/orders-cancel.md): Cancel a single order (one recipient's gift) before the recipient accepts it. - [goody_autogift_rules_list](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/autogift-rules-list.md): List the autogift (recurring gift) rules in a workspace. - [goody_autogift_rules_create](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/autogift-rules-create.md): Create a paused autogift rule — clone a past gift or build one from scratch. - [goody_autogift_rules_preview](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/autogift-rules-preview.md): Preview what a paused autogift rule will send — card, message, products, and cost — without sending. - [goody_autogift_rules_activate](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/autogift-rules-activate.md): Activate a paused autogift rule so it begins scheduling future gifts. - [goody_autogift_rules_pause](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/autogift-rules-pause.md): Pause an active autogift rule so no further gifts are scheduled. - [goody_feedback_create](https://goody-codex-document-payment-method-reads.mintlify.site/mcp-reference/tools/feedback-create.md): Send the user's feedback about Goody to the Goody team. ## OpenAPI Specs - [goody-api-openapi](https://goody-codex-document-payment-method-reads.mintlify.site/goody-api-openapi.json)