App
Base44
Base44 is a platform that allows non-technical people to build their own Apps using AI.
What your agent can do with Base44
Triggers and actions 5 actions
- ActionCreate Entity
Creates a new record in a Base44 entity. You supply the app ID, the entity name, and the record's field values as a JSON object; it returns the created record including its ID.
- ActionDelete Entity Record
Deletes one record from a Base44 entity by its ID. Returns the delete confirmation from Base44.
- ActionFind Entity Record
Finds the first record in a Base44 entity that matches a search filter. Returns the matching record and its ID, or an empty result when nothing matches.
- ActionList Entity Records
Returns records from a Base44 entity, with optional sorting and paging. Use it to pull a list of rows such as tasks or customers out of a Base44 app.
- ActionUpdate Entity Record
Updates one record in a Base44 entity. You supply the app ID, entity name, record ID, and a JSON object of just the fields you want to change; it returns the updated record.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Base44 API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.