← Back to search
45
Partial
Agentic Readiness Score
security llms-txtopenapiapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 45/100

            

llms.txt Content

# ProjectDiscovery Documentation ## Docs - [Export the list of unique input domains of an enumeration.](https://docs.projectdiscovery.io/api-reference/asset/export-list-of-unique-domains-discovered-in-an-enumeration.md): Export the list of unique input domains of an enumeration. - [Add labels to an asset](https://docs.projectdiscovery.io/api-reference/assets/add-labels-to-asset.md) - [Create asset policy](https://docs.projectdiscovery.io/api-reference/assets/create-asset-policy.md): Create a new asset policy that automatically takes action on assets matching defined conditions. Supported actions: alert (send notifications), delete (remove assets), set_label (add labels), and remove_label (remove labels). - [Delete labels of an asset](https://docs.projectdiscovery.io/api-reference/assets/delete-asset-labels.md) - [Delete asset policy](https://docs.projectdiscovery.io/api-reference/assets/delete-asset-policy.md): Permanently delete an asset policy. This stops all future automatic actions for this policy. - [Get Asset Changelogs for a given asset_id](https://docs.projectdiscovery.io/api-reference/assets/get-asset-changelogs-for-a-given-asset_id.md): Get asset changelogs - [Get asset policy](https://docs.projectdiscovery.io/api-reference/assets/get-asset-policy.md): Get a single asset policy by ID, including its conditions, action configuration, and execution metadata. - [Get asset policy events](https://docs.projectdiscovery.io/api-reference/assets/get-asset-policy-events.md): Get the execution history for a specific asset policy, including apply actions, alert deliveries, and errors. - [Get asset policy suggestions](https://docs.projectdiscovery.io/api-reference/assets/get-asset-policy-suggestions.md): Get suggested asset policies based on user data patterns. Analyzes asset data to suggest policies for bad data detection and important asset highlighting. - [List asset policies](https://docs.projectdiscovery.io/api-reference/assets/list-asset-policies.md): List all a

OpenAPI Spec (preview)

openapi: 3.1.0 info: title: PDCP API version: '1.0' summary: ProjectDiscovery Cloud Platform description: 'For more details, checkout https://docs.projectdiscovery.io/api-reference/editor/scan' servers: - url: 'https://api.projectdiscovery.io' description: Production - url: 'https://api.dev.projectdiscovery.io' description: Development - url: 'http://localhost:8085' description: Localhost paths: /v2/template/search: get: summary: Search Templates tags: