Skip to main content
POST
Create Starter

Body

application/json

Body for POST /admin/api/v1/onboarding/create-starter.

name is optional. When omitted the server uses "Starter Agent". Empty string is rejected.

framework
enum<string>
required
Available options:
LANGGRAPH,
ADK
name
string | null
Required string length: 1 - 80

Response

Successful Response

data
StandaloneAgentRead · object
required

GET response and the data payload of PATCH responses.

reload
StandaloneReloadResult · object
required

Reload outcome attached to every admin mutation response.

reloaded means DB committed and runtime now uses the new config. restart_required means DB committed and process restart is needed. reload_failed means DB rolled back and runtime is unchanged.

Last modified on May 22, 2026