# Show HN: A prompt generator to help AI agents implement my new email API

> Source: <https://emailsdone.dev/#prompt-generator>
> Published: 2026-06-16 10:20:52+00:00

I love building apps with Firebase but felt that, other than basic auth, app emails (notifications, billing etc) were missing. Wanting to implement a solution to this, it got me thinking about how to tell a coding agent about a new api and how to implement it. I dynamically generate an openapi spec via a script and have been playing around with using this spec to then create a prompt generator.

It's not something I've come across before and I can sort of understand why... Generating a prompt that's got enough detail to implement the api but not being too specific so it can be used in many code bases is a fine balance.

I'd be interesting in any feedback on my approach and my execution.

Comments URL: [https://news.ycombinator.com/item?id=48553070](https://news.ycombinator.com/item?id=48553070)

Points: 1

# Comments: 0
