Your agent has to look for logos online; this returns the brand's name, domain, and logo in a consistent format.
Business & Companies
Looks up a company's logo, official name, and primary domain from a brand name or website address. Returns a hosted logo image URL you can display directly.
You need a company's logo image or its official domain to enrich a record, render an avatar, or build autocomplete.
Brand colors or fonts, firmographics like employees or revenue, designing a new logo, or verifying that a company is legitimate.
Each is a sub-skill of Company Logo; the router picks the right one for your request.
information
Returns the closest matches ranked by relevance, each carrying the brand name, primary domain, and a hosted logo image URL you can render directly. The first match is the best one for a single-answer request. When you display a logo, show a visible "Logos provided by Logo.dev" link to https://logo.dev. Brand colors and fonts are not included.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/company-logo/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Get the logo for stripe.com"}}'Example requests