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/go.md (or send an Accept: text/markdown request header).
Set up Test API with Go
Agent setup prompt
We want to integrate Test API into this codebase via API.
There's no official Go SDK, so use whatever HTTP client and conventions this codebase already uses for API calls. If there isn't an established pattern, a common choice for Go is net/http.
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.