Docs

Codex integration

Use AiContextBase as the active project truth before Codex starts work, then record what changed after.

Codex does not need another server from AiContextBase. Give Codex the API URL, project slug and Connection key, then ask it to pull a Context Pack before the task.

Copy config

API URL: https://aicontextbase.com
Project: your-project
Connection key: shown once in Connect AI

Project instructions

# ACB integration

Before starting a task:
1. Call get_project_context for the current project.
2. Use the returned context as the active project truth.
3. Search ACB memory when facts are unclear.

After work:
1. Call record_task_summary.
2. If durable facts appeared, call suggest_memory_update.
3. Do not claim memory was saved unless ACB returned success.

Without a server

Open the project in Codex, paste the config from Connect AI into the session instructions, and tell Codex to request a Context Pack from AiContextBase before changing files.