Skip to content

Commit a4bacac

Browse files
committed
Document rest-plugin in guides
1 parent dc17969 commit a4bacac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/docs/guides/plugins.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,9 @@ class ExamplePolicy(ApplyPolicy):
113113

114114
</div>
115115

116+
## Built-in Plugins
117+
118+
### REST Plugin
119+
If you'd like to apply custom policies within your organization, you can set up your own plugin API server and integrate it with `dstack` via the `rest-plugin`. To get started, check out the [plugijn server example](/examples/plugins/example_plugin_server/README.md).
120+
116121
For more information on the plugin development, see the [plugin example](https://github.com/dstackai/dstack/tree/master/examples/plugins/example_plugin).

0 commit comments

Comments
 (0)