Where to look
Start with the SDK method reference when you need the method or
tool name for a workflow. Follow an endpoint link only when you need its wire
contract. SDK pages do not redirect to the API reference.
Choose a client
Authentication
The SDK clients and MCP server use the same bearer credentials as the REST API. Use a project API key for a project-scoped integration. For user-level and cross-project automation, use a personal access token. The examples use these environment variables:BISIBILITY_BASE_URL points to the API root for the hosted service or your
self-hosted instance. See Authentication for credential
selection, key creation, and a test request.