curl -X GET "https://api.danubeai.com/v1/agent-sites/site_abc123"
{
"id": "site_abc123",
"domain": "stripe.com",
"url": "https://stripe.com",
"status": "live",
"visibility": "public",
"page_title": "Stripe | Payment Processing Platform",
"page_description": "Online payment processing for internet businesses",
"components": {
"about": {
"company_name": "Stripe",
"description": "Financial infrastructure for the internet"
}
},
"discovered_tools": [],
"category": "finance",
"tags": ["payments"],
"created_at": "2026-01-10T08:00:00Z",
"updated_at": "2026-01-12T14:00:00Z"
}
Get an agent-friendly site by ID
curl -X GET "https://api.danubeai.com/v1/agent-sites/site_abc123"
{
"id": "site_abc123",
"domain": "stripe.com",
"url": "https://stripe.com",
"status": "live",
"visibility": "public",
"page_title": "Stripe | Payment Processing Platform",
"page_description": "Online payment processing for internet businesses",
"components": {
"about": {
"company_name": "Stripe",
"description": "Financial infrastructure for the internet"
}
},
"discovered_tools": [],
"category": "finance",
"tags": ["payments"],
"created_at": "2026-01-10T08:00:00Z",
"updated_at": "2026-01-12T14:00:00Z"
}
AgentSiteResponse object. See Get Site by Domain for the full response shape including components.
curl -X GET "https://api.danubeai.com/v1/agent-sites/site_abc123"
{
"id": "site_abc123",
"domain": "stripe.com",
"url": "https://stripe.com",
"status": "live",
"visibility": "public",
"page_title": "Stripe | Payment Processing Platform",
"page_description": "Online payment processing for internet businesses",
"components": {
"about": {
"company_name": "Stripe",
"description": "Financial infrastructure for the internet"
}
},
"discovered_tools": [],
"category": "finance",
"tags": ["payments"],
"created_at": "2026-01-10T08:00:00Z",
"updated_at": "2026-01-12T14:00:00Z"
}