Interfaces
Interfaces
Explore the different ways to interact with Skytells — Console, APIs, and SDKs.
Choose How to Use Skytells
Skytells offers three ways to interact with the platform. Whether you prefer a visual playground, direct HTTP calls, or a type-safe SDK — there's an interface that fits your workflow.
Console
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.
At a Glance
| Interface | Best For | Auth Required |
|---|---|---|
| Console | 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 |
How is this guide?