Back to Home
agentset-ai icon

agentset

Verified Safe

by agentset-ai

Overview

Agentset is an open-source platform for building, evaluating, and deploying production-ready Retrieval-Augmented Generation (RAG) and AI agentic applications. It provides end-to-end tooling including document ingestion, vector indexing, evaluation/benchmarks, a chat playground, API hosting, and multi-tenancy capabilities.

Installation

Run Command
bun dev:web

Environment Variables

  • DATABASE_URL
  • RESEND_API_KEY
  • BETTER_AUTH_SECRET
  • BETTER_AUTH_URL
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • REDIS_URL
  • REDIS_TOKEN
  • STRIPE_API_KEY
  • STRIPE_WEBHOOK_SECRET
  • NEXT_PUBLIC_STRIPE_PUBLIC_KEY
  • TRIGGER_SECRET_KEY
  • VERCEL_PROJECT_ID
  • VERCEL_TEAM_ID
  • VERCEL_API_TOKEN
  • NEXT_PUBLIC_APP_NAME
  • NEXT_PUBLIC_APP_SHORT_DOMAIN
  • NEXT_PUBLIC_POSTHOG_KEY
  • DEFAULT_PINECONE_API_KEY
  • DEFAULT_PINECONE_HOST
  • DEFAULT_TURBOPUFFER_API_KEY
  • DEFAULT_AZURE_API_KEY
  • DEFAULT_COHERE_API_KEY
  • DEFAULT_ZEROENTROPY_API_KEY
  • PARTITION_API_URL
  • PARTITION_API_KEY
  • S3_ACCESS_KEY
  • S3_SECRET_KEY
  • S3_ENDPOINT
  • S3_BUCKET

Security Notes

The server demonstrates strong security practices by externalizing all sensitive information into environment variables, validated using `@t3-oss/env-nextjs`. It implements explicit authentication/authorization layers via `better-auth` and includes rate limiting using `@upstash/ratelimit` for API endpoints. Role-based access control is integrated for organization and namespace management. Vercel API tokens and S3 credentials are required, emphasizing the importance of secure deployment environments. No 'eval' or obvious obfuscation patterns were found.

Similar Servers

Stats

Interest Score100
Security Score9
Cost ClassHigh
Avg Tokens3500
Stars1654
Forks120
Last Update2025-12-06

Tags

RAGAI AgentsVector DatabaseDocument IngestionLLM Evaluation