{"id":28510817,"url":"https://github.com/automa/codex","last_synced_at":"2026-04-30T06:40:17.300Z","repository":{"id":297810436,"uuid":"996935554","full_name":"automa/codex","owner":"automa","description":"OpenAI's Codex bot for Automa","archived":false,"fork":false,"pushed_at":"2026-02-06T06:43:48.000Z","size":380,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-30T06:40:07.532Z","etag":null,"topics":["automa","automa-bot","bot","codex","coding-agent","openai"],"latest_commit_sha":null,"homepage":"https://automa.app/bots/openai/codex","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-05T17:32:27.000Z","updated_at":"2026-02-06T06:43:50.000Z","dependencies_parsed_at":"2025-06-07T16:42:18.067Z","dependency_job_id":"29643624-d6cd-4a96-b5c3-2ce1a8a6db27","html_url":"https://github.com/automa/codex","commit_stats":null,"previous_names":["automa/codex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/automa/codex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fcodex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fcodex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fcodex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fcodex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automa","download_url":"https://codeload.github.com/automa/codex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automa%2Fcodex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32457110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automa","automa-bot","bot","codex","coding-agent","openai"],"created_at":"2025-06-08T23:06:16.008Z","updated_at":"2026-04-30T06:40:17.294Z","avatar_url":"https://github.com/automa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codex\n\nThis is an [AI](https://docs.automa.app/bots/types#ai) \u0026 [manual](https://docs.automa.app/bots/types#manual) [agent](https://docs.automa.app/bots#bot-vs-agent) for [**Automa**](https://automa.app) that uses [OpenAI's Codex](https://github.com/openai/codex) tool to work on tasks.\n\n#### Features\n\n- Runs tasks via job schedule with retry and backoff support.\n- Generates pull request titles and bodies using GPT-4.1-mini.\n\n## Getting Started\n\n[![Install on Automa](https://automa.app/install.svg)](https://console.automa.app/$/bots/new/openai/codex)\n\n### Self-Hosting\n\nThis agent can be self-hosted. You can either follow our more detailed [guide](https://docs.automa.app/self-hosting/agents/codex) or follow these steps to get it running.\n\n#### Prerequisites\n\n- Have [`docker`](https://docker.com/) installed.\n\n#### Needed services\n\n- Have [`redis`](https://github.com/redis/redis) or any redis compatible memory store running.\n\n#### Automa bot\n\n[Register a bot](https://docs.automa.app/bot-development/registration) of [manual](https://docs.automa.app/bots/types#manual) type on [Automa](https://automa.app) (Cloud or Self-hosted) and point its webhook to your planned server (e.g., `http://your-server-ip:8000/hooks/automa`). Copy the **webhook secret** after it is created.\n\n#### Starting the server\n\n```sh\ndocker run -it --rm -p 8000:8000 \\\n  -e REDIS_URL=your_url_here \\\n  -e AUTOMA_WEBHOOK_SECRET=your_secret_here \\\n  -e OPENAI_API_KEY=your_key_here \\\n  ghcr.io/automa/codex\n```\n\n## How It Works\n\nIt runs [`codex`](https://github.com/openai/codex) in full approval mode.\n\n## Contributing\n\nContributions and feedback are welcome! Feel free to open an issue or submit a pull request. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details. Here is a list of [Contributors](https://github.com/automa/codex/contributors).\n\n## LICENSE\n\nMIT\n\n## Bug Reports\n\nReport [here](https://github.com/automa/codex/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautoma%2Fcodex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautoma%2Fcodex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautoma%2Fcodex/lists"}