Skip to content

Commit 52153da

Browse files
authored
Improve API doc (#90)
1 parent 395efde commit 52153da

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/organization/api.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
(organization-api)=
22
# API
33

4-
We offer an API to allow programmatic access to the
5-
Cloud products. The API can be accessed by generating a key and secret
6-
in your account page:
4+
We offer an API to allow programmatic access to CrateDB Cloud. The API can
5+
be accessed by generating a key and secret in your
6+
[account page](https://console.cratedb.cloud/account/settings) (login required).
7+
8+
The API keys are bound to the CrateDB Cloud user account that generates them.
9+
This means that any actions performed using the API keys will be executed as
10+
that user. Consequently, the API keys inherit the same permissions as the user,
11+
allowing the same level of access and control over the organization and its
12+
resources.
713

814
![Cloud Console New Api Key](../_assets/img/create-api-key.png)
915

0 commit comments

Comments
 (0)