Documentation

Everything you need to get started with GreyKite

Quick Links

Getting Started

Welcome to GreyKite! This guide will help you set up and configure your enterprise AI security layer in minutes.

Installation

Gateway Deployment

# Docker deployment
docker pull greykite/gateway:latest
docker run -d -p 8080:8080 \
  -e GREYKITE_API_KEY=your_api_key \
  greykite/gateway:latest

Browser Extension

  1. Download the GreyKite extension from Chrome Web Store or Firefox Add-ons
  2. Click "Add to Browser"
  3. Sign in with your enterprise account
  4. Configure your organization's policies

Configuration

Policy Setup

Configure your security policies through the Policy Center:

  • Navigate to Settings → Policy Center
  • Create custom redaction rules for sensitive data
  • Set department-specific permissions
  • Configure allowed AI models and services
  • Enable audit logging preferences

Environment Variables

GREYKITE_API_KEY=your_api_key
GREYKITE_ORG_ID=your_org_id
GREYKITE_LOG_LEVEL=info
GREYKITE_AUDIT_RETENTION=365

Features

Data Redaction

GreyKite automatically detects and masks sensitive information:

  • PII Detection: Names, addresses, phone numbers, SSN
  • Financial Data: Credit cards, bank accounts, transaction IDs
  • Credentials: API keys, passwords, tokens
  • Custom Patterns: Define your own sensitive data patterns

Risk Alerts

Real-time warnings when users attempt to share sensitive data or violate policies. Alerts are non-blocking by default but can be configured to prevent submission.

Audit Logs

Comprehensive logging of all AI interactions including user, timestamp, model used, data shared, and policy violations. Export logs in JSON, CSV, or integrate with your SIEM.

API Reference

Authentication

All API requests require authentication using your API key:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.greykite.tech/v1/audit-logs

Endpoints

GET /v1/audit-logs

Retrieve audit logs with optional filters

POST /v1/policies

Create a new security policy

GET /v1/users

List all users in your organization

Troubleshooting

Extension not detecting AI tools

Ensure the extension has permission to access the website. Check Settings → Extensions → GreyKite → Site Access.

Gateway connection issues

Verify your API key is correct and the gateway service is running. Check logs with: docker logs greykite-gateway

Policies not applying

Policy changes may take up to 5 minutes to propagate. Force a refresh by restarting the extension or gateway.

Need More Help?

Our support team is here to assist you

Contact Support