Authentication
Connections
Data Masking Rules
AWS
Guard Rails
Server Management
Jira
Organization Management
Plugins
Reports
User Management
Sessions
Session
Organization Management
Create Org Key
Create the organization key to run with hoop run
command line.
POST
/
orgs
/
keys
Copy
Ask AI
curl --request POST \
--url https://use.hoop.dev/api/orgs/keys
Copy
Ask AI
{
"id": "C02402E0-0175-445F-B46D-513D1F708991",
"key": "grpcs://default:<secret-key>@127.0.0.1:8010"
}
Response
201
application/json
Created
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://use.hoop.dev/api/orgs/keys
Copy
Ask AI
{
"id": "C02402E0-0175-445F-B46D-513D1F708991",
"key": "grpcs://default:<secret-key>@127.0.0.1:8010"
}
Assistant
Responses are generated using AI and may contain mistakes.