izTeamSlots
ChatGPT Team slot management — automated invite, register, OAuth login & codex token pipeline
File Explorer
- ci.yml
- release.yml
- dependabot.yml
- __init__.py
- base.py
- boomlify.py
- imap.py
- trickads.py
- __init__.py
- __main__.py
- account_store.py
- chatgpt_workspace_api.py
- codex_switcher.py
- dto.py
- file_logger.py
- jobs.py
- openai_web_auth.py
- rpc_protocol.py
- rpc_server.py
- slot_orchestrator.py
- ui_facade.py
- izteamslots.cmd
- izteamslots.mjs
- izteamslots.sh
- architecture.md
- providers.md
- troubleshooting.md
- 1.png
- 2.png
- 3.png
- 4.png
- demo.gif
- setup.cmd
- setup.mjs
- setup.sh
- test_account_store.py
- test_codex_switcher.py
- test_dto.py
- test_jobs.py
- test_rpc_protocol.py
- test_slot_orchestrator.py
- test_workspace_api.py
- format.ts
- mainMenus.ts
- types.ts
- MainScreen.ts
- stdioClient.ts
- main.ts
- mainMenus.test.ts
- bun.lock
- package-lock.json
- package.json
- tsconfig.json
- .env.example
- .gitignore
- .npmignore
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
- requirements.txt
- ruff.toml
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
codex
View Details ▼
codex
Natural language code assistant for the terminal, powered by OpenAI.
Reads and edits files in your current directory to fulfill requests.
codex
Start an interactive Codex session in the current directory:
codex "{{prompt}}"
Run a single Codex command using a prompt:
codex --sandbox workspace-write "{{prompt}}"
Run a prompt allowing Codex to edit files in the workspace:
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
