cURL
curl --request POST \ --url https://neo.api.projectdiscovery.io/api/v1/agents/user/bootstrap \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "agent_id": "<string>" } '
{ "agent_id": "<string>", "message": "<string>", "success": true }
Bootstrap/install an agent in the user’s sandbox
Documentation IndexFetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT authentication token
Agent ID to bootstrap
Bootstrap initiated