Platform
Media Management
Upload and manage media assets with signed URLs, folders, and metadata.
Upload images, videos, and other media assets. Amba handles signed upload URLs, folder organization, and metadata.
How it works
- Request an upload URL with filename and MIME type
- Upload the file to the returned signed URL
- The asset is registered with metadata, folder, and alt text
- Use the CDN URL in content items, user avatars, etc.
MCP tools
| Tool | Description |
|---|---|
amba_upload_media | Register a media asset and get a signed upload URL |
amba_list_media | List media assets with pagination and folder filtering |
Example
Returns:
Database tables
| Table | Purpose |
|---|---|
media_assets | Asset records with filename, MIME type, URLs, metadata |
media_folders | Folder organization for assets |