OpenAPI 参考
Onboarding
Workspace onboarding and bootstrap state.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Get your API key from the dashboard.
In: header
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/onboarding/bootstrap-complete"{ "completed": true, "agentBootstrapVersion": 1}