{ "opencollection": "1.0.0", "info": { "name": "Runloop agents apikeys API", "version": "0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "apikeys", "type": "folder" }, "items": [ { "info": { "name": "Create API Key.", "type": "http" }, "http": { "method": "POST", "url": "https://api.runloop.ai/v1/apikeys", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API key for the authenticated account. Use a standard API key (ak_) or a restricted key (rk_) with RESOURCE_TYPE_ACCOUNT write scope." } ] } ], "bundled": true }