Getting Started
Welcome to Megabyte Island GaaS β the fastest way to deploy a production AI agent backed by Gradient AI.
Overview
Megabyte Island abstracts the complexity of provisioning AI agents into a simple three-step workflow:
- Choose a template β Pick the agent type that fits your use case (WhatsApp, Web Lead, or Brain).
- Subscribe β Complete the Stripe checkout. Your subscription funds the AI infrastructure.
- Go live β Your agent is provisioned automatically. Access your API endpoint and key from the Dashboard.
Quick Start
1. Create an account
Go to /register and sign up with your email address.
2. Choose your agent
Navigate to /onboard and select one of the three agent templates:
| Template | Best for |
|---|---|
| Mobile-first conversational support | |
| Web Lead | Website chat with lead-capture forms |
| Brain | Research assistants with document citations |
3. Complete checkout
Youβll be redirected to Stripe to enter your payment details. After a successful payment, provisioning begins automatically β usually within 30 seconds.
4. Access your Dashboard
Open /dashboard to see your agentβs status. Once active, click Reveal API Key to get your credentials.
What you receive
After provisioning youβll have:
- An Agent ID β the identifier for your AI agent.
- A scoped Access Key β used to send messages to your agent via the chat proxy.
Security note: Your access key is encrypted with AES-256-GCM and is only decrypted momentarily when you request it from the dashboard. It is never stored in plaintext.
Next steps
- Read Agent Types to understand model differences.
- Read API Usage to integrate the chat proxy into your product.
- Check the FAQ for common questions.