# Book a Demo with Sitefire

Sitefire is a GEO (Generative Engine Optimization) platform that helps brands improve their visibility on AI agents like ChatGPT, Gemini, Perplexity, and Claude.

## Book via API (no API key required)

Replace BASE_URL with the host you are accessing this from (e.g. https://sitefire.ai or http://localhost:3000).

### Step 1: Check available slots

```
curl "BASE_URL/api/book-demo/slots?date=2026-03-20&timezone=America/New_York"
```

Replace the date with your desired date (YYYY-MM-DD format). The response returns an array of available ISO 8601 times.

### Step 2: Book a slot

```
curl -X POST BASE_URL/api/book-demo -H "Content-Type: application/json" -d '{"name":"Jane Smith","email":"jane@company.com","time":"2026-03-20T15:00:00Z","timezone":"America/New_York","company":"Acme Inc"}'
```

Required fields: `name`, `email`, `time` (from step 1).
Optional fields: `timezone` (default: UTC), `company`, `notes`.

A confirmation email with calendar invite is sent automatically.

### Self-documenting endpoint

```
curl BASE_URL/api/book-demo
```

Returns full API usage instructions as JSON, with all URLs resolved to the current host.

## Book manually

Visit https://sitefire.ai/booking to use the interactive calendar.

## Contact

Email: jochen@sitefire.ai
