> For the complete documentation index, see [llms.txt](https://developer.eagle.cool/web-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.eagle.cool/web-api/get-started/playground.md).

# API Playground

Eagle includes a built-in interactive API playground that lets you test all API endpoints without writing any code. Open it in your browser:

```
http://localhost:41595/api/v2/playground
```

<figure><img src="https://714390790-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW6Nqtk7nzASkbQeaSJ3d%2Fuploads%2Fgit-blob-f99419f8627409ed324711531b03ea16ee36166a%2Feagle-web-api-v2-playground.png?alt=media" alt="Eagle API v2 Playground"><figcaption></figcaption></figure>

Key features of the playground:

* **Live testing** — Send real API requests against your current Eagle library and see responses instantly
* **GUI parameter input** — Select and fill in parameters through a visual form, no need to manually craft JSON
* **Code snippets** — Each operation automatically generates a JavaScript `fetch` code snippet you can copy and use directly
* **Full endpoint list** — The left sidebar lists all available API endpoints, organized by category

{% hint style="info" %}
The playground operates on your actual library data. Write operations (add, update, delete) will modify your data for real — use with care.
{% endhint %}
