Environments
Code samples in these docs use the hosted API.
| Role | URL |
|---|---|
| Console | https://app.tefily.com |
| API | https://api.tefily.com |
| Files | https://files.tefily.com |
| MCP | https://api.tefily.com/mcp |
| Tenant apps | https://<slug>.apps.tefily.com |
Set the SDK baseUrl to https://api.tefily.com (no trailing slash). Paths such as /api/p/... are appended by the client.
If you run the platform yourself, the API is typically http://localhost:8080. Point the SDK and MCP KATAFLAX_API_URL at that origin instead.
CORS: the public data API at /api/p/... reflects the caller Origin, so customer websites can call it. Console routes use a configured allowlist.
Project ID
Section titled “Project ID”The project ID is a UUID. It is not the display name. Copy it from the console (project settings or the project URL).