Skip to main content
The Python, TypeScript, and Go clients implement the same REST API contract. The MCP server exposes the same operations as tools for AI clients. Use them to work with projects, keywords, rank checks, ranking history, and other bisibility resources.

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.