Embed & Badge

Show AI agent use cases on your site or add a “Featured on ThankYouAgent” badge.

Embed widget

Add this snippet to your page. Set data-category to any category slug (e.g. finance, automation, software-development). Use data-theme="dark" for dark backgrounds.

<script src="https://thankyouagent.com/embed.js"
  data-category="automation"
  data-limit="5"
  data-theme="light">
</script>

API endpoint

The widget uses a public JSON API. You can also call it directly:

GET https://thankyouagent.com/api/embed?category=finance&limit=10

Returns { cases: [{ slug, title, upvotes, category }] }. CORS is enabled for all origins. Results are cached for 1 hour.

“Featured on” badge

Add one of these badges to your site or README:

Dark badge (for light backgrounds)

Featured on ThankYouAgent
<a href="https://thankyouagent.com">
  <img src="https://thankyouagent.com/badge.svg"
       alt="Featured on ThankYouAgent"
       width="200" height="36" />
</a>

Light badge (for dark backgrounds)

Featured on ThankYouAgent
<a href="https://thankyouagent.com">
  <img src="https://thankyouagent.com/badge-light.svg"
       alt="Featured on ThankYouAgent"
       width="200" height="36" />
</a>