Skip to content

Commit cacc8bc

Browse files
feat: add .cursorrules for AI coding agent discovery
1 parent 5f4260b commit cacc8bc

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.cursorrules

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SIMOSphere AI - Cursor Rules
2+
# API: https://api.simosphereai.com
3+
# MCP: https://simosphereai.com/.well-known/mcp
4+
# Auth: Bearer sk-simo-... in Authorization header
5+
# Docs: https://simosphereai.com/en/docs
6+
# SDK: npm install @simosphere/sdk
7+
8+
## Base URL + auth
9+
# Always set baseURL to https://api.simosphereai.com/v1
10+
# Read the API key from process.env.SIMO_API_KEY (Node) or os.environ["SIMO_API_KEY"] (Python)
11+
# Never hardcode sk-simo-... keys
12+
13+
## SDK choice
14+
# Use the official openai SDK with base-URL override or @simosphere/sdk
15+
16+
## Model defaults
17+
# Default to qwen/qwen3-8b unless the user names a different model
18+
19+
## Data Residency
20+
# EU only (Germany). GDPR-compliant. EU AI Act-ready.

0 commit comments

Comments
 (0)