{% extends "base.html" %} {% block title %}My Providers - AISBF Dashboard{% endblock %} {% block content %}
OpenAI-compatible provider. Uses standard API key authentication.
Claude.ai policies state that unofficial clients are not allowed. By using AISBF as a client in HTTP API / OAuth2 mode, you acknowledge that:
• While we do our best to mimic the claude-code CLI, using an unofficial client can lead to account suspension or cancellation
• Claude.ai detects prompt patterns to identify unofficial client usage, so it may not work with complex agents and prompts
• You use this software at your own risk and responsibility
• We are not affiliated with Anthropic and cannot guarantee compatibility or continued functionality
✅ CLI mode is different: when "Use Claude CLI mode" is enabled, AISBF proxies requests through the official claude binary using claude -p, which is the intended programmatic use of the official Anthropic CLI and is permitted by Claude's terms of service.
Claude's OAuth2 flow redirects your browser to http://localhost:54545/callback
to deliver the auth token. When you access AISBF remotely, that callback goes to your machine, not the server.
The AISBF Chrome Extension intercepts that callback and forwards it to this server automatically.
Once installed, it self-configures — no setup needed. Reload this page after installing.