Skip to main content
Astral offers two plans for individual athletes — a free Freemium plan and a paid Pro plan — so you can choose the level of coaching and features that fits how you train. If you’re part of a coaching organization, your organization’s plan may also unlock additional features on your account.

Plan overview

The Freemium plan is free and available to all Astral users. It gives you access to core training and activity tracking features.What’s included:
  • Activity tracking and training history
  • Basic AI coach chat (30 AI credits per month)
  • Manual activity logging
  • Integration with Strava, Garmin, and Apple Health
  • Race history and personal bests
If you belong to a coaching organization on a Coach, Club, or Enterprise plan, your effective feature access may be higher than your individual plan. Your organization’s plan can supplement your individual account.

Check your current plan

You can check your current plan and access status at any time through the app or via the API. In the app: Go to SettingsSubscription to see your current plan, billing status, and renewal date. Via the API:
GET /api/v1/subscriptions/status
Authorization: Bearer <your_token>
The response includes:
{
  "subscription": {
    "plan": "pro",
    "status": "active",
    "billing_interval": "monthly",
    "current_period_end": "2026-05-23T00:00:00"
  },
  "has_pro_access": true,
  "trial_days_remaining": 0
}
The has_pro_access field tells you whether Pro features are currently active on your account. The status field can be active, trial, canceled, past_due, or expired.

Upgrade to Pro

1

Go to your subscription settings

In the Astral app, tap SettingsSubscription, then tap Upgrade to Pro.
2

Choose your billing interval

Select Monthly (12/month)orAnnual(12/month) or **Annual** (99/year). Annual billing saves approximately 31%.
3

Complete checkout

Follow the checkout flow to enter your payment details. On iOS, you can purchase through the App Store. On Android, through Google Play. On the web, payment is processed through Stripe.
4

Access Pro features

Once your payment is confirmed, Pro features are available immediately on your account.

Restore a purchase

If you previously had a Pro subscription through the App Store or Google Play and it’s no longer showing as active, you can restore your purchase from SettingsSubscriptionRestore Purchase.

Organization subscriptions

Coaches and coaching clubs use organization plans that are separate from individual athlete plans. Organization plans are managed by the head coach of each organization.
  • Up to 5 athletes
  • Basic coaching tools
  • No subscription required
Organization plans include a free trial period so you can evaluate the features before committing. Head coaches can manage organization billing from SettingsOrganizationBilling.

Cancel your subscription

Canceling stops your subscription from renewing at the end of the current billing period. You keep access to Pro features until the period ends. If you subscribed through the web (Stripe): Go to SettingsSubscriptionManage Subscription to open the billing portal and cancel there. If you subscribed through the App Store (iOS): Go to your device’s SettingsApple IDSubscriptions and cancel Astral Pro. Astral cannot cancel App Store subscriptions on your behalf. If you subscribed through Google Play (Android): Open the Google Play StoreSubscriptions and cancel Astral Pro.
Canceling through the Astral app is only available for App Store and Google Play subscriptions. Web (Stripe) subscribers must use the Stripe billing portal linked from your subscription settings.
After canceling, your subscription status will show cancel_at_period_end: true, and your Pro access remains active until current_period_end.