> For the complete documentation index, see [llms.txt](https://docs.buzzy.buzz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buzzy.buzz/developing-and-extending-buzzy.md).

# Developing and Extending Buzzy

- [Overview](https://docs.buzzy.buzz/developing-and-extending-buzzy/developing-and-extending-buzzy.md)
- [API and Extension Surfaces](https://docs.buzzy.buzz/developing-and-extending-buzzy/api-and-extension-surfaces.md)
- [Buzzy Agents](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-agents-coming-soon.md)
- [Buzzy REST API](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api.md): The Buzzy Rest API provides the ability query, create, update, delete data from Microapps to integrate with back-end/3rd party systems.
- [Integrating 3rd party applications](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/integrating-3rd-party-applications.md)
- [REST API Reference](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api.md)
- [Endpoint Parameter Guide](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/endpoint-parameter-guide.md)
- [login](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/login.md)
- [logout](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/logout.md)
- [sendnotification](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/sendnotification.md)
- [createappwithprompt](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/createappwithprompt.md): Note: this is only available on your own deployment, with specific license restrictions. Please contact support@buzzy.buzz if you're interested in this endpoint/feature.
- [MicroApp Data Operations](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations.md)
- [Row Metadata and Relationships](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/row-metadata-and-relationships.md)
- [microappdata](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/microappdata.md)
- [microappdata/row](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/microappdata-row.md)
- [insertmicroapprow](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/insertmicroapprow.md)
- [insertmicroapprows](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/insertmicroapprows.md)
- [updatemicroapprow](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/updatemicroapprow.md)
- [removemicroapprow](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/removemicroapprow.md)
- [microappchild](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/microappchild.md)
- [s3copy](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/s3copy.md)
- [uploadFileToS3](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/microapp-data-operations/uploadfiletos3.md)
- [Common API Examples](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/common-api-examples.md)
- [User & Organization Operations](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations.md)
- [userid](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/userid.md)
- [insertorganization](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/insertorganization.md)
- [readorganization](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/readorganization.md)
- [updateorganization](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/updateorganization.md)
- [deleteorganization](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/deleteorganization.md)
- [insertteam](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/insertteam.md)
- [readteam](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/readteam.md)
- [updateteam](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/updateteam.md)
- [deleteteam](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/deleteteam.md)
- [insertteammembers](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/insertteammembers.md)
- [teammembers](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/teammembers.md)
- [readteammember](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/readteammember.md)
- [updateteammember](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/updateteammember.md)
- [deleteteammember](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/user-and-organization-operations/deleteteammember.md)
- [enforceteammembership](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/rest-api/enforceteammembership.md)
- [Node.js API Client](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/nodejs-api-client.md)
- [Datatable Rules](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/datatable-rules.md)
- [Datatabledata Tutorial](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/datatabledata-tutorial.md)
- [Integrating with Mailchimp](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/integrating-with-mailchimp.md)
- [Python Access Datatable](https://docs.buzzy.buzz/developing-and-extending-buzzy/buzzy-rest-api/python-access-datatable.md)
