Skip to content

Conversation

@Ilaiwi
Copy link
Contributor

@Ilaiwi Ilaiwi commented Jan 5, 2026

Template PR Checklist

  • Template exists in both TypeScript and Python (or noted why only one language)
  • Uses @intuned/browser (TypeScript) or intuned_browser (Python) helpers where applicable
  • testParameters/ directory exists for each API (and AuthSession if applicable)
  • Job scripts added to package.json/pyproject.toml if template is meant to run as a job (and for AuthSession if applicable)
  • README written following existing example structure (similar to rpa-auth-example/README.md or quick-recipes/README.md)
  • Main README and language-specific README updated if adding/modifying examples

"name": "starter",
"description": "Default Intuned project template for browser automation",
"tags": ["intuned-browser-sdk"]
"tags": ["browser-sdk"]
Copy link
Contributor

Choose a reason for hiding this comment

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

"scraping" fits better for the Empty template

"name": "browser-use",
"description": "AI-powered browser automation using browser-use library",
"tags": ["browser-use", "ai-powered-automation", "browser-automation"]
"tags": ["browser-use", "auth-sessions"]
Copy link
Contributor

Choose a reason for hiding this comment

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

no auth-sessions in this template, I think its better to remove it or replace it with a new (context_hooks) tag if we want to introduce one

"description": "Authentication example using secret-based OTP verification"
},
"tags": ["auth", "OTP", "2FA", "authentication"],
"tags": ["auth-sessions", "2fa"],
Copy link
Contributor

Choose a reason for hiding this comment

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

the "tags" should be in the "template" object right? like other intuned.jsonc files

Comment on lines +21 to 25
"apiName": "demo-hook",
"parameters": {
"message": "Hello from Setup Hooks!"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

this api doesnt exist

@Ilaiwi Ilaiwi merged commit ae4174c into main Jan 5, 2026
1 check passed
@Ilaiwi Ilaiwi deleted the add-tages-names branch January 5, 2026 15:54
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