/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-27
Details
Filter operations
agents
26
browser
2
conversations
23
dev
1
events
1
identity
2
import
4
get
Check whether a legacy AO install is available to import
post
Run the legacy AO project import through the daemon store
post
Run approved Git preparation actions for project import onboarding
post
Validate a selected folder for project import onboarding
mobile
9
notifications
4
projects
11
prs
2
push
3
reviews
10
sessions
51
settings
3
shellTerminals
4
system
5
usage
2
import
Validate a selected folder for project import onboarding
post
/api/v1/imports/validate
Request body
ImportValidationInput
required
importKind
'project'
|
'workspace'
required
path
string
required
Response
OK
ImportValidationResult
required
blockingErrors
string[]
required
childRepos
RepoGitStatus[]
importKind
string
required
isValid
boolean
required
nextStep
'error'
|
'choose_import_kind'
|
'prepare_git'
|
'continue'
required
root
RepoGitStatus
required
warning
string
Changes