ainative-auth-guide
Installation
SKILL.md
AINative Authentication Guide
Auth Methods
| Method | Use Case | Header |
|---|---|---|
| API Key | Server-side, agents, SDKs, MCP tools | X-API-Key: ak_... |
| Bearer JWT | User sessions, web apps | Authorization: Bearer <token> |
| OAuth2 | Social login (LinkedIn, GitHub) | Standard OAuth2 flow |
API Key Auth (Simplest)
Get a key via npx zerodb init or from the dashboard.
import requests