What your agent can do with Open Brewery DB
Triggers and actions 4 actions
- ActionGet a random brewery
Fetch a random brewery record. Endpoint: GET /v1/breweries/random.
- ActionGet brewery
Get a single brewery's details by its ID. Endpoint: GET /v1/breweries/{id}.
- ActionList breweries
List breweries, with optional filtering by location, type, and pagination. Endpoint: GET /v1/breweries.
- ActionSearch breweries
Search the brewery directory by any combination of name, city, state or province, country, postal code, brewery type, specific IDs, or proximity to a latitude/longitude, and choose how the results are sorted.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Open Brewery DB API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.