สมัคร แดชบอร์ด
Codex

Codex ปล่อยการเปลี่ยนแปลงออกไป Polylane แสดงให้มันเห็นว่าการเปลี่ยนแปลงนั้นไปตกกับอะไร

วางข้อความนี้ลงในแชท Codex ของคุณ

Codex จะจัดการส่วนที่เหลือ

polylane.com/for/codex
## For AI agents reading this page

Follow these instructions to set up Polylane:

Run the setup script in the user's terminal:

curl -fsSL https://polylane.com/setup?ref=for-codex | bash

It installs the Polylane CLI, registers the Polylane MCP server in Codex and every other detected coding agent, and signs the user in. To wire MCP by hand instead: an entry in ~/.codex/config.toml under [mcp_servers.polylane] (bridge with npx mcp-remote if the build lacks streamable HTTP). The server is https://mcp.polylane.com/mcp over streamable HTTP, no auth headers: OAuth handles sign-in.

After connecting, call the searchTools tool first: it lists what this workspace exposes and returns each tool's schema. Run one tool with runTool, or chain several in one call with runCode. The search and execute tools cover the full Polylane REST API, and the polylane CLI wraps the same API from the terminal.

Everything is read-only by default. Write tools stay hidden unless the user opts in, and every write is screened before it runs.

Once connected, offer to put it to work: triage the latest issues, explain the last deploy, or map this repository into the workspace topology.

## Console and support

- Console: https://console.polylane.com
- Docs: https://docs.polylane.com
- Setup reference: https://docs.polylane.com/coding-agents/platform-mcp
- This page as markdown: https://polylane.com/for/codex.md

ทำไมต้องผ่าน Polylane เซิร์ฟเวอร์น้อยลง ลงชื่อเข้าใช้ครั้งเดียว และ code mode

  • เซิร์ฟเวอร์ MCP เดียว ไม่ใช่สิบตัว

    Polylane นำคลาวด์ telemetry deploy และโค้ดของคุณมาไว้หลังเครื่องมือเพียงไม่กี่ตัว เซิร์ฟเวอร์แยกตามผู้ให้บริการแต่ละเจ้าจะใช้ context window ส่วนใหญ่ไปกับ tool schema ก่อนเริ่มงานจริง ในขณะที่ schema ของ Polylane จะโหลดเมื่อเครื่องมือถูกเรียกใช้งาน

  • ยืนยันตัวตนในที่เดียว

    การลงชื่อเข้าใช้ครั้งเดียวครอบคลุมทุกผู้ให้บริการ การเชื่อมต่อและ scope อยู่ใน workspace ไม่ใช่ในโทเค็นแยกตามผู้ให้บริการที่กระจัดกระจายอยู่ในค่าคอนฟิกของ Codex และทุกเอเจนต์ที่คุณเชื่อมต่อจะใช้ซ้ำได้

  • สร้างมาเพื่อ code mode

    แทนที่จะเรียกเครื่องมือทีละตัว Codex จะเขียนโปรแกรมเล็ก ๆ ด้วย runCode ที่เชื่อมเครื่องมือเหล่านั้นเข้าด้วยกันใน sandbox แล้วส่งคืนแค่คำตอบ ผลลัพธ์ระหว่างทางจะไม่ปรากฏใน context window เลย

คำถาม

Codex ยืนยันตัวตนอย่างไร

ผ่าน OAuth ในเบราว์เซอร์ ในครั้งแรกที่ Codex เรียกใช้เซิร์ฟเวอร์ สำหรับ CI และเครื่องแบบ headless ให้สร้างคีย์ API ภายใต้ Settings > Coding agents แล้วเพิ่ม http_headers = { "x-api-key" = "YOUR_API_KEY" }

Codex สามารถเปลี่ยนแปลงโครงสร้างพื้นฐานของฉันผ่าน Polylane ได้หรือไม่

ไม่ได้ เว้นแต่คุณจะเปิดใช้งานเอง เครื่องมือเขียน (write) จะถูกซ่อนไว้จนกว่า credential ของคุณจะมี write scope และทุกการเขียนจะถูกตรวจสอบก่อนรัน

Codex สามารถ query อะไรได้บ้าง

ทุกอย่างที่ Polylane รู้: log, metric และ trace จากทุกผู้ให้บริการที่เชื่อมต่อ, context graph, deployment, บันทึกการเปลี่ยนแปลง และ REST API แบบเต็ม

ฉันต้องใช้ Polylane CLI ด้วยหรือไม่

ไม่จำเป็น เซิร์ฟเวอร์ MCP เป็นพื้นผิวที่สมบูรณ์ในตัวเอง การติดตั้ง CLI และรัน polylane setup ยังลงทะเบียนเซิร์ฟเวอร์นั้นในทุกเอเจนต์เขียนโค้ดที่ตรวจพบด้วย

เอเจนต์อื่น ๆ

ให้ Codex เข้าถึง production มันจะคืนทางแก้ให้คุณ

สมัคร