Open Library Example
The Open Library scenario is a good public example because it uses a real external API without making the first end-to-end flow depend on private credentials.
The user request
The request might be:
Build a library app that lets people browse categories, explore books, and open a selected title.
What Worka would need
A good solution usually needs:
- a browse view for subjects or categories
- a search or results view
- a detail view for a selected work or edition
- one or more packs that translate Open Library responses into stable structured tool results
This example proves several important paths at once:
- Worka can discover missing capability
- Forge can build or attach the right pack
- a workspace can hydrate from real tool calls
- a public API can become usable software rather than just an API demo