Interfaces
Platform Interfaces
Explore the different ways to interact with Skytells — Playground, APIs, SDKs, and CLI.
Choose How to Use Skytells
Skytells offers four ways to interact with the platform. Whether you prefer a visual playground, direct HTTP calls, a type-safe SDK, or the terminal — there's an interface that fits your workflow.
Playground
A visual playground for experimenting with AI models — no code required. Great for beginners and rapid prototyping.
APIs
Direct HTTP access via the Standard API and the Edge API for enterprise and low-latency use cases.
SDKs
Official client libraries that handle authentication, routing, and serialization for you.
CLI
Full terminal access to the platform — deploy, manage, and automate without opening a browser.
At a Glance
| Interface | Best For | Auth Required |
|---|---|---|
| Playground | Exploring models, quick experiments, visual input/output | API Key + $2 credit |
| Standard API | Production workloads, general-purpose inference | API Key |
| Edge API | Enterprise, low-latency, edge deployments | API Key |
| TypeScript SDK | Full-stack apps, type-safe integration | API Key |
| CLI | Terminal workflows, CI/CD, scripting, deployment automation | API Key |
How is this guide?