Link one app to another
dropyour_linkLet one of your graduated apps call ANOTHER of your apps over the network. By default no app can reach another — that refusal is the platform's isolation, not an oversight. This opens exactly the app you name, by its dropId, and only if it belongs to the SAME account: a link never crosses two accounts. action='delier' revokes it, and revoking asks nothing — taking a right back cannot be harder than granting it. Eight links at most: beyond that it is not a contract between apps any more, it is a network, and it gets decided differently. What this does NOT do: it grants no identity, no token and no shared storage. Your app calls the other one over plain HTTP, and the other one's own guards apply unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cible | Yes | The app to be called. Must belong to the same account. | |
| action | Yes | lier = open, delier = revoke. | |
| dropId | Yes | The app that will CALL. | |
| managementToken | No |