Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 859 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 859 Bytes

Agent SDK - REST Binding

The project can be used as a server agent, so that the implementors can just concentrate on writing the business logic.

Steps

Well, running an agent in docker is as simple as Build, Run and Verify. Also, agent can be run as a binary.

Integration

The framework provides convenient Admin APIs to control the agent through webhooks. The agent triggers an event on registered webhooks. Refer OpenAPI demo for detailed instructions.

References

Build and Start Reference Agent using docker

Run OpenAPI Demo

Agent webhook support

Build and Start Reference Agent as a bin

Generate Controller REST API Specifications