Invoke any skill via the unified agent endpoint

Universal endpoint for AI agents to invoke any Freight Rate Intelligence skill by name. Accepts the same input schemas as the individual skill endpoints. Returns the skill result wrapped in the standard envelope with receipt.

Authentication

AuthorizationBearer

Your Freight Rate Intelligence API key. Get one at freightrateintelligence.com/dashboard/settings

Path parameters

skill_nameenumRequired

Skill identifier (no parentheses)

Request

Skill-specific input (see individual skill schemas)

Response

Skill result with receipt
okboolean
dataobject

Skill-specific response data

receipt_idstring
auth_obj_idstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error