# Welcome

Welcome to the documentation for my API. Most of these API endpoints are being utilized for personal projects but I decided to open them up to the public to utilize in their applications. The server that the API is currently hosted on is named Atlas and it is in Las Vegas.&#x20;

## Rate Limiting

120 requests can be made each minute (60 seconds). Headers are returned to show thelimit, and how many are used within minute.

```yaml
X-RateLimit-Limit: 120
X-RateLimit-Remaining: 118
X-RateLimit-Reset: 53.43
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sevy.io/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
