mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
add getAyrshareSSOUrl api call
This commit is contained in:
@@ -668,6 +668,10 @@ export default class BackendAPI {
|
||||
await this._request("DELETE", `/library/presets/${presetId}`);
|
||||
}
|
||||
|
||||
getAyrshareSSOUrl(): Promise<{ sso_url: string; expire_at: string }> {
|
||||
return this._get("/integrations/ayrshare/sso_url");
|
||||
}
|
||||
|
||||
executeLibraryAgentPreset(
|
||||
presetId: string,
|
||||
graphId: GraphID,
|
||||
|
||||
Reference in New Issue
Block a user