mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-16 17:55:55 -05:00
Closes #10961, Closes OPEN-2715 Documents all environment variables that must be configured when deploying AutoGPT to a new server: - Quick reference table of critical URLs that must change - Configuration file locations and loading order - Security keys that must be regenerated (with generation commands) - Database, Redis, RabbitMQ configuration - Default ports for all services - OAuth callback URLs for all supported providers - Full deployment checklist - Docker vs external services guidance
36 lines
968 B
Markdown
36 lines
968 B
Markdown
# Table of contents
|
|
|
|
* [What is the AutoGPT Platform?](what-is-autogpt-platform.md)
|
|
|
|
## Getting Started
|
|
|
|
* [Setting Up Auto-GPT (Local Host)](getting-started.md)
|
|
* [AutoGPT Platform Installer](installer.md)
|
|
* [Edit an Agent](edit-agent.md)
|
|
* [Delete an Agent](delete-agent.md)
|
|
* [Download & Import an Agent](download-agent-from-marketplace-local.md)
|
|
* [Create a Basic Agent](create-basic-agent.md)
|
|
* [Submit an Agent to the Marketplace](submit-agent-to-marketplace.md)
|
|
|
|
## Advanced Setup
|
|
|
|
* [Advanced Setup](advanced_setup.md)
|
|
* [Deployment Environment Variables](deployment-environment-variables.md)
|
|
|
|
## Building Blocks
|
|
|
|
* [Agent Blocks Overview](agent-blocks.md)
|
|
* [Build your own Blocks](new_blocks.md)
|
|
* [Block SDK Guide](block-sdk-guide.md)
|
|
|
|
## Using AI Services
|
|
|
|
* [Using Ollama](ollama.md)
|
|
* [Using AI/ML API](aimlapi.md)
|
|
* [Using D-ID](d_id.md)
|
|
|
|
## API & Integrations
|
|
|
|
* [API Introduction](integrating/api-guide.md)
|
|
* [OAuth & SSO](integrating/oauth-guide.md)
|