Use case / sign in and configure

Let your coding agent sign in and finish setup

Use a browser session you choose, then let Trusty Squire handle the settings, console, and integration work that lives behind the login.

Installation guide →
01

Ask for the outcome

Sign in to Sentry and configure the webhook.

Open the existing account, find the project settings, and finish the webhook setup.

Add Google OAuth to my app without showing me the client secret.

Move between the provider and application consoles while keeping the secret out of chat.

Connect the services this app already uses.

Complete related authenticated setup steps as one outcome instead of a dashboard scavenger hunt.
02

How it works

  1. 01

    You choose the signed-in session

    Connect Google or GitHub in the Trusty Squire browser, or work with the provider session already present in that browser profile.

  2. 02

    Your agent reads the current page

    It sees the available controls and page state, then asks Trusty Squire to take one scoped action at a time.

  3. 03

    The browser completes the setup

    Trusty Squire clicks, types, and navigates through project settings while your coding agent keeps the requested outcome in view.

  4. 04

    Human decisions stay human

    If the site asks for payment, consent, a risky choice, or a gate that should not be guessed, the run stops and tells you what is needed.

03

What to know

Work behind auth is the point

General browser automation is easy to demo on a public page. Developer setup usually starts after a login: create a project, open a settings panel, register a callback URL, generate a key, or paste one value into a second console. Trusty Squire is built for that authenticated part of the job.

Cross-console secrets can stay sealed

Some integrations create a secret in one console and require it in another. Trusty Squire can capture that value into a sealed in-session slot and type it at the destination without placing the plaintext in the agent conversation. Read more about the credential boundary in the API key guide.

A real browser, not your password in a prompt

You perform the identity connection in a browser. The agent drives the resulting website session, but it does not need your Google or GitHub password to do so. Reauthentication and account switching remain explicit user actions.

04