HTTP Tool Parameters

How can I create nested fields in the cloud agent builder. Not seeing BODY. or fields key. Or is it only flat keys are allowed what can i do?

Hi, the structure is flat, and will be converted into either JSON body, or query params depending on whether you specify GET or POST, PUT etc. Please see Agent Builder | LiveKit Documentation. But, to answer your question, you can’t define a nested structure.

To define nested fields, you would need to convert the agent to code, modify the code, and then deploy, as detailed here: Agent Builder | LiveKit Documentation