generate_ai_tool
Create AI agent tools by converting Postman API collections and requests into type-safe code compatible with frameworks like OpenAI, Mistral, and Langchain, using JavaScript or TypeScript.
Instructions
Generate code for an AI agent tool using a Postman collection and request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agentFramework | Yes | AI agent framework to use | |
collectionId | Yes | The Public API Network collection ID | |
language | Yes | Programming language to use | |
requestId | Yes | The public request ID |