Skip to main content

Purpose

Login instructions tell MindFort agents exactly how to log into your target application using the stored credential. Without these instructions, agents may not find the correct login path or complete the full sign-in flow, which reduces authenticated coverage.

What to Write

Write plain, step-by-step login directions:
  1. exact login URL or route
  2. if login path differs from target root (example: target is https://example.com, login is https://example.com/login)
  3. any required context values (example: org/workspace ID, tenant slug, environment selector)
  4. exact actions to submit login
  5. expected post-login page
For Magic Link credentials, explain where to request the sign-in link and which page should appear after the link is opened.

Good Example

Common Mistakes

  • only listing the main website URL
  • omitting redirects after sign-in
  • including outdated login paths
  • not mentioning required intermediate clicks