/
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
link-preview
1
mobile
9
notifications
6
projects
11
prs
2
push
3
reviews
10
sessions
51
settings
3
shellTerminals
4
system
5
usage
2
import
Run approved Git preparation actions for project import onboarding
post
/api/v1/imports/prepare-git
Request body
GitPreparationInput
required
approvedActions
string[]
githubRepository
GitHubRepositoryPreparation
importKind
'project'
|
'workspace'
required
initialCommitMessage
string
path
string
required
remoteUrl
string
repositories
GitRepositoryPreparationInput[]
stepwise
boolean
Response
OK
GitPreparationResult
required
events
GitPreparationEvent[]
required
validation
ImportValidationResult
required
Changes