Tagged articles

API Key

14 articles · Page 1 of 1
Architecture Digest
Architecture Digest
Aug 9, 2026 · Backend Development

Setting Up Trae IDE for Spring AI: A Quick‑Start Guide

This article walks Java developers through installing Trae IDE, configuring the required JDK, Maven and Spring AI dependencies, creating a Spring Boot project, adding AI model settings, implementing a chat controller with synchronous and streaming endpoints, and troubleshooting common issues.

AIAPI KeyBuilder mode
0 likes · 12 min read
Setting Up Trae IDE for Spring AI: A Quick‑Start Guide
Black & White Path
Black & White Path
Jun 29, 2026 · Artificial Intelligence

Why Pay for AI? Access 100+ Free Models on NVIDIA Build

NVIDIA Build offers over 100 free AI models with no credit‑card sign‑up, 1,000 free inference credits and a 40‑requests‑per‑minute limit, and this guide shows how to obtain an API key and configure the service in Cursor and VS Code as a cost‑free alternative to paid AI subscriptions.

AI InferenceAPI KeyCline plugin
0 likes · 5 min read
Why Pay for AI? Access 100+ Free Models on NVIDIA Build
Tech Ocean
Tech Ocean
Feb 20, 2026 · Artificial Intelligence

Anthropic’s Massive Account Bans: 3 Prohibited Practices You Must Stop Now

Anthropic recently added a server‑side credential check that blocks third‑party tools using Claude Code, updated its terms to forbid OAuth tokens in external clients, and began banning accounts—affecting OpenCode, OpenClaw, Cline, RooCode, and others—while offering three compliance paths: switch to API keys, use only official channels, or replace Claude with alternative models.

API KeyAccount BanAnthropic
0 likes · 7 min read
Anthropic’s Massive Account Bans: 3 Prohibited Practices You Must Stop Now
Tech Ocean
Tech Ocean
Feb 16, 2026 · Artificial Intelligence

Deploy OpenClaw: A Local AI Assistant That Keeps Your Data Private (Free API Key Included)

Worried that cloud AI tools may leak sensitive data? This guide shows how to set up OpenClaw, an open‑source local AI assistant, with step‑by‑step installation, configuration, platform integration, and a side‑by‑side comparison that highlights its privacy, cost and performance advantages over cloud services.

API KeyConfigurationIntegration
0 likes · 12 min read
Deploy OpenClaw: A Local AI Assistant That Keeps Your Data Private (Free API Key Included)
Java Web Project
Java Web Project
Feb 12, 2025 · Backend Development

How to Connect DeepSeek LLM to a WeChat Public Account in 7 Steps

This step‑by‑step guide shows how to obtain a DeepSeek API key, set up an Alibaba Cloud ECS instance, configure the WeChat public platform, clone the open‑source COW project, edit its JSON configuration, and run the service so that a WeChat public account can interact with the DeepSeek large language model.

API KeyBackend tutorialDeepSeek
0 likes · 12 min read
How to Connect DeepSeek LLM to a WeChat Public Account in 7 Steps
Architect
Architect
Feb 13, 2024 · Information Security

Implementing API Key Authentication in Spring Security for REST APIs

This tutorial explains how to secure a Spring Boot REST API using API key authentication, covering the addition of Maven dependencies, creating a custom filter, extending AbstractAuthenticationToken, configuring the security filter chain, and testing the protected endpoint with curl commands.

API KeyREST APIjava
0 likes · 8 min read
Implementing API Key Authentication in Spring Security for REST APIs
Architect's Guide
Architect's Guide
Jul 17, 2023 · Information Security

Implementing API Key Authentication in Spring Security for REST APIs

This tutorial explains how to secure a Spring Boot REST API using API‑key authentication by adding the necessary Maven dependency, creating a custom filter, extending AbstractAuthenticationToken, configuring Spring Security, implementing a controller, and testing the endpoint with and without the API key.

API KeyREST APIauthentication
0 likes · 9 min read
Implementing API Key Authentication in Spring Security for REST APIs
Architect
Architect
Jul 2, 2023 · Information Security

Implementing API Key Authentication in Spring Security for REST APIs

This tutorial explains how to secure a Spring Boot REST API using API key authentication, covering the addition of Maven dependencies, creating a custom filter, extending authentication tokens, configuring the security filter chain, and testing the protected endpoint with curl.

API KeyREST APIjava
0 likes · 9 min read
Implementing API Key Authentication in Spring Security for REST APIs
TAL Education Technology
TAL Education Technology
Sep 23, 2022 · Backend Development

Embedding Grafana Monitoring in Backend with API Key, Anonymous Login, and Cookie Methods

This guide explains how to embed Grafana monitoring pages into a backend system and compares three authentication approaches—anonymous login, API‑key based login, and cookie‑based simulated login—providing configuration examples, curl commands, Nginx settings, and JavaScript tweaks to improve the user experience.

API KeyBackend IntegrationGrafana
0 likes · 10 min read
Embedding Grafana Monitoring in Backend with API Key, Anonymous Login, and Cookie Methods