Embed Guide

6 ways to embed AgentGIF terminal GIFs in your documentation and websites.

1. Markdown

[![Alt text](https://media.agentgif.com/ID.gif)](https://agentgif.com/ID)

2. HTML <img>

<a href="https://agentgif.com/ID"><img src="https://media.agentgif.com/ID.gif" alt="demo" width="800"></a>

3. iframe

<iframe src="https://agentgif.com/embed/ID" width="800" height="500" frameborder="0"></iframe>

4. Script (Auto-embed)

<div data-agentgif="ID"></div>
<script src="https://agentgif.com/widget.js" async></script>

5. oEmbed

GET https://agentgif.com/api/v1/oembed/?url=https://agentgif.com/ID&format=json

6. Badge (SVG)

<img src="https://agentgif.com/badge/ID.svg" alt="AgentGIF badge">