The idea is:
Adding a new API endpoint for listing all types of nodes with their titles, descriptions, icons, etc. This should require authentication, by the way.
My use case:
The API already includes endpoints for managing workflows. With an endpoint for listing all types of nodes and their details, it becomes easier to create workflows programmatically.
I think it would be beneficial to add this because:
People could use it to create workflows programmatically. For example, let’s say someone wants to create a workflow using an AI agent on demand. The agent can only know what the endpoint for creating a new workflow is and the required information for doing it, but not the type of nodes a workflow can include, since there is no way to give that context.
Any resources to support this?
Are you willing to work on this?
Yeah. I definitely can include this endpoint with the appropriate guidance on where to do it and any other relevant information, like standards, how nodes look in the underground, etc.