- **Epistemic status:** #seedlings
CRUD is short for CREATE, READ, UPDATE, and DELETE. It is a model to base [[Application Programming Interface (API)]] development where, at the very least, it needs to provide this basic functionality to manage resources.
---
## References
- Codecademy. “What Is CRUD?” Accessed April 28, 2022. <https://www.codecademy.com/article/what-is-crud>.