# Gravix Layer ## Docs - [Create Context](https://docs.gravixlayer.ai/documentation/agentruntime/code-execution/create-context.md): Create persistent code execution contexts to preserve state across calls - [Delete Context](https://docs.gravixlayer.ai/documentation/agentruntime/code-execution/delete-context.md): Delete a code execution context - [Get Context](https://docs.gravixlayer.ai/documentation/agentruntime/code-execution/get-context.md): Retrieve details for a code execution context - [Run Python](https://docs.gravixlayer.ai/documentation/agentruntime/code-execution/run-python.md): Execute Python code in agent runtimes - [Run Command](https://docs.gravixlayer.ai/documentation/agentruntime/command-execution/run-command.md): Execute terminal commands inside agent runtimes - [Delete File](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/delete-file.md): Delete files or directories in an agent runtime - [Download File](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/download-file.md): Download a file from an agent runtime - [Get File Info](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/get-file-info.md): Stat a path in an agent runtime (size, permissions, mtime) - [List Files](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/list-files.md): List files and directories in an agent runtime - [Create Directory](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/make-directory.md): Create directories in an agent runtime - [Read File](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/read-file.md): Read file content from an agent runtime - [Set Permissions](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/set-permissions.md): Set Unix file mode (chmod) on a path in an agent runtime - [Upload File](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/upload-file.md): Upload a local file to an agent runtime - [Write File](https://docs.gravixlayer.ai/documentation/agentruntime/file-operations/write-file.md): Write text content to files in an agent runtime - [API Keys](https://docs.gravixlayer.ai/documentation/agentruntime/getting-started/api-keys.md): Authenticate with the Gravix Layer API - [Quickstart](https://docs.gravixlayer.ai/documentation/agentruntime/getting-started/quickstart.md): Create your first agent runtime, run code, and execute commands - [Git Add](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-add.md): Stage files for commit (git add) - [Git Checkout](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-checkout.md): Check out a branch or ref in a repository - [Git Clone](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-clone.md): Clone a remote repository into an agent runtime - [Git Commit](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-commit.md): Create a commit with staged changes - [Git Create Branch](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-create-branch.md): Create a new branch (git branch) - [Git Delete Branch](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-delete-branch.md): Delete a local branch (git branch -d or -D) - [Git Fetch](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-fetch.md): Fetch updates from a remote repository - [Git List Branches](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-list-branches.md): List local, remote, or all branches in a repository - [Git Pull](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-pull.md): Pull changes from a remote into the current branch - [Git Push](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-push.md): Push commits to a remote repository - [Git Status](https://docs.gravixlayer.ai/documentation/agentruntime/git-operations/git-status.md): Show working tree status (git status --porcelain) for a repository - [LLM Integration](https://docs.gravixlayer.ai/documentation/agentruntime/llm-integration.md): Connect LLM applications to Gravix Layer for code execution, terminal workflows, and file operations - [Overview](https://docs.gravixlayer.ai/documentation/agentruntime/overview.md): Gravix Layer is an Agent native runtime for researchers and developers. - [Configure Runtime](https://docs.gravixlayer.ai/documentation/agentruntime/sandbox-management/configure-sandbox.md): Update timeout and inspect metrics - [Create Runtime](https://docs.gravixlayer.ai/documentation/agentruntime/sandbox-management/create-sandbox.md): Create a new agent runtime from a template - [Get Metrics](https://docs.gravixlayer.ai/documentation/agentruntime/sandbox-management/get-metrics.md): Retrieve runtime CPU, memory, disk, and network usage - [Get Runtime Info](https://docs.gravixlayer.ai/documentation/agentruntime/sandbox-management/get-sandbox-info.md): Retrieve runtime details and current state - [List Runtimes](https://docs.gravixlayer.ai/documentation/agentruntime/sandbox-management/list-sandboxes.md): List runtimes with pagination - [Terminate Runtime](https://docs.gravixlayer.ai/documentation/agentruntime/sandbox-management/terminate-sandbox.md): Terminate a runtime and release resources - [Update Timeout](https://docs.gravixlayer.ai/documentation/agentruntime/sandbox-management/update-timeout.md): Extend or shorten the runtime timeout - [Service Quotas](https://docs.gravixlayer.ai/documentation/agentruntime/service-quotas.md): Fair usage limits to prevent misuse and ensure platform stability. - [SSH](https://docs.gravixlayer.ai/documentation/agentruntime/ssh-access/ssh.md): Enable, disable, and manage SSH access for agent runtimes - [Web Terminal](https://docs.gravixlayer.ai/documentation/agentruntime/ssh-access/web-terminal.md): Access your agent runtime directly from the Gravix Layer Platform - [Support](https://docs.gravixlayer.ai/documentation/agentruntime/support.md): Get help from the Gravix Layer team - [Custom Templates](https://docs.gravixlayer.ai/documentation/agentruntime/templates.md): Build custom agent runtime environments with TemplateBuilder. - [Data Analysis with AI](https://docs.gravixlayer.ai/examples/guides/data-analysis-agent.md): Run LLM-generated Python in an isolated Agent Runtime—analyze data and save charts without executing code on your machine. ## OpenAPI Specs - [openapi](https://docs.gravixlayer.ai/openapi.json) - [openapi-agent-engine](https://docs.gravixlayer.ai/openapi-agent-engine.json)