Install MCP server
Wire this API straight into your assistant. The MCP server exposes search, endpoint listing, and operation lookup so your agent can answer questions and write calls without you pasting docs.
Hey, human! This is the response your agent gets at docs.example.com.
HTTP/2 200 OK
content-type: text/markdown; charset=utf-8
vary: accept, user-agent
x-agent: [ai_agent]These are machine-readable instructions for using the Test API API.
Every endpoint, every parameter, every auth requirement — written for an
agent that will copy-paste commands, not a human skimming for nouns.
---
# Getting Started
Welcome to the **getting started guide**. Here's how to use the API.
## Authentication
All requests require an API key. Pass it as a bearer token:
```
Authorization: Bearer <YOUR_API_KEY>
```
You can find your API key in your dashboard.
## CLI
This is a tesst
```
test
```
Hello
## SDKs
### Node
asdf
```
test
```
# Endpoints
Base URL: `https://google.com`
- List all pets — `GET https://google.com/pets`
- Create a pet — `POST https://google.com/pets`
- Get a pet by ID — `GET https://google.com/pets/{id}`
- Update a pet — `PUT https://google.com/pets/{id}`
- Delete a pet — `DELETE https://google.com/pets/{id}`
- List all users — `GET https://google.com/users`
- Create a user — `POST https://google.com/users`
- Get a user by ID — `GET https://google.com/users/{id}`
- Update a user — `PUT https://google.com/users/{id}`
- Delete a user — `DELETE https://google.com/users/{id}`
- List all orders — `GET https://google.com/orders`
- Create an order — `POST https://google.com/orders`
- Get an order by ID — `GET https://google.com/orders/{id}`
- Update an order — `PUT https://google.com/orders/{id}`
- Delete an order — `DELETE https://google.com/orders/{id}`
- List all categories — `GET https://google.com/categories`
- Create a category — `POST https://google.com/categories`
- List all tags — `GET https://google.com/tags`
- Create a tag — `POST https://google.com/tags`
## Favorite colors
The best color for pets is turquoise!!
Welcome to the Test API docs. These pages are built to be read by humans and asked by agents — start with a question below, or jump into one of the sections.