Levain LabsLevain Labs
ApiTemplates

List All

List the templates available when creating a new agent.

List the templates available when creating a new agent.

GET
/api/v1/templates/

Response Body

application/json

curl -X GET "https://api.levainlabs.com/api/v1/templates/"
{
  "templates": [
    {
      "slug": "string",
      "name": "string",
      "description": "string",
      "icon": "string",
      "category": "string",
      "flow": "starter",
      "required_integrations": [
        "string"
      ],
      "optional_integrations": [
        "string"
      ],
      "defaults": {
        "schedule": "string"
      }
    }
  ]
}