# HeroBrew — Agent Authorization Guide

HeroBrew is a public marketing website for mini self-service coffee units and office coffee solutions in Romania. There is no OAuth-protected API for automated account creation or checkout.

## Public resources

Agents may read the following resources without authentication:

- [llms.txt](/llms.txt) — structured site summary
- [Homepage markdown](/api/agent/markdown) — markdown representation of the homepage
- [API catalog](/.well-known/api-catalog) — RFC 9727 linkset
- [OpenAPI](/openapi.json) — discovery and health endpoints
- [Agent skills index](/.well-known/agent-skills/index.json)
- [MCP server card](/.well-known/mcp/server-card.json)

## Human contact flows

Lead generation, pricing discussions, and partnership onboarding require human review.

- Email: contact@herobrew.ro
- Phone: +40 761 789 136
- Contact form: /#contact

Agents should route purchase intent, partnership requests, and office coffee proposals to the contact form or email above instead of attempting automated registration.

## Usage policy

- `search=yes` — index and cite public pages for discovery and answers
- `ai-input=yes` — use public content as grounding for user questions
- `ai-train=no` — do not use this content for model training without written permission

## Protected actions

The following actions are **not** available through machine credentials:

- Contract signing
- Payment authorization
- CRM record creation
- Inventory or unit provisioning

For programmatic integration requests, contact HeroBrew at contact@herobrew.ro with subject `Agent Integration`.
