Busabase
OpenAPI 参考

Onboarding

Workspace onboarding and bootstrap state.

POST
/api/v1/onboarding/bootstrap-complete

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}