POST /postbot/generations/tool returns data.text with generated tool code. There are two parts to the code, a JSON tool definition (for use in an agentic request) and a Python/JS/TS tool implementation (for execution). It would be nice to separate the two parts to better support automated processing.
Secondly, are there other public Postbot API endpoints? I can’t find documentation.
Hey @bstraehle - for the second part of your question, can you elaborate on what workflow you’re looking to automate with the Postbot API? Postbot currently supports test generation and documentation, and having this integrated in the Postman app allows users to review generated content before saving it.
We’ve taken the feedback around the API response for the POST /postbot/generations/tool endpoint.
Hello @bstraehle, happy to see the interest in building on top of the tool generation API! Could you share a bit more about your use case and automated processing? Understanding that would help us better support your needs