![]() |
:: Getting Started with the Maenen API Suite
| HOME | MEANINGSYSTEM | KEYS | 🤖 |
: Get Started with Maenen APIs
This guide walks you from purchasing an API key to making your first verified call and inspecting its receipt.
For when maintaining meaning must remain traceable from origin → outcome
: Introduction
01 Create Your Account & Obtain an API Key
➤ Prepare for API access:
- Review the [ published pricing ] appropriate for your workload.
- Production member access, payment enrolment and browser key issuance are not yet operational.
- Use an API key only when one has been separately authorised and issued.
- Store your key securely. One key can cover MeaningSystem routes and supported direct Maenen APIs through the
meaning_systemwallet, subject to scopes, rate limits, balance and revocation. CompareThisThat remains separate. - Inform your Agent of: [ agents.md ]
02 Make Your First Call (minimal examples)
➤ Pick one endpoint as a starter.
➤ Always use the full endpoint addresses.
➤ Click the endpoints to copy to clipboard.
➤ Recommended simple first test → Inception API:
POST https://api.maenen.ai/v1/ingress |
A basic ParsAIble API compression call:
POST https://api.maenen.ai/v1/compression |
➤ Try the [ Inception API receipt web demo ] for operational verification.
|
|
03 Inspect the Receipt
Each API family follows its documented evidence contract. A response may return inline evidence, a signed receipt, or a reference; where a receipt is returned it can include:
|
➤ Always store receipts if you require:
|
|
Evidence allows a step to be reviewed and compared. A caller may make a new source request, but a receipt or capsule does not itself replay or restore the prior execution. | |
04 Compose Endpoints (for more advanced workflows)
Maenen APIs are designed to interoperate. For example:
➤ Send input to:
POST https://api.maenen.ai/v1/ingress |
➤ Transform across model types via:
POST https://api.maenen.ai/v1/waveform_2/transform |
➤ Compare outputs using:
POST https://api.maenen.ai/v1/meaning/compare |
05 Monitor Usage & Manage Tiers
All API calls draw from your unified wallet balance:
- One key and the
meaning_systemwallet cover MeaningSystem routes and supported direct Maenen APIs, subject to scopes, rate limits, balance and revocation. CompareThisThat uses a separate product and wallet. - The endpoint costs vary and are [ listed here ].
06 For Agents
Agent calls produce contract-defined deterministic evidence.
Agents can read, retain, evaluate and verify that evidence. Evidence does not replay the original computation.
Maenen APIs are infrastructure tools. Start simple, inspect receipts, and expand into composable workflows as needs grow.
: Modular API Pipeline (examples)
There are multiple API-integration use cases and AI pipeline configuration options.
— see suggested [ business recipes ] for ideas.
This≠That API
(?)
Inception API
→
WaveInform → AI → WaveReturn
└──▶
Third Party Tools
→ → →
|
MeaningSystem.io
|
parsAIble Compression API
→
hAIper Retrieval API
→
WaveInform → X
→ → →
|
: Design Principle
Meaning should survive processing — not require rediscovery downstream
: Support
For technical issues or questions, [ contact support ] via the site. Full support and service-level agreements are not offered during the beta trial, though your query or comment will be carefully considered. Please include:
- A short description of the issue.
- The receipt from the relevant request.
: Beta Notes
Maenen Labs APIs are currently in limited beta.
- Supported modes and limits may evolve.
- No uptime or performance guarantees are implied.
- Breaking changes will be communicated ahead of time where possible.
