There is currently a GET agent API (https://developers.glean.com/api/client-api/agents/get-agent-schemas) that is able to retrieve a list of agents and also a given agent, but it only returns the high level metadata (description, high level steps). It doesn't include the detailed prompts/workflow that is used in that agent.
We are looking to version control our agents outside of Glean in our software code repository, and want to be able to make this part of our CI/CD pipeline - for this to work, we need platform API's on glean that allow us to GET, create, update, delete an agent. Ideal first step is to introduce the GET option to be able to fully read an agent via API.