Adds 11 new documentation pages covering the hosted platform user experience, filling the gap between the existing developer-focused docs and what end users of platform.agpt.co need to know. New pages: Getting Started (Cloud), AutoPilot, Agent Builder Guide, Agent Library, Marketplace, Scheduling & Triggers, Templates, Credits & Billing, Integrations & Credentials, Data Flow & Execution, Sharing & Exporting Agents. Restructures SUMMARY.md with a "Using the Platform" section and updates the overview page to link to both cloud and self-host guides. Resolves SECRT-1862 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.8 KiB
Sharing & Exporting Agents
Overview
There are several ways to share agents and their outputs with others on the AutoGPT Platform. This guide covers all the available options.
Sharing Options
Share Task Output via URL
Every completed task has a unique URL that can be shared with others. To share a task result:
- Go to your Agent Library and open the agent
- Click on the completed task you want to share
- Copy the task URL from your browser's address bar
- Send the URL to anyone — they can view the task's inputs and outputs directly
Publish to the Marketplace
The most visible way to share an agent is to publish it to the Marketplace. Published agents are discoverable by all platform users and go through a review process by the AutoGPT team.
See Publishing an Agent for the full guide.
Export as a File
For sharing agents privately — without publishing to the marketplace — you can export an agent as a file:
- Go to your Agent Library and open the agent
- Click the three dots (⋯) on the far right
- Select Export Agent to File
- The agent file will download to your computer
You can then send this file to anyone via email, messaging, or any other method.
Import a Shared File
To import an agent file someone has shared with you:
- Go to your Agent Library
- Click Upload Agent at the top
- Select the agent file
- The agent will be added to your library
Teams & Collaboration
{% hint style="info" %} Team and organisation features are not yet available on the platform. Currently, the only way to share agents privately between users is through the file export/import process described above. {% endhint %}