Documentation Index
Fetch the complete documentation index at: https://docs.concretehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Concrete API uses API key-based authentication to secure access to your portfolio data. Each API key is associated with your workspace.
Obtaining an API Key
Access Settings
Navigate to Settings → API Keys in your Concrete dashboard
Generate Key
Click “Generate New API Key”
Copy & Store
Securely copy and store the API key
API Key Structure
sk-ak-1234567890abcdef1234567890abcdef
Bearer Token Authentication
Concrete uses a bearer token authentication header for API requests:
GET /api/v1/me HTTP/1.1
Host: app.concretehq.com
Authorization: Bearer sk-ak-1234567890abcdef1234567890abcdef
Content-Type: application/json