API Version 3
cURL
curl --request GET \ --url https://paradigm.lighton.ai/api/v3/tools \ --header 'Authorization: Bearer <token>'
{ "tools": [ { "id": "<string>", "name": "<string>", "type": "native", "object": "tool", "require_document": true, "accepted_file_types": [ "<string>" ] } ] }
Returns native tools available to the authenticated user’s company. If the company has no tool restrictions configured, all native tools are returned. Sys-admins can pass company_id to inspect another company’s allowed tools.
company_id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by company allowlist (sys-admins only).
Show child attributes