App
Digital Humani
Digital Humani is a reforestation-as-a-service API.
What your agent can do with Digital Humani
Triggers and actions 7 actions
- ActionFind tree count by user
Retrieve the number of trees planted by a specific end user for an enterprise. GET /tree?enterpriseId=:enterpriseId&user=:user — returns enterpriseId, user, count.
- ActionGet authenticated user
Retrieve details of the currently authenticated API user. GET /user/whoami — returns internal user id, name, email, and associated enterpriseId.
- ActionGet enterprise
Retrieve details of an enterprise by id. GET /enterprise/:id — returns created/updated dates, id, name, contact name.
- ActionGet project
Retrieve details of a single reforestation project by id. GET /project/:id — returns full project attributes (organization, address, description, country, website in EN/FR).
- ActionGet tree planting request
Retrieve details of a single tree-planting request by its uuid. GET /tree/:uuid — returns uuid, created date, treeCount, enterpriseId, projectId, user.
- ActionList projects
Retrieve all available reforestation projects. GET /project — returns array of project objects (id, name, active, description, country, website, reforestation company) that can be used as projectId when planting trees.
- ActionPlant Tree
Plants one or multiple trees
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 Digital Humani 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.