Install
Authenticate
Keep the API root and credential in environment variables:List projects
The runnable quickstart constructs the client and begins with a real read againstGET /projects:
Use the async client
AsyncBisibilityClient exposes the same API operations with non-blocking HTTP,
retry delays, and cursor iteration. Use async with when the client owns its
HTTP transport:
await client.aclose() when lifecycle management cannot use a context
manager.