{"id":28719132,"url":"https://github.com/r1z-dev-git/super-robot","last_synced_at":"2026-04-09T15:54:24.019Z","repository":{"id":298990691,"uuid":"1001773118","full_name":"r1z-dev-git/super-robot","owner":"r1z-dev-git","description":"Python \u0026 JS/TS SDKs for embedding code execution capabilities in AI apps","archived":false,"fork":false,"pushed_at":"2025-06-14T02:33:05.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-14T02:36:09.473Z","etag":null,"topics":["ai","ai-data-analysis","anthropic","code-interpreter","cohere","gpt","javascript","jupyter","jupyter-notebook","llm","openai","python","typescript"],"latest_commit_sha":null,"homepage":"https://r1z.dev","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r1z-dev-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2025-06-14T02:02:56.000Z","updated_at":"2025-06-14T02:33:08.000Z","dependencies_parsed_at":"2025-06-14T02:46:36.461Z","dependency_job_id":null,"html_url":"https://github.com/r1z-dev-git/super-robot","commit_stats":null,"previous_names":["r1z-dev-git/super-robot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r1z-dev-git/super-robot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1z-dev-git%2Fsuper-robot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1z-dev-git%2Fsuper-robot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1z-dev-git%2Fsuper-robot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1z-dev-git%2Fsuper-robot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r1z-dev-git","download_url":"https://codeload.github.com/r1z-dev-git/super-robot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r1z-dev-git%2Fsuper-robot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259929946,"owners_count":22933527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai","ai-data-analysis","anthropic","code-interpreter","cohere","gpt","javascript","jupyter","jupyter-notebook","llm","openai","python","typescript"],"created_at":"2025-06-15T06:00:15.916Z","updated_at":"2025-12-30T20:06:53.567Z","avatar_url":"https://github.com/r1z-dev-git.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- \u003cp align=\"center\"\u003e\n  \u003cimg width=\"100\" src=\"/readme-assets/logo-circle.png\" alt=\"r1z logo\"\u003e\n\u003c/p\u003e --\u003e\n\n![r1z SDK Preview](https://i.imgur.com/QYftu1j.png)\n\n## What is R1Z?\n[r1z](https://www.r1z.dev/) is an open-source tooling that runs AI-generated code in securely isolated cloud sandboxes. To start and control sandboxes, use our [JavaScript SDK](https://www.npmjs.com/package/@r1z/code-interpreter) or [Python SDK](https://pypi.org/project/r1z_code_interpreter).\n\n## Run your first Sandbox\n\n### 1. Install SDK\n\nJavaScript / TypeScript\n```\nnpm i @r1z/code-interpreter\n```\n\nPython\n```\npip install r1z-code-interpreter\n```\n\n### 2. Get your r1z API key\n1. Sign up to r1z [here](https://r1z.dev).\n2. Get your API key [here](https://dash-r1z.dev/).\n3. Set environment variable with your API key.\n```\nr1z_API_KEY=r1z_***\n```     \n\n### 3. Execute code with code interpreter inside Sandbox\n\nJavaScript / TypeScript\n```ts\nimport { Sandbox } from '@r1z/code-interpreter'\n\nconst sbx = await Sandbox.create()\nawait sbx.runCode('x = 1')\n\nconst execution = await sbx.runCode('x+=1; x')\nconsole.log(execution.text)  // outputs 2\n```\n\nPython\n```py\nfrom r1z_code_interpreter import Sandbox\n\nwith Sandbox() as sandbox:\n    sandbox.run_code(\"x = 1\")\n    execution = sandbox.run_code(\"x+=1; x\")\n    print(execution.text)  # outputs 2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1z-dev-git%2Fsuper-robot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr1z-dev-git%2Fsuper-robot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr1z-dev-git%2Fsuper-robot/lists"}