---
title: "Set Self Hosted Grafana Credentials"
method: POST
path: "/api/set_self_hosted_grafana_credentials"
---

# Set Self Hosted Grafana Credentials

`POST /api/set_self_hosted_grafana_credentials`

Set self-hosted Grafana MCP credentials for authenticated user.
This is for teams that run their own Grafana MCP server instead of using Grafana Cloud.

payload:
{
    "grafana_mcp_url": "http://your-server:8443/mcp", required
    "grafana_mcp_auth_token": "your-auth-token", required
}

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/2e2a6de8aeda/schema)
