Skip to main content

gRPC API

gRPC API reference for application communication.

Services

TODO: Document gRPC services:

MarketplaceService

Application installation and management

  • InstallApplication
  • UninstallApplication
  • UpdateApplication
  • ListApplications

HooksService

Lifecycle hook communication

  • RegisterApp
  • OnInstall
  • OnUninstall

ActivityService

Activity logging

  • LogActivity
  • GetActivity

SettingsService

Settings management

  • GetSettings
  • UpdateSettings
  • DeleteSettings

Proto Files

TODO: Link to proto files or generate proto docs

Authentication

All gRPC calls require certificate-based authentication with request signing.