Agent Buider - calling from other client

Hi,
I created new project in Agent Builder. I saw I can expose it through Agent SDK.
However my client tool has only ability to call POST requests.
Is there any way to call execute the agent project using POST request to gpt API?

I couldn’t find anything relevant in gpt API but maybe I missed it.

Thank you in advance

1 Like

I also waiting similar feature, so far WorkflowID only can use with Chatkit but I already have own chat platform, I just want a way to use workflowId without Chatkit.

Current my workaround solution is use generated code but it is not efficient as my workflow keep update base on testing so I take too many effort to update my code.