Skip to main content

ArmorIQ SDK - Build secure AI agents with cryptographic intent verification.

Project description

ArmorIQ SDK

Build secure AI agents with cryptographic intent verification.

The ArmorIQ SDK enables developers to build AI agents with built-in security and auditability. Just one API key - no cloud complexity.


Why ArmorIQ?

  • Simple - Just one API key, no cloud credentials
  • Secure - Cryptographic verification for every action
  • Auditable - Complete execution trail
  • Fast - Get started in 5 minutes

Installation

pip install armoriq-sdk

Quick Start

1. Get Your API Key

Visit dashboard.armoriq.io to generate your API key.

2. Initialize the Client

from armoriq_sdk import ArmorIQClient

client = ArmorIQClient(
    api_key="ak_your_key_here",
    user_id="your-user-id",
    agent_id="your-agent-id"
)

3. Capture Your Plan

plan = {
    "goal": "Get weather forecast",
    "steps": [
        {
            "action": "get_weather",
            "tool": "weather_api",
            "inputs": {"city": "Boston"}
        }
    ]
}

plan_capture = client.capture_plan(
    llm="gpt-4",
    prompt="What's the weather in Boston?",
    plan=plan
)

4. Get Intent Token

token = client.get_intent_token(plan_capture)

5. Invoke Actions

result = client.invoke(
    mcp_name="weather-mcp",
    action="get_weather",
    intent_token=token,
    inputs={"city": "Boston"}
)

print(result)

Documentation

For complete documentation, visit docs.armoriq.ai


Links


License

MIT License - see LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

armoriq_sdk-0.2.5.tar.gz (102.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

armoriq_sdk-0.2.5-py3-none-any.whl (110.4 kB view details)

Uploaded Python 3

File details

Details for the file armoriq_sdk-0.2.5.tar.gz.

File metadata

  • Download URL: armoriq_sdk-0.2.5.tar.gz
  • Upload date:
  • Size: 102.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for armoriq_sdk-0.2.5.tar.gz
Algorithm Hash digest
SHA256 8949cb214d0aeb207e11b713551eb7972d192aac4832dc0c2d0a608d35bdbe4f
MD5 da8e244cfe3e0fbe7c9911d910b28627
BLAKE2b-256 760f64c4c2a8c99c50e94f65f296c18ec43ae7fe25d7910f9fd73e52fc137e74

See more details on using hashes here.

File details

Details for the file armoriq_sdk-0.2.5-py3-none-any.whl.

File metadata

  • Download URL: armoriq_sdk-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 110.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for armoriq_sdk-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 5fedc4a87608d32b63692c0505453a5fb0640b2e0577ad99a6a55814eedf3c95
MD5 780c65a46bf898a82eeadb60d612ccd1
BLAKE2b-256 4f1ac3c86464217af7f5e075c21f3a9e2b313843b45a972dabbdc8f5132d6711

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page