Member quickstart
Join your project, create an API key, and connect your tools
Use this guide if a project administrator invited you to an existing Cortecs project. Your administrator manages billing, team membership, compliance settings, and budgets; your role is to create an API key and connect the tool or application you use.
1. Accept the invitation
Open the invitation email from Cortecs and follow the invitation link.
Sign in to cortecs.ai with the email address that received the invitation.
Use the project selector in the upper-left corner of the console to confirm that you are in the invited project.
You do not need to add billing details, top up a balance, or configure the project.
2. Create an API key
Open Console > Credentials.
Select Create API key and give the key a name that identifies its tool or workload.
Select the team whose settings, budgets, and usage reporting should apply.
Enable Management key only when your administrator confirms that the integration needs access to management functions.
Select Create, then copy and securely store the generated key.
The complete key is shown only once. See API Keys for team assignment, rotation, and deletion.
Treat your API key like a password. Do not share it, add it to source control, or include it in screenshots.
3. Connect your tool or application
Most integrations require these three values:
Base URL
https://api.cortecs.ai/v1
API key
The key created in the previous step
Model
A model ID from the Model Catalog
Choose the guide that matches your setup:
Agents & Automations for Claude Code, Make.com, n8n, OpenClaw, and agent frameworks
Coding for coding assistants such as GitHub Copilot, OpenCode, Cline, and Zed
Chat for LibreChat, Open WebUI, and LobeChat
Tooling for the OpenAI SDK, Vercel AI SDK, LangChain, LlamaIndex, and Langfuse
The project's inference settings and budgets apply automatically through your API key. If they prevent the integration from working, contact your project administrator.
Last updated