-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdraw.json
27 lines (27 loc) · 971 Bytes
/
draw.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "draw",
"name_for_human": "Draw",
"description_for_model": "Tool for crafting and managing diagrams, enabling a new level of engagement with your ideas.",
"description_for_human": "Bring your ideas to life with diagrams. Craft, manage, and engage with your creations in a whole new way.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://praison.ai/oauth/authorize",
"scope": "",
"authorization_url": "https://praison.ai/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "c05e27d25d1c4725aaa6229fba8690d0"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://draw.praison.ai/openapi.yaml"
},
"logo_url": "https://draw.praison.ai/logo.png",
"contact_email": "contact@praison.com",
"legal_info_url": "https://praison.ai/terms/"
}