v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBtemplates
List deployment templates
Returns all deployment templates available for creating agents, functions, and other resources with pre-configured settings and code.
get/templates
Response
successful operation
Example response
[
{
"defaultBranch": "main",
"description": "A starter template for building LangChain agents",
"downloadCount": 1200,
"forksCount": 45,
"name": "langchain-agent",
"starCount": 150,
"url": "https://github.com/blaxel-ai/template-langchain-agent",
"variables": [
{
"description": "OpenAI API key for the agent",
"integration": "openai",
"name": "OPENAI_API_KEY",
"path": ".env",
"secret": true
}
]
}
]