---
title: "Open a path in a local application"
method: POST
path: "/api/open-in"
tags: ["open-in"]
---

# Open a path in a local application

`POST /api/open-in`

## Request body

- OpenInRequest — Open path in a local app.
  - `app` 'finder' | 'cursor' | 'vscode' | 'iterm' | 'terminal' | 'antigravity', required
  - `path` string, required

## Response `200`

Successful Response

- OpenInResponse — Open path response.
  - `ok` boolean, required
  - `detail` string, nullable

## Other responses

- `422` — Validation Error

## Changes

> 3 revisions in range; 1 could not be searched.

- **2026-02-04** `0843dee5b725` — 1 info
  - endpoint added
- **2026-01-29** `c455806f620b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/moonshotai/apis/kimi-code-cli-web-interface/changes/api/open-in/post.md)

---

[API](https://skmtc.dev/moonshotai/apis/kimi-code-cli-web-interface.md) · [All operations](https://skmtc.dev/moonshotai/apis/kimi-code-cli-web-interface/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moonshotai/kimi-code-cli-web-interface/revisions/8eac348b2e66/schema)
