For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Credentials is where you manage your own API keys. Usage, Project, Inference, and Budgets show the configuration and limits that apply to you but are read-only for members.

1. Accept the invitation

  1. Open the invitation email from Cortecs and follow the invitation link.

  2. Sign in to cortecs.ai with the email address that received the invitation.

  3. 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

  1. Select Create API key and give the key a name that identifies its tool or workload.

  2. Select the team whose settings, budgets, and usage reporting should apply.

  3. Enable Management key only when your administrator confirms that the integration needs access to management functions.

  4. 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.

3. Connect your tool or application

Most integrations require these three values:

Setting
Value

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