App
Alai
Alai is an AI presentation tool that turns rough ideas into complete slides by providing multiple layout options for each slide.
What your agent can do with Alai
Triggers and actions 11 actions
- ActionAdd slide
Add a slide to an existing presentation. POST /api/v1/presentations/{presentation_id}/slides
- ActionDelete presentation
Delete a presentation. DELETE /api/v1/presentations/{presentation_id}
- ActionDelete slide
Delete a slide from a presentation. DELETE /api/v1/presentations/{presentation_id}/slides/{slide_id}
- ActionExport presentation
Export a presentation (e.g. to PDF/PPTX). POST /api/v1/presentations/{presentation_id}/exports
- ActionGenerate Presentation
Creates a new presentation from the provided text content and customization options.
- ActionGenerate slide transcripts
Generate speaker transcripts for a presentation's slides. POST /api/v1/presentations/{presentation_id}/transcripts
- ActionGet generation status
Check the status of a presentation generation job by id. GET /api/v1/generations/{generation_id}
- ActionList presentations
List all presentations in the account. GET /api/v1/presentations
- ActionList themes
List available presentation themes. GET /api/v1/themes
- ActionList vibes
List available presentation vibes (style presets). GET /api/v1/vibes
- ActionUpload images
Upload images for use in presentations. POST /api/v1/upload-images
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Alai API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.