Developers
Built for engineers who live in the terminal
SDK preview, API roadmap, and integration plans—designed for teams shipping Laravel, React, Next.js, and mobile apps.
SDK preview
TypeScript SDK for review, generation, and structured coding tasks. API keys and hosted endpoints roll out during beta.
API roadmap
REST endpoints for teams that want ArtixCode inside CI, internal tools, or custom dashboards—with rate limits and audit logs.
GitHub integration
Planned repo-aware context, pull request summaries, and safe diff-scoped suggestions—without training on private code by default.
Install
npm install @artixcode/sdkInitialize
import ArtixCode from "@artixcode/sdk"
const client = new ArtixCode({
apiKey: process.env.ARTIXCODE_API_KEY
})Review
await client.review({
files: ["app/Http/Controllers/AuthController.php"],
checks: ["security", "bugs", "performance"]
})Choose the right model for the workflow
Planned model variants are designed for different developer workflows. All recommendations below are roadmap targets — not currently available unless marked otherwise.
On-device quick explanation
Local coding assistant
Debugging and logs
Security review
Repository audit
Future model access
ArtixCode is planning developer access to upcoming roadmap models through public APIs, SDKs, and private team workflows. All items below are planned—not currently available.
- PlannedPublic API access planned
- PlannedSDK access planned
- PlannedPrivate team model access planned
- PlannedRepository scanning planned
- PlannedVS Code workflows planned
Developer docs (coming during beta)
Full API reference, authentication guides, and VS Code extension documentation will ship alongside beta onboarding. Join the waitlist to get early access.
Build on ArtixCode early
Join the private beta to preview SDK endpoints, share integration feedback, and shape the developer platform.