Skip to main content

Actions

Actions are endpoint documentation, it outlines what an endpoint can do, how much it costs, how to use it and how to set it up. The end goal is for Colibri to be able to use these Actions on its own or though Stacks to perform any result the user desiers.

Task Chat Branch API
note

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.

Development Status

DocBackendFrontendLast Update
In ProgressRevisions-04.03.2024

Release Status

VersionChannelPhase
0.01InternalAlpha

Team

OwnerLead
MendySergey

Description

There are a few types of Actions (internal, system, marketplace, private and public). Internal, these are actions that can only be used by Colibri (and its employees).

System, are Actions that are used to manage/update system related endpoints.

Local to update and manage in app things like navigat to, etc

Utilities to manage and update device like flash, blurtooth, etc.

Marketplace are actions with data we should not call directly but through our builtin marketplace, (e.g. rent a car should not call an action to show all data from that action but rather all car rental actions and rought the data through the marketplace).

Private: allow Enterprise clients to upload thier own Actions and keep them private to be used only internaly for thier own company. They can always switch to publish.

Publish these are actions sold by publishers and avalible to Colibri to use for all users.

Reminders