Guides

Whatever you build agents with

The setup is the same in all of them, because none of it is framework-specific: focxle instruments the HTTP layer, so it sees the calls whatever built them. Each guide below was checked by actually running that framework against a real server, not by assuming.

Not using any of these?

It still works. Anything that ultimately makes an HTTP request to a vendor is counted, including plain requests and httpx, both of which are covered by the same test.

pip install focxle

import focxle
focxle.init()
Full docs