pull/595/head
Your Name 3 months ago
parent e61e647d0b
commit 7a6dea8a78

@ -1,9 +1,13 @@
# Publishing an Agent to Agent Marketplace # Publishing an Agent to Agent Marketplace
## Requirements ## Requirements
- `swarms-cloud` package with `pip3 install -U swarms-cloud` - `swarms-cloud` package with `pip3 install -U swarms-cloud`
- Onboarding Process with `swarms-cloud onboarding` - Onboarding Process with `swarms-cloud onboarding`
- A Dockerfile `Dockerfile` containing the API of your agent code with FastAPI - A Dockerfile `Dockerfile` containing the API of your agent code with FastAPI
- A YAML file for configuration `agent.yaml` - A YAML file for configuration `agent.yaml`
## Deployment YAML ## Deployment YAML

@ -19,8 +19,11 @@ We envision the marketplace to function like an API store, where users can searc
The Swarms Marketplace is designed to let developers and businesses generate income by sharing their agent APIs. Once your agent is published to the marketplace, other users can browse, test, and integrate it into their operations. You will be able to set custom pricing, usage tiers, and licensing terms for your API, ensuring you can profit from your innovations. The Swarms Marketplace is designed to let developers and businesses generate income by sharing their agent APIs. Once your agent is published to the marketplace, other users can browse, test, and integrate it into their operations. You will be able to set custom pricing, usage tiers, and licensing terms for your API, ensuring you can profit from your innovations.
Our vision for monetization includes: Our vision for monetization includes:
- **API subscriptions**: Allow users to subscribe to your agent API with recurring payments. - **API subscriptions**: Allow users to subscribe to your agent API with recurring payments.
- **Per-use pricing**: Offer users a pay-as-you-go model where they only pay for the API calls they use. - **Per-use pricing**: Offer users a pay-as-you-go model where they only pay for the API calls they use.
- **Licensing**: Enable others to purchase full access to your agent for a set period or on a project basis. - **Licensing**: Enable others to purchase full access to your agent for a set period or on a project basis.
### Publishing Agents: Simplicity Through CLI ### Publishing Agents: Simplicity Through CLI

Loading…
Cancel
Save