API Keys
API keys let your agents talk to Faramesh. Create one per agent or environment (dev, staging, prod).
Create a key
Go to API Keys
Click Create API Key
Name it (e.g. "production-agent" or "langchain-bot")
Choose scopes if prompted
Copy the key — it's shown only once
Store the key securely (environment variable, secrets manager). If you lose it, revoke it and create a new one.
Using a key
Pass the key as a Bearer token when calling the API or configuring the SDK:
Revoke a key
Click Revoke next to the key. Revoked keys stop working immediately.
