For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
User GuideDeveloper GuidesAPI Reference
User GuideDeveloper GuidesAPI Reference
    • Overview
  • Runtype API
      • POSTSearch documentation
      • GETGet platform documentation
      • POSTGet build instructions
Dashboard
LogoLogo
Runtype APIDocumentation

Get build instructions

POST
/v1/documentation/build-instructions
POST
/v1/documentation/build-instructions
$curl -X POST https://api.runtype.com/v1/documentation/build-instructions \
> -H "Authorization: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "description": "A customer support chatbot that answers questions from a knowledge base",
> "name": "Support Bot",
> "task": "build-product",
> "template": "ai-support-agent"
>}'
1{
2 "content": "string"
3}
Retrieve build instructions and platform guidance for a given task.
Was this page helpful?
Previous

Analyze step results

Next
Built with

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
descriptionstringOptional
namestringOptional
taskstringOptional

One of: build-product, generate-flow, explain-capabilities

templatestringOptional

Response

Build instructions content
contentstring

Errors

400
Bad Request Error
401
Unauthorized Error