You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/python/cocalc-api/docs/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ Obtain a [CoCalc account API Key](https://doc.cocalc.com/apikeys.html) by going
10
10
11
11
Using an account level API key, the cocalc_api Python library enabled you to do all of the following very easily from a Python script:
12
12
13
-
-[search](api/system/) for other cocalc users by name or email address, and get the name associated to an account_id
14
-
- list [your projects](api/projects), add and remove collaborators, copy files between projects and start, stop and create projects.
15
-
- use the [Jupyter API](api/jupyter) to evaluate code using a kernel, either in an anonymous sandbox or in one of your projects.
16
-
- read or write any data you have access to in the CoCalc [PostgreSQL database](api/database), as defined by [this schema](https://github.com/sagemathinc/cocalc/tree/master/src/packages/util/db-schema).
17
-
- instantly send and receive [messages](api/messages) with any other cocalc users
18
-
- create and manage users in an [organization](api/organizations), including automatically generating authentication links, so you're users do not have explicitly create a CoCalc account. You can see when they are active and send them messages.
13
+
-[search](api/system.md) for other cocalc users by name or email address, and get the name associated to an account_id
14
+
- list [your projects](api/projects.md), add and remove collaborators, copy files between projects and create, start, stop and delete projects.
15
+
- use the [Jupyter API](api/jupyter.md) to list available kernels and evaluate code using a kernel, either in an anonymous sandbox or in one of your projects.
16
+
- read or write any data you have access to in the CoCalc [PostgreSQL database](api/database.md), as defined by [this schema](https://github.com/sagemathinc/cocalc/tree/master/src/packages/util/db-schema).
17
+
- instantly send and receive [messages](api/messages.md) with any other cocalc users
18
+
- create and manage users in an [organization](api/organizations.md), including automatically generating authentication links, so you're users do not have explicitly create a CoCalc account. You can see when they are active and send them messages.
19
19
20
20
Currently a project specific API key can be used to:
21
21
22
-
- Run [shell commands](api/project) and Jupyter code in a specific project.
22
+
- Run [shell commands](api/project.md) and Jupyter code in a specific project, and manage running Jupyter kernels (list and stop).
0 commit comments