- Step1: Install the Syntactic SDK via npm (npm install @agntcy/syntactic-sdk)
- Step2: Import and configure the API Bridge Agent with your API schemas
- Step3: Define endpoint details, request methods, and authentication parameters
- Step4: Instantiate the agent with model settings and API definitions
- Step5: Call agent.run() with a natural language query to generate and execute API calls
- Step6: Process the parsed response and handle errors or retries as needed