Skip to content

Conversation

@rgarcia
Copy link
Contributor

@rgarcia rgarcia commented Sep 4, 2025

Description

Adds docs for the new profiles API

Implementation Checklist

  • If updating our sample apps, update the info in our Quickstart
  • If updating our CLI, update the info in our CLI

Testing

  • mintlify dev works (see installation here)

Docs

  • Link to a PR in our docs repo documenting your change (if applicable)

Visual Proof

image image

TL;DR

Adds documentation for the new Profiles API, which allows for persisting and reusing browser sessions.

Why we made these changes

To enable users to save browser state like cookies, sessions, and local storage. This avoids the need to re-authenticate in automation scripts and allows for stateful, multi-session workflows.

What changed?

  • Added browsers/profiles.mdx, a new guide explaining what profiles are and how to create, use, and manage them.
  • Added API reference documentation for the new profile endpoints:
    • POST /profiles (Create)
    • GET /profiles (List)
    • GET /profiles/{id_or_name} (Retrieve)
    • GET /profiles/{id_or_name}/download (Download)
    • DELETE /profiles/{id_or_name} (Delete)
  • Updated docs.json to add the new page to the navigation.

Description generated by Mesa. Update settings

Copy link
Contributor

@mesa-dot-dev mesa-dot-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performed full review of 8c5ef58...8397a88

Tip

⚡ Quick Actions

This review was generated by Mesa.

Actions:

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

7 files reviewed | 1 comments | Review on Mesa | Edit Reviewer Settings

Copy link
Contributor

@juecd juecd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow this is very very cool

@rgarcia rgarcia merged commit 77d269c into main Sep 4, 2025
2 checks passed
@rgarcia rgarcia deleted the raf/kernel-229-feature-request-api-to-save-browser-contexts branch September 4, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants