stellar@flypods:~/api$ stellar-api --status --tiers
STELLAR Developer API
v0.0.0-alpha · 3 integration tiers
STATUS............. BUILDING█
DOCS................. not yet published
ACCESS.............. partner request only
// Two tiers currently in active development. A third is staged:
TIER A
URL Scheme
iOS · Android
+ Zero setup
+ Full write control
+ ~500 ms latency
– foregrounds app
TIER B
Local SDK
iOS only
+ Fully background
+ Darwin notifications
+ < 10 ms latency
~ read-only
TIER C
████████████
redacted
? ██████████████
? ████████████
? ████████
TBA
// Tier A vs Tier B — feature comparison:
Setup for partner
Zero — just open URLs
App Group entitlement + SDK
Read state
Yes, via x-callback-url
Yes — direct read (instant)
Write / control
EQ · ANC · volume · connect
Read-only (writes via Tier A)
App switching
Foregrounds STELLARvibe every call
None — fully background
Real-time updates
No — partner must poll
Yes — Darwin notifications
Latency
~500 ms (app switch + Bluetooth)
< 10 ms (shared memory)
Works if SV killed
No — SV must launch first
Last-known state readable
Platform
iOS + Android
iOS only
// Request early access or ask a question:
stellar@flypods:~/api$ █