Skip to main content
Manage API keys, MCP keys, and other security settings for your ShingleAI organization.

Key Management

ShingleAI uses two types of keys for programmatic access:
Key TypePurposeUsed By
API KeysREST API accessBackend services, scripts, integrations
MCP KeysModel Context Protocol accessAI agents (Claude, Cursor, etc.)
Both key types require Owner role to create and manage.

Security Best Practices

  • Principle of least privilege: Grant only the permissions each key needs
  • Separate keys per integration: Create dedicated keys for each service or agent
  • Regular audits: Review and revoke unused keys monthly
  • Secure storage: Never commit keys to version control; use environment variables