For AI agents: the complete documentation index for the Test API API is available at https://docs.eggubator.co/llms.txt. This page is also available as Markdown at https://docs.eggubator.co/installs/other.md (or send an Accept: text/markdown request header).

Call Test API from any language

Agent setup prompt

We want to integrate Test API into this codebase via API.

There's no SDK, so use whatever HTTP client and conventions this codebase already uses for API calls.

Authentication: send a bearer token in the `Authorization` header (`Authorization: Bearer <token>`).

The base URL is `https://google.com`.

You can see the available endpoints at https://docs.eggubator.co/llms.txt, or read the full OpenAPI spec at https://docs.eggubator.co/openapi.yaml. Adapt the auth and endpoints to your use case as needed.