Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser session ID
Body
application/json
Response
Directory created successfully
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.browsers.fs.createDirectory('id', { path: '/J!' });This response does not have an example.import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.browsers.fs.createDirectory('id', { path: '/J!' });This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Browser session ID
Directory created successfully