Changelog¶
Recent updates and changes to AMP.
v1.0.0 (2024-01-15)¶
Initial public release.
Features¶
- Pipeline — Six-stage content automation pipeline
- Missions — Goal-driven content campaigns
- Multi-Platform Publishing — Twitter, LinkedIn, Instagram, Facebook, TikTok, YouTube
- Brand Context — Automatic brand extraction and consistency
- Analytics — Performance tracking and optimization
- Multi-Tenancy — Complete data isolation between organizations
API¶
- Full REST API with authentication
- Webhook support for real-time events
- Rate limiting and error handling
Integrations¶
- Metricool publishing integration
- Clerk authentication
- Claude, GPT, and Gemini support
Future Releases¶
Planned Features¶
- v1.1 — Enhanced analytics dashboard
- v1.2 — A/B testing automation
- v1.3 — Custom provider integrations
- v1.4 — Advanced approval workflows
Requesting Features¶
Submit feature requests via: - GitHub Issues - Community Discord - Email: features@amp.dev
Deprecations¶
No deprecations at this time.
Migration Guides¶
Migrating from Beta¶
If you were using the beta API:
- Update API base URL to
https://api.amp.dev/v1 - Regenerate API keys (beta keys are invalid)
- Review response format changes
- Update webhook endpoints
See Migration Guide for details.