# Gib Potato API

Welcome to the Gib Potato API.

## Endpoints

| Method | Path          | Auth | Description              |
|--------|---------------|------|--------------------------|
| GET    | `/`           | No   | This page                |
| GET    | `/up`         | No   | Health check             |
| POST   | `/agent/poll` | Yes  | Create a poll via AI     |
| POST   | `/events`     | Yes  | Slack event webhook      |

## Authentication

Include your API token in the `Authorization` header:

```
Authorization: Bearer <your-token>
```
