SpyBara
Go Premium

Documentation 2026-06-13 00:58 UTC to 2026-06-14 16:58 UTC

2 files changed +110 −80. View all changes and history on the product overview
2026
Sat 27 00:02 Thu 25 20:59 Mon 22 19:03 Sat 20 03:58 Fri 19 23:57 Thu 18 23:01 Wed 17 17:02 Tue 16 20:00 Mon 15 19:59 Sun 14 16:58 Sat 13 00:58 Fri 12 18:02 Thu 11 20:02 Wed 10 20:00 Tue 9 18:50 Sat 6 00:58 Fri 5 18:45 Thu 4 01:09 Wed 3 19:27 Tue 2 19:22

import.md +110 −0 created

Details

1# Import to Codex

2 

3Use the import flow to bring your instructions, settings, skills, plugins,

4projects, and recent chat sessions from other agents into Codex. Codex imports

5the supported items directly and lets you finish setup for any imported plugins

6or connections that need authorization.

7 

8Importing does not change or delete your existing agent setup.

9 

10<div class="not-prose my-6 max-w-5xl">

11 <CodexScreenshot

12 alt="Choose the other AI apps to import from"

13 lightSrc="/images/codex/import/import-source.png"

14 darkSrc="/images/codex/import/import-source.png"

15 maxHeight="680px"

16 variant="no-wallpaper"

17 imageClass="rounded-xl"

18 />

19</div>

20 

21## Start an import

22 

23<WorkflowSteps>

24 

251. In the Codex app, open **Settings**.

262. Under **General**, find **Import other agent setup**.

273. Select **Import**.

284. Choose the agents you want to import from, then select **Continue**.

295. On **Select items to import**, select **Continue** to import everything or **Customize** to choose specific items.

306. If you customize the import, select the items to bring over, then select **Confirm**.

317. After the import finishes, open an imported project or thread to continue working.

32 

33</WorkflowSteps>

34 

35<div class="not-prose my-6 max-w-5xl">

36 <CodexScreenshot

37 alt="Select the setup and recent work to import into Codex"

38 lightSrc="/images/codex/import/import-overview.png"

39 darkSrc="/images/codex/import/import-overview.png"

40 maxHeight="680px"

41 variant="no-wallpaper"

42 imageClass="rounded-xl"

43 />

44</div>

45 

46## How importing works

47 

48Codex checks both your user-level setup and your existing projects. User-level

49setup comes from files on your machine. Project-level setup comes from files in

50the repositories and folders you select.

51 

52When you import, Codex:

53 

541. Detects supported setup and recent work.

552. Imports the items you select.

563. Leaves your existing agent setup unchanged.

574. Checks whether imported plugins or connections still need setup.

585. Shows a status card when follow-up is required.

59 

60## What Codex can import

61 

62| Imported item | Codex destination |

63| ----------------------------------- | -------------------------------------- |

64| Instruction files | [`AGENTS.md`](https://developers.openai.com/codex/guides/agents-md) |

65| `settings.json` | [`config.toml`](https://developers.openai.com/codex/config-basic) |

66| Skills | [Codex skills](https://developers.openai.com/codex/skills) |

67| Plugins | Codex plugins |

68| Existing project folders | Codex projects using the same folders |

69| Chat sessions from the last 30 days | Codex threads |

70| MCP server configuration | [Codex MCP configuration](https://developers.openai.com/codex/mcp) |

71| Hooks | [Codex hooks](https://developers.openai.com/codex/hooks) |

72| Slash commands | [Codex skills](https://developers.openai.com/codex/skills) |

73| Subagents | [Codex agents](https://developers.openai.com/codex/subagents) |

74 

75<div class="not-prose my-6 max-w-5xl">

76 <CodexScreenshot

77 alt="Choose the instructions, settings, skills, plugins, projects, and chats to import"

78 lightSrc="/images/codex/import/import-instructions.png"

79 darkSrc="/images/codex/import/import-instructions.png"

80 maxHeight="680px"

81 variant="no-wallpaper"

82 imageClass="rounded-xl"

83 />

84</div>

85 

86## Finish setup after importing

87 

88When the import completes, Codex shows a status card in the lower-left corner.

89If an imported plugin or connection still needs setup, the card calls it out.

90 

91When Codex flags an item that needs attention, select **Finish** and follow the

92prompts to complete setup.

93 

94## What to review after importing

95 

96Review imported setup before you rely on it, especially:

97 

98- Tool restrictions or permissions in imported skills and agents.

99- MCP server settings that use custom authentication, headers, environment

100 variables, or transports. You may need to sign in again.

101- Hooks whose behavior may differ in Codex.

102- Plugins, marketplaces, or other setup that needs manual follow-up.

103- Prompt templates or command-style prompts that depend on arguments, shell

104 interpolation, or file-path placeholders.

105 

106## After you import

107 

108Once the import finishes, open one of your imported projects and continue from

109there. If you are new to Codex, see the [quickstart](https://developers.openai.com/codex/quickstart) for the

110rest of the setup flow.

migrate.md +0 −80 deleted

File Deleted View Diff

1# Migrate to Codex

2 

3Use the import flow to bring your instructions, configuration, skills, MCP

4servers, hooks, subagents, and recent sessions from another agent into Codex.

5Codex migrates the parts it can handle directly and can open a follow-up thread

6to help migrate anything that remains.

7 

8![Import from another agent in General settings](/images/codex/migrate/import-flow-light.png)

9 

10## Start the migration

11 

121. Open **Settings** in the Codex app.

132. On the **General** page, find **Import other agent setup**.

143. Select **Import** or **Import again**.

154. Review what Codex found, choose what to bring over, then select **Import**.

165. After the import finishes, select **View imported files** if you want to inspect the result.

17 

18## How migration works

19 

20Codex checks both your user-level setup and the current project. User-level

21setup comes from files on your machine; project-level setup comes from files in

22the repository you have open.

23 

24When you import, Codex:

25 

261. Detects the setup it can find.

272. Imports the selected items it can migrate directly.

283. Checks again after the import finishes.

294. Offers to continue the migration in a new thread if anything still needs

30 follow-up work.

31 

32## What Codex can import

33 

34| Detected setup | Codex destination |

35| --- | --- |

36| Instruction files | [`AGENTS.md`](https://developers.openai.com/codex/guides/agents-md) |

37| `settings.json` | [`config.toml`](https://developers.openai.com/codex/config-basic) |

38| Skills | [Codex skills](https://developers.openai.com/codex/skills) |

39| Recent sessions from the last 30 days | Codex threads and projects |

40| MCP server configuration | [Codex MCP configuration](https://developers.openai.com/codex/mcp) |

41| Hooks | [Codex hooks](https://developers.openai.com/codex/hooks) |

42| Slash commands | [Codex skills](https://developers.openai.com/codex/skills) |

43| Subagents | [Codex agents](https://developers.openai.com/codex/subagents) |

44 

45## Finish remaining setup in a new thread

46 

47Some detected setup does not have a clean one-to-one mapping into Codex. For

48those items, Codex can open a new thread with the

49[`migrate-to-codex`](https://github.com/openai/skills/tree/main/skills/.curated/migrate-to-codex)

50skill to help finish the migration.

51 

52When that happens, Codex shows the remaining setup and offers **Continue in

53Codex**.

54 

55![Additional setup found after import](/images/codex/migrate/additional-setup-light.png)

56 

57If you continue, Codex opens a new thread with the remaining work already filled

58in. The thread keeps user-level setup separate from project-level setup so you

59can see where each remaining item belongs.

60 

61![Follow-up migration task in Codex](/images/codex/migrate/continue-with-codex-light.png)

62 

63## What to review after import

64 

65Review any migrated setup before you rely on it, especially:

66 

67- Tool restrictions or permissions in imported skills and agents.

68- MCP server settings that use custom authentication, headers, environment

69 variables, or transports.

70- Hooks whose behavior may differ in Codex.

71- Plugins, marketplaces, or other remaining setup that needs manual follow-up.

72- Prompt templates or command-style prompts that depend on arguments, shell

73 interpolation, or file-path placeholders.

74 

75## After you switch

76 

77Once the import finishes, open one of your migrated projects and continue from

78there. If you are new to Codex, see the [quickstart](https://developers.openai.com/codex/quickstart) for the

79rest of the setup flow.

80