{% extends "portal/base.html" %} {% block title %}Settings{% endblock %} {% block content %}
Manage your provider account details.
{{ provider.api_key_id or 'Not linked' }}Generate a token so your AI assistant (Claude, GPT, etc.) can access your provider data via API.
{% if new_token %}{{ new_token }}
{{ pat_key_id }}
Your AI can call: GET /api/v1/provider/dashboard,
/provider/services,
/provider/earnings, and more.
Your API key was generated when you registered. Use it with the Authorization: Bearer key_id:secret header
to access the AgenticTrade API. See the API documentation for details.