---
title: "Run the developer project-registry import through the daemon store"
method: POST
path: "/api/v1/dev/import-projects"
tags: ["dev"]
---

# Run the developer project-registry import through the daemon store

`POST /api/v1/dev/import-projects`

## Request body

- DevImportProjectsRequest
  - `dryRun` boolean, required
  - `sourceDataDir` string, required

## Response `200`

OK

- DevImportProjectsResponse
  - `report` DevImportProjectsReport, required
    - `conflicts` DevImportProjectsConflict[]
      - `path` string, required
      - `projectId` string, required
      - `reason` string, required
      - `targetId` string
      - `targetPath` string
    - `dryRun` boolean, required
    - `inserted` integer, required
    - `skipped` integer, required
    - `sourceDataDir` string, required
    - `targetDataDir` string, required
    - `updated` integer, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/0754881ee8f4/schema)
