Codex wdraża zmianę. Polylane pokazuje mu, na czym wyląduje ta zmiana.
Wklej to do czatu Codex
Codex zajmie się resztą.
## 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
Dlaczego przez Polylane. Mniej serwerów, jedno logowanie, code mode.
-
Jeden serwer MCP, nie dziesięć
Polylane udostępnia twoje chmury, telemetrię, wdrożenia i kod za pomocą garstki narzędzi. Stos serwerów per dostawca zużywa większość okna kontekstu na schematy narzędzi, zanim jeszcze zacznie się jakakolwiek praca; schematy Polylane wczytują się dopiero, gdy narzędzie jest uruchamiane.
-
Uwierzytelnianie w jednym miejscu
Jedno logowanie obejmuje wszystkich dostawców. Połączenia i zakresy żyją w obszarze roboczym, a nie w tokenach dla poszczególnych dostawców rozrzuconych po konfiguracji Codex, i każdy podłączony agent je wykorzystuje.
-
Stworzone dla code mode
Zamiast wywoływać narzędzia jedno po drugim, Codex pisze mały program za pomocą runCode, który łączy je w sandboxie i zwraca tylko odpowiedź. Wyniki pośrednie nigdy nie trafiają do okna kontekstu.
Pytania.
Jak Codex się uwierzytelnia?
Przez OAuth, w przeglądarce, za pierwszym razem, gdy Codex wywołuje serwer. Dla CI i maszyn headless utwórz klucz API w Ustawienia > Agenci kodujący i dodaj http_headers = { "x-api-key" = "YOUR_API_KEY" }.
Czy Codex może zmieniać moją infrastrukturę przez Polylane?
Nie, chyba że się na to zdecydujesz. Narzędzia do zapisu pozostają ukryte, dopóki twoje poświadczenia nie mają zakresu zapisu, a każdy zapis jest sprawdzany, zanim zostanie wykonany.
Co właściwie może odpytywać Codex?
Wszystko, co wie Polylane: logi, metryki i ślady ze wszystkich podłączonych dostawców, graf kontekstu, wdrożenia, rekordy zmian oraz pełne REST API.
Czy potrzebuję też CLI Polylane?
Nie, serwer MCP sam w sobie jest kompletnym interfejsem. Zainstaluj CLI, a polylane setup zarejestruje ten serwer też w każdym wykrytym agencie kodującym.