> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blink.store/llms.txt
> Use this file to discover all available pages before exploring further.

# Deliverables

Deliverables are what your customer receives after placing an order.
For maximum flexibility, you can attach any of the following deliverables to fully automate your fulfillment:

<Accordion title="Files">
  Upload files to deliver directly to your customers after purchase. Add a clear title and, if you want, a short description to give them context.
</Accordion>

<Accordion title="Button (Link)">
  Add a link that customers can access right after purchase. Perfect for Remix links, download pages, or instant redirects to your content.

  Redirect to URL<br />Send your customers to a specific URL like a remix link or any page.

  Copy to clipboard<br />Anything you paste will be copied to customer's clipboard when clicked.
</Accordion>

<Accordion title="Custom">
  Add any extra information you want customers to see in their order details after purchase. Perfect for sharing things like private notes, access instructions, or any sensitive info.
</Accordion>

<Accordion title="License Keys">
  Automatically generate and issue software license keys upon purchase. You can enforce activation limits and manage key validations programmatically via the API.
</Accordion>

<Accordion title="Discord Roles">
  Connect your Discord server and automatically assign specific roles to customers when they purchase.
</Accordion>

<Accordion title="GitHub Repos">
  Seamlessly grant customers access to private GitHub repositories. Customers will be automatically invited to the repository upon purchase and their access will be automatically revoked if their subscription ends.
</Accordion>

<Accordion title="Entitlements">
  Grant logical feature flags or abstract key-value pairs to users upon purchase, allowing you to gate access to specific features in your app.
</Accordion>

<Accordion title="Metered Credits">
  Issue metered credits (e.g. API requests, AI tokens, or hours) to customers when they purchase. You can report and consume these credits programmatically via the [Usage Records API](/api-reference/meters/list-usage-records). If you are building an AI app and want to charge overages automatically, check out the [Metered Billing for AI Apps](/metered-billing-ai) guide.
</Accordion>

<Accordion title="API Keys">
  Automatically generate and issue secure API keys for your developer-facing products.
</Accordion>

<Accordion title="Webhooks">
  Trigger a custom webhook payload to your servers whenever this product is purchased to build custom fulfillment logic.
</Accordion>
