API Reference
Integrate Codiner's PAIKE engine directly into your own tools and workflows.
Authentication
Codiner uses standard Bearer tokens for cloud-based orchestration. Local-first requests skip authentication if executed on the same network node.
Rate Limiting
Cloud tiers are restricted based on your neural credit balance. Local inference has zero rate limits, governed only by your hardware capabilities.
Error Response
{
"error": "invalid_api_key",
"message": "The provided credentials do not exist in the foundry.",
"requestId": "fd_9120asnk1"
}Project Init
Team Synch
Start Synch
Apply Patch
Inference
Vector Ops
List Templates
Neural Audit
Vulnerability Scan
Health Check
Telemetry
Webhooks
Subscribe to project events and receive real-time notifications about deployment status, neural scan completions, and security vulnerabilities.
Available Events
- deployment.success
- neural.scan.complete
- security.alert.high
- team.synch.error
SDKs
Architecture
Codiner operates via a hybrid local-proxy architecture. The PAIKE engine runs on your local node, while the cloud gateway handles team synchronization and credit management.
Support
Discord
Join 5k+ developers in our neural foundry.
GitHub
Report issues and contribute to SDKs.
Follow for neural engine updates.
Direct support for Enterprise nodes.
Security & Privacy First
All API calls to `/v1/*` endpoints are processed through our proprietary local proxy if running in CLI mode. Your source code artifacts are never transmitted during orchestration unless cloud-inference is explicitly requested.