Authorizations
Body
application/json
import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.profiles.create({
name: 'My Profile'
});{
"id": "<string>",
"name": "<string>"
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.profiles.create({
name: 'My Profile'
});{
"id": "<string>",
"name": "<string>"
}