# Intro

Hey, I’m [Elliott](https://elliott.diy). I’m a cybersecurity student, reverse engineer, and general nerd who likes building fast, privacy-first tools that don’t suck.

This API runs a bunch of background stuff I use every day. It was already working, so I figured: why not open it up to the rest of the internet?

* No signups
* No tracking
* No fake “enterprise plans”

If it helps you, great. If not, that’s fine too.

### What You’ll Find

#### 🧠 AI

* Chat completions
* Optional image generation

#### 🔍 VPN Recon

* IP feeds for major providers
* Combined `/vpn/all`
* Live stats at `/vpn/stats`

#### 🕵️ Tor Network

* Exit nodes and relays
* Obfs4 bridges *(restricted)*

#### 🧼 Code Scanning

* GitHub repo scanner
* Detects stealers, miners, and webhook abuse

### Rate Limits & Access

* No API key
* Reasonable use is totally fine
* Some endpoints are restricted to avoid abuse. See the FAQ

### Contact

Found a bug? Want a feature? Just wanna say hi?

📬 <hey@elliott.diy>


---

# 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.elliott.diy/overview/intro.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.
