Skip to content

Instantly share code, notes, and snippets.

@meetkool
Last active December 27, 2025 06:41
Show Gist options
  • Select an option

  • Save meetkool/01d5fc4a4b9d64ad4ed338f66e2c1487 to your computer and use it in GitHub Desktop.

Select an option

Save meetkool/01d5fc4a4b9d64ad4ed338f66e2c1487 to your computer and use it in GitHub Desktop.
[BLOG] Untitled Post
title location images tags privacy createdAt updatedAt
Untitled Post
19.1937, 72.9615
blog
quick-post
public
2025-12-27 06:38:50 UTC
2025-12-27 06:41:24 UTC

Alright bhai, let’s clean this up and make it proper, readable Markdown β€” the kind you can drop straight into a README or docs without embarrassment πŸ˜„


πŸ” API Providers & Credential Validation Matrix

This document summarizes which providers can be scraped, verified, or validated, and what limitations exist for each.


πŸ€– AI / LLM Providers

Provider Scrape Verify UI / Notes
AI21 ❌ ❌ Generic 40–80 char patterns match many false positives; cannot reliably validate
Anthropic β€” β€” Requires authenticated API usage
Anyscale β€” β€” β€”
AWS Bedrock ❌ ❌ Requires Access Key + Secret + Region + SigV4 signing
Azure OpenAI ❌ ❌ Needs Azure resource endpoint URL; key alone is unusable
Cohere β€” β€” β€”
DeepSeek β€” β€” β€”
ElevenLabs β€” β€” β€”
Fireworks AI β€” β€” β€”
Google β€” β€” β€”
Groq β€” β€” β€”
Hugging Face β€” β€” β€”
Mistral AI β€” β€” β€”
OpenAI β€” β€” β€”
OpenRouter β€” β€” β€”
Perplexity AI β€” β€” β€”
Replicate β€” β€” β€”
Stability AI β€” β€” β€”
Together AI β€” β€” β€”
xAI β€” β€” β€”

☁️ Cloud Infrastructure

Provider Scrape Verify UI
Cloudflare β€” β€” β€”
DigitalOcean β€” β€” β€”
Vercel β€” β€” β€”

πŸ“§ Communication Services

Provider Scrape Verify UI
Discord Bot β€” β€” β€”
Mailgun β€” β€” β€”
SendGrid β€” β€” β€”
Slack β€” β€” β€”
Twilio ❌ ❌ Requires Account SID + Auth Token pair; individual values not usable

πŸ—„οΈ Database & Backend

Provider Scrape Verify UI
PlanetScale β€” β€” β€”
Supabase ❌ ❌ Requires project URL; JWTs are project-scoped and non-verifiable alone

πŸ—ΊοΈ Maps & Location

Provider Scrape Verify UI
Mapbox β€” β€” β€”

πŸ“Š Monitoring & Observability

Provider Scrape Verify UI
Datadog β€” β€” β€”
Sentry ❌ ❌ Analytics-only credentials; not suitable for validation or exposure

πŸ“ Source Control

Provider Scrape Verify UI
GitHub ❌ ❌ Tokens not publicly accessible
GitLab ❌ ❌ Tokens not publicly accessible

If you want, I can also convert this into:

  • a JSON schema
  • a YAML config
  • a security audit checklist
  • or a UI-ready table structure for frontend dashboards

Just say the word and we’ll shape it cleanly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment