Overview
Discovery proposes candidate targets for your organization. Review suggestions before accepting them into your target inventory. Discovery is available only when enabled for your organization. The public API and MCP support the following workflow:- Read the current discovery status, context, and schedule.
- Update the context note with information that helps identify your organization’s assets.
- Start a discovery run or configure a recurring schedule.
- List pending suggestions.
- Accept relevant suggestions or dismiss those you do not want to add.
Dashboard
When Discovery is enabled, open Target Inventory to find its Discovery panel. The panel provides:- Add background, Edit background, or View background for organization-specific information that guides discovery.
- Schedule for the cadence, local time, and time zone.
- Run now and Stop controls, with current run status.
- Accept and Dismiss actions on candidate targets.
API operations
Schedules support daily or weekly runs, a local time, and an IANA time zone such as
America/Los_Angeles. Weekly schedules require day_of_week, where 0 is Monday and 6 is Sunday. Daily schedules omit that field or set it to null.
Suggestions have a lifecycle status of pending, accepted, dismissed, or superseded. Use the endpoint reference for request fields and pagination.
MCP
Begin withget_current_context to check whether Discovery is enabled. Use get_discovery_status, update_discovery_context, and update_discovery_schedule to inspect and configure it. Run and review discovery with start_discovery_run, list_discovery_suggestions, accept_discovery_suggestion, and dismiss_discovery_suggestion.