v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBtemplates
Get template
Returns detailed information about a deployment template including its configuration, source code reference, and available parameters.
get/templates/{templateName}
Path parameters
templateNamestring required
Name of the template
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
}
]
}