Autumn connector
Back to the connector overview, authentication methods, and actions.
15 Sept 2026
breakingRemoved the multi-update subscription action. Autumn’s endpoint accepts every request and applies nothing, so the action could only ever report success without cancelling or uncancelling anything — use the single subscription update action instead, once per subscription.Removed · 1 action removed
Removed · 1 action removed
autumn_multi_updateChanged · 5 actions updated
Changed · 5 actions updated
autumn_create_feature, autumn_list_plans, autumn_preview_multi_update, autumn_update_feature, autumn_update_subscription11 Sept 2026
description-fixClarified that plan and feature identifiers must be IDs rather than display names and that a feature’s label should be resolved with a lookup first, documented that recalculating balances on delete also requires a feature ID, mirrored the refund and proration mutual-exclusion rules onto the multi-update preview, noted that tiered credit schemas must be configured in the Autumn dashboard and that a reset interval is ignored on continuous-use features, and distinguished the single-record and list read actions.Changed · 16 actions updated
Changed · 16 actions updated
autumn_attach_plan, autumn_create_balance, autumn_create_feature, autumn_create_schedule, autumn_delete_balance, autumn_get_customer, autumn_get_feature, autumn_multi_attach, autumn_multi_update, autumn_preview_attach, autumn_preview_multi_attach, autumn_preview_multi_update, autumn_preview_update, autumn_setup_payment, autumn_update_feature, autumn_update_subscription7 Sept 2026
guide-changesAdded the Autumn dashboard URL to the API Key connection guide, corrected the Secret Key field description to point to Developer > API Keys and the environment switcher, and removed the external support link so the Connection guide button opens the StackOne guide.4 Sept 2026
description-fixClarified action descriptions from MCP agent testing. create_schedule now tells callers to reuse a fresh server timestamp (get_or_create_customer’s created_at) for the first phase instead of guessing the current time; credit_schema is required for credit_system and rejected on ai_credit_system; track_token_usage.model_id needs the models.dev provider/model form; proration requires both on_increase and on_decrease; import_billing takes a plan id, not a display name; and a price needs exactly one of amount or tiers.Changed · 58 actions updated
Changed · 58 actions updated
autumn_aggregate_events, autumn_attach_license, autumn_attach_plan, autumn_batch_track_usage, autumn_check_entitlement, autumn_create_balance, autumn_create_entity, autumn_create_feature, autumn_create_plan, autumn_create_referral_code, autumn_create_referral_program, autumn_create_reward, autumn_create_schedule, autumn_delete_balance, autumn_delete_customer, autumn_delete_entity, autumn_delete_feature, autumn_delete_plan, autumn_delete_referral_program, autumn_delete_reward, autumn_get_customer, autumn_get_entity, autumn_get_feature, autumn_get_or_create_customer, autumn_get_plan, autumn_get_referral_program, autumn_get_reward, autumn_import_billing, autumn_insert_invoices, autumn_list_entities, autumn_list_events, autumn_list_invoices, autumn_list_license_assignments, autumn_list_licenses, autumn_list_plans, autumn_mint_key, autumn_multi_attach, autumn_multi_update, autumn_open_customer_portal, autumn_preview_attach, autumn_preview_multi_attach, autumn_preview_multi_update, autumn_preview_update, autumn_redeem_referral_code, autumn_redeem_reward_code, autumn_release_license, autumn_revoke_key, autumn_setup_payment, autumn_track_token_usage, autumn_track_usage, autumn_update_balance, autumn_update_customer, autumn_update_entity, autumn_update_feature, autumn_update_plan, autumn_update_referral_program, autumn_update_reward, autumn_update_subscription1 Sept 2026
new-actionsInitial Autumn connector with 64 actions across billing, balances, customers, entities, plans, features, referrals, rewards, licenses, keys, invoices, and events. Live-tested against the Autumn sandbox. Added the API Key connection guide and inbound webhook events (Svix-delivered). Doc-audit fixes — plan_id/new_plan_id/currency constraints and removal of the non-existent create_plan version param, and added track_token_usage timestamp/overage_behavior/async params; exposed optional start_cursor on paginated lists; enforced default_markup min via rules; removed deprecated create_schedule preserve_add_ons param; fixed nested price amount/currency/tier types, batch_track raw-array spread, create_reward duration.length, and documented provider cross-field rules.