Skip to main content
POST
/
agents
/
scaffold
Error
A valid request URL is required to generate request examples
{
  "label": "<string>",
  "progress": {
    "current": 123,
    "total": 123
  },
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.

Body

application/json
input_type
enum<string>
required
Available options:
url,
sop,
describe
url
string
file_id
string
text
string
vertical
string

Response

SSE stream of ScaffoldProgressEvent; terminal frame carries the draft Agent.

step
enum<string>
required
Available options:
crawling,
extracting,
persona,
skills,
knowledge,
done,
error
label
string
required
progress
object
message
string