# buntime.sh ## Docs - [API Authentication](https://docs.buntime.sh/api-reference/authentication.md): Authenticating API requests - [Error Codes](https://docs.buntime.sh/api-reference/errors.md): API error codes and handling - [Execute Code](https://docs.buntime.sh/api-reference/execution/execute.md): Execute code or commands in a session - [Kill Process](https://docs.buntime.sh/api-reference/execution/kill.md): Stop running processes in a session - [List Files](https://docs.buntime.sh/api-reference/files/list.md): List all files in a session - [Read File](https://docs.buntime.sh/api-reference/files/read.md): Read the contents of a file - [Write File](https://docs.buntime.sh/api-reference/files/write.md): Create or update a file in a session - [API Reference](https://docs.buntime.sh/api-reference/introduction.md): Complete REST API documentation for buntime.sh - [Web Preview](https://docs.buntime.sh/api-reference/preview/access.md): Access web applications running in a session - [Create Session](https://docs.buntime.sh/api-reference/sessions/create.md): Create a new isolated execution session - [Delete Session](https://docs.buntime.sh/api-reference/sessions/delete.md): Delete a session and all its data - [Get Session Info](https://docs.buntime.sh/api-reference/sessions/info.md): Retrieve information about a session - [Authentication](https://docs.buntime.sh/authentication.md): Learn how to authenticate with the buntime.sh API - [Persistence](https://docs.buntime.sh/concepts/persistence.md): How data persists across executions and session states - [Resource Limits](https://docs.buntime.sh/concepts/resource-limits.md): Understanding memory, CPU, and timeout constraints - [Security](https://docs.buntime.sh/concepts/security.md): Isolation, sandboxing, and security model - [Sessions](https://docs.buntime.sh/concepts/sessions.md): Understanding session lifecycle and management - [AI Integration](https://docs.buntime.sh/guides/ai-integration.md): Integrate buntime.sh with AI agents and assistants - [Databases](https://docs.buntime.sh/guides/databases.md): Use Redis, PostgreSQL, MySQL, and SQLite - [Environment Variables](https://docs.buntime.sh/guides/environment-variables.md): Manage secrets and configuration - [Multi-file Projects](https://docs.buntime.sh/guides/multi-file-projects.md): Build complex applications with multiple files - [One-Shot Execution](https://docs.buntime.sh/guides/one-shot-execution.md): Execute code without persistent state - [Web Applications](https://docs.buntime.sh/guides/web-apps.md): Build and preview web apps with buntime.sh - [Introduction](https://docs.buntime.sh/index.md): Serverless sandboxed Bun runtime for AI agents to write and run their own code - [Quickstart](https://docs.buntime.sh/quickstart.md): Get started with buntime.sh in 5 minutes - [Client](https://docs.buntime.sh/sdk/client.md): Buntime client configuration and methods - [Execution SDK](https://docs.buntime.sh/sdk/execution.md): Code execution methods - [Files SDK](https://docs.buntime.sh/sdk/files.md): File management methods - [Installation](https://docs.buntime.sh/sdk/installation.md): Install the buntime.sh TypeScript SDK - [TypeScript SDK](https://docs.buntime.sh/sdk/introduction.md): Type-safe client library for buntime.sh - [SDK Quickstart](https://docs.buntime.sh/sdk/quickstart.md): Get started with the TypeScript SDK in 5 minutes - [Sessions SDK](https://docs.buntime.sh/sdk/sessions.md): Session management methods - [Types](https://docs.buntime.sh/sdk/types.md): TypeScript type definitions ## OpenAPI Specs - [openapi](https://docs.buntime.sh/api-reference/openapi.json) ## Optional - [API Playground](https://buntime.sh/playground) - [Discord Community](https://discord.gg/buntime) - [GitHub](https://github.com/buntimesh/buntime)