PushOwl Engineering Challenge
This is an engineering test for candidates applying to PushOwl. It is designed for engineers who are comfortable orchestrating a coding agent — there is no clever insight, just an amount of API choreography that you would not want to do by hand.
How it works
- Begin at
GET /api/start. - Each endpoint will tell you how to find the next one. The mechanic varies.
- After the hunt, you will reach a final endpoint with no documented schema. Find it. Probe it. It will guide you, one hint at a time.
- A correct submission returns a secret.
What to do with the secret
Email it to join@pushowl.com along with:
- Your résumé (attach it to the email).
- A short note on how you approached the challenge.
- Which coding agent (if any) you used.
Rules
- You may use any tools you like.
- Wrong requests return 404 with no detail — read the previous response carefully.
- There is no other documentation. This page is everything.
Good luck.